Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 2 of 2 for host:python-poetry.org (0.01 sec)

Similar results are displayed.

  1. Libraries | 1.7 | 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.7/libraries/
    Registered: Fri Jan 03 14:30:51 UTC 2025
    - Last Modified: Fri Jan 03 14:30:51 UTC 2025
    - 58.1K bytes
    - Viewed (0)
  2. 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: Fri Jan 24 09:44:30 UTC 2025
    - Last Modified: Fri Jan 24 09:44:30 UTC 2025
    - 58.3K bytes
    - Viewed (0)
Back to top