dist-meta¶
Parse and create Python distribution metadata.
Installation¶
python3 -m pip install dist-meta --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
conda config --add channels https://conda.anaconda.org/domdfcoding
Then install
conda install dist-meta
python3 -m pip install git+https://github.com/repo-helper/dist-meta@master --user
Contents¶
View the Function Index or browse the Source Code.