- Sort Score
- Result 10 results
- Languages All
- Labels All
Results 41 - 50 of 62 for host:python-poetry.org (0.01 sec)
-
Libraries | main | Documentation | Poetry - Pyt...
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/main/libraries/Registered: Fri Jan 24 09:42:54 UTC 2025 - Last Modified: Fri Jan 24 09:42:54 UTC 2025 - 61.6K bytes - Viewed (0) -
Repositories | main | Documentation | Poetry - ...
Repositories Poetry supports the use of PyPI and private repositories for discovery of packages as well as for publishing your projects. By default, Poetry is configured to use the PyPI repository, for package installation and publishing. So, when you add dependencies to your project, Poetry will assume they are available on PyPI. This represents most cases and will likely be enough for most users. Private Repository Example Installing from private package sources By default, Poetry discovers and installs packages from PyPI. But, you want to install a dependency to your project for a simple API repository? Let’s do it.python-poetry.org/docs/main/repositories/ Similar Results (1)Registered: Fri Jan 24 09:43:36 UTC 2025 - Last Modified: Fri Jan 24 09:43:36 UTC 2025 - 89.2K bytes - Viewed (0)