pyproject-parser¶
Parser for ‘pyproject.toml’
Installation¶
python3 -m pip install pyproject-parser --user
First add the required channels
conda config --add channels https://conda.anaconda.org/conda-forge
Then install
conda install pyproject-parser
python3 -m pip install git+https://github.com/repo-helper/pyproject-parser@master --user
pyproject-parser
also has an optional README validation feature, which checks the README will render correctly on PyPI.
This requires that the readme
extra is installed:
python -m pip install pyproject-parser[readme]
Once the dependencies are installed the validation can be disabled by setting the
CHECK_README
environment variable to 0
.