3
Re$ @ s d dl Z d dlZd dlZd dlmZ d dlmZmZ d dlm Z m
Z
mZ d dlm
Z
d dlmZ d dlmZmZ d dlmZ erd d lmZmZmZ d d
lmZ d dlmZ e jeZG dd
d
eZdS ) N)Command)ERRORSUCCESS)
Configurationget_configuration_fileskinds)PipError)
indent_log)get_progwrite_output)MYPY_CHECK_RUNNING)ListAnyOptional)Values)Kindc @ s e Zd ZdZdZdZdd Zdd Zdd Zd
d Z dd
Z
dd Zdd Zdd Z
dd Zdd Zdd Zdd Zdd Zdd Zd 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 [