python-readme-renderer 44.0
Render README files in Warehouse
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, and plain text.
- Outputs:
out
- Website: https://github.com/pypa/readme_renderer
- Licenses: ASL 2.0
- Package source: gnu/packages/python-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-readme-renderer 44.0
as follows:
guix install python-readme-renderer@44.0
Or install the latest version:
guix install python-readme-renderer
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.