Libraries
This chapter will tell you how to make your library installable through Poetry.
Versioning
Poetry requires PEP 440-compliant versions for all projects.
While Poetry does not enforce any release convention, it used to encourage the use of
semantic versioning within the scope of
PEP 440 and…