ó
ïRec @ s d d l Z d d l Z d d l Z d d l m Z d d l m Z m Z d d l m Z m
Z
m Z d d l m
Z
d d l m Z d d l m Z m Z d d l m Z e rñ d d l m Z m Z m Z d d
l m Z d d l m Z n e j e ƒ Z d e f d
„ ƒ YZ d S( iÿÿÿÿN( t Command( t ERRORt SUCCESS( t
Configurationt get_configuration_filest kinds( t PipError( t
indent_log( t get_progt write_output( t MYPY_CHECK_RUNNING( t Listt Anyt Optional( t Values( t Kindt ConfigurationCommandc B s˜ e Z d Z e Z d Z d „ Z d „ Z d „ Z d „ Z d „ Z
d „ Z d „ Z d „ Z
d
„ Z d „ Z d „ Z d
„ Z d „ Z d „ Z RS( sh
Manage local and global configuration.
Subcommands:
- list: List the active configuration (or from the file specified)
- edit: Edit the configuration file in an editor
- get: Get the value associated with name
- set: Set the name=value
- unset: Unset the value associated with name
- debug: List the configuration files and values defined under them
If none of --user, --global and --site are passed, a virtual
environment configuration file is used if one is active and the file
exists. Otherwise, all modifications happen on the to the user file by
default.
s
%prog [