Coding standards¶
TBD
Version numbering¶
PEP-396 use a
__version__attribute in the__init__.pyfile of your top-level package
All modules MUST (RFC 2119) have¶
a readme file
All projects SHOULD (RFC 2119) have¶
have a documentation on ReadTheDocs.io named
<package_name>.readthedocs.io pagePEP 518 a default
pyproject.tomlfile. See also What the heck is pyproject.tomlhave a “Links” area at the bottom of your Repository Readme file