Parser for 'pyproject.toml'
Docs | |
---|---|
Tests | |
PyPI | |
Anaconda | |
Activity | |
QA | |
Other |
pyproject-parser
can be installed from PyPI or Anaconda.
To install with pip
:
$ python -m pip install pyproject-parser
To install with conda
:
$ conda install -c conda-forge pyproject-parser
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]