README on pypi.org not readable
See original GitHub issuehttps://pypi.org/project/bump2version/ shows content of README, which is broken.
there seem to be two reasons:
- the value for
long_description
is provided as bytes and not as a string - the content if formatted as markdown and not reStructuredText
With refactored https://pypi.org well readable README can serve as great presentation of the package and bump2version
can definitely do better.
If reStructuredText seems too difficult, I volunteer to write it properly. It is not so difficult and such great tool as bump2version deserves good presentation.
Issue Analytics
- State:
- Created 5 years ago
- Comments:14 (2 by maintainers)
Top Results From Across the Web
Markdown README not displaying on PyPI (despite ... - GitHub
When publishing a project with a README.md (Markdown) as the long_description and long_description_content_type='text/markdown' then PyPI ...
Read more >My rst README is not formatted on pypi.python.org
It seems that pypi uses a whitelist to filter link protocols (http vs ftp vs gopher), and sees '#' as an invalid protocol....
Read more >Making a PyPI-friendly README
This guide helps you create a README in a PyPI-friendly format and include your README in your package so it appears on PyPI....
Read more >How to Publish an Open-Source Python Package to PyPI
In this step-by-step tutorial, you'll learn how to create a Python package for your project and how to publish it to PyPI, the...
Read more >PyPI Repositories - JFrog - JFrog Documentation
Access to remote PyPI repositories (such as https://pypi.org/ ) ... not found: should have one of README, README.rst, README.txt, README.md.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
screw it, why not? #24
Note: the latest release of
twine
has a ‘check’ command, which checks if the README will render correctly on PyPI. See twine docs.For the next release, I would recommend: