Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pypa/readme_renderer
Safely render long_description/README files in Warehouse
https://github.com/pypa/readme_renderer
Last synced: 2 months ago
JSON representation
Safely render long_description/README files in Warehouse
- Host: GitHub
- URL: https://github.com/pypa/readme_renderer
- Owner: pypa
- License: apache-2.0
- Created: 2014-02-27T18:21:19.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2024-07-08T15:00:22.000Z (6 months ago)
- Last Synced: 2024-10-01T13:37:27.935Z (3 months ago)
- Language: Python
- Homepage:
- Size: 319 KB
- Stars: 157
- Watchers: 17
- Forks: 89
- Open Issues: 17
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - readme_renderer - Safely render long_description/README files in Warehouse (Python)
README
Readme Renderer
===============.. image:: https://badge.fury.io/py/readme-renderer.svg
:target: https://badge.fury.io/py/readme-renderer.. image:: https://github.com/pypa/readme_renderer/actions/workflows/ci.yml/badge.svg
:target: https://github.com/pypa/readme_renderer/actions/workflows/ci.ymlReadme 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... _Warehouse: https://github.com/pypa/warehouse
Check Description Locally
-------------------------To locally check whether your long descriptions will render on PyPI, first
build your distributions, and then use the |twine check|_ command.Code of Conduct
---------------Everyone interacting in the readme_renderer project's codebases, issue trackers,
chat rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_... |twine check| replace:: ``twine check``
.. _twine check: https://packaging.python.org/guides/making-a-pypi-friendly-readme#validating-restructuredtext-markup
.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.mdCopyright © 2014, [The Python Packaging Authority].