Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 31 - 40 of 47 for host:python-poetry.org (0.02 sec)

  1. Libraries | 1.8 | Documentation | Poetry - Pyth...

    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 supports version constraints that are especially suitable for semver. Note As an example, 1.0.0-hotfix.1 is not compatible with PEP 440. You can instead choose to use 1.0.0-post1 or 1.0.0.post1. Lock file For your library, you may commit the poetry.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project.
    python-poetry.org/docs/1.8/libraries/
    Registered: Mon May 19 10:01:40 UTC 2025
    - Last Modified: Mon May 19 10:01:40 UTC 2025
    - 58.3K bytes
    - Viewed (0)
Back to top