Re$ @ 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 e j e Z Gd d
d
e Z d S) N)Command)ERRORSUCCESS)
Configurationget_configuration_fileskinds)PipError)
indent_log)get_progwrite_output)MYPY_CHECK_RUNNING)ListAnyOptional)Values)Kindc @ s e Z d Z d Z d Z d Z d d Z d d Z d d Z d
d Z d d
Z
d d Z d d Z d d Z
d d Z d d Z d d Z d d Z d d Z d d Z d S)!ConfigurationCommandah
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.
Ta
%prog [