Skip to main content

Distutils command to view and validate restructured text in package's long_description

Project description

collective.checkdocs adds new distutils commands checkdocs and showdocs to validate restructured text in long_description field of Python eggs. This package aims to make Python egg help page publishing and editing easier.

Eggs’ long description field, which is usually also the README.txt file of the package, is reST formatted text. This text is converted to HTML to show on the package page when package is published in distribution repositories like PyPI or plone.org. Unfortunately, since repositories do poor job to validate incoming reST text, errors in the text will result to broken published package pages.

Unpublishing is usually very cumbersome. We save our time by validating reST input using checkdocs and showdocs commands before submitting eggs to PyPi.

Installation

Install this to your development Python run-time:

easy_install collective.checkdocs

Note: On OSX at least Python version 2.5 or newer is required.

New commands

The following commands will be added to all setup.py installers.

checkdocs

Run long_description through reST to HTML converter and print errors and warnings to the standard output.

Any errors or warnings will cause distutils to abort.

Example:

python setup.py checkdocs
<string>:4: (WARNING/2) Inline literal start-string without end-string.
error: long_description had reST syntax errors

showdocs

Run long_description through reST to HTML converter and display the result in a local web browser. Runs a web server in port 6969 until CTRL+C is pressed.

Example:

python setup.py showdocs
running showdocs
reST to HTML conversion available at at http://localhost:6969/ - press CTRL+C to interrupt

Source code

Author

mFabrik Research Oy - Python and Plone professionals for hire.

Resources

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

collective.checkdocs-0.1.2.tar.gz (4.1 kB view details)

Uploaded Source

File details

Details for the file collective.checkdocs-0.1.2.tar.gz.

File metadata

File hashes

Hashes for collective.checkdocs-0.1.2.tar.gz
Algorithm Hash digest
SHA256 56d451d421d73273ac0fda1a6de9cf670385176cf2b019b4a9c5996f9f6e69b5
MD5 4af65cad89f23388d6308470beb0f586
BLAKE2b-256 f42f2d18e845e25a2d9269a715c77f4f6b96d0195629749870a7719ef2cddaef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page