Skip to content

whl2conda config

Usage

usage: whl2conda config [-h] [--generate-pyproject [<dir-or-toml>]]
                        [--update-std-renames [<file>]] [-n]

whl2conda configuration

options

  -h, --help
            show this help message and exit
  --generate-pyproject [<dir-or-toml>]
            Add default whl2conda tool entries to a pyproject file. 
            If argument is a directory entries will be added to 
            `pyproject.toml` in that directory. If argument ends
            with suffix '.toml', that file will be updated. If
            the argument is omitted or set to `out` the generated entry 
            will be written to stdout. Other values will result in an error.
            This will create file if it does not already exist.
            It will not overwrite existing entires.
  --update-std-renames [<file>]
            Update list of standard pypi to conda renames from internet and exit.
            If a <file> is not named, the default copy will be updated at
            /Users/Christopher.Barber/Library/Caches/whl2conda/stdrename.json.
  -n, --dry-run
            Do not write any files.