readme_renderer is a library for rendering "readme" descriptions for Warehouse
Project description
Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse to render the long_description for packages. It can handle Markdown, reStructuredText (.rst), and plain text.
Check Description Locally
reStructuredText
To locally check whether your reStructuredText long descriptions will render on PyPI, simply install the readme_renderer library using:
$ pip install readme_renderer
$ python setup.py check -r -s
running check
If there’s a problem rendering your long_description, the check will tell you. If your long_description is fine, you’ll get no output.
Markdown
Checking your Markdown long descriptions is unecessary, because unlike rST, where a properly rendered description is all-or-nothing, PyPI will still render your Markdown description as Markdown if it has some invalid or incorrect syntax.
Code of Conduct
Everyone interacting in the readme_renderer project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the PyPA Code of Conduct.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for readme_renderer-20.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e43a7ba49f08c3cb660d0f2e25b561f6b10b36c63f029060230aab2dc2875e |
|
MD5 | 5389195f8f4db74754656183580a2747 |
|
BLAKE2b-256 | 78776d76431e1692cecd4a751572aa6cf1337f4bd198ba2f6ede7410fa371c59 |