No project description provided
Project description
Poetry StickyWheel Plugin
A poetry plugin to pin version dependencies when building packages with local folder dependencies.
🛠 Installing
poetry self add poetry-stickywheel-plugin
📚 Help
This plugin will rewrite folder dependencies in your poetry projects dependencies with version dependencies.
The version will be extracted from the dependencies pyproject.toml and applied as a semver match.
Assuming a pyproject.toml
such as:
[tool.poetry]
name = "a"
version = "0.1.0"
description = ""
authors = []
readme = "README.md"
[tool.poetry.dependencies]
b = {path = "../b", develop = true}
and the dependency pyproject.toml
[tool.poetry]
name = "b"
version = "1.2.3"
description = ""
authors = []
readme = "README.md"
the dependency will be rewritten as if it had been defined as:
b = "^1.2.3"
⚖️ Licence
This project is licensed under the MIT licence.
All documentation and images are licenced under the Creative Commons Attribution-ShareAlike 4.0 International License.
📝 Meta
This project uses Semantic Versioning.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for poetry-stickywheel-plugin-0.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 359e673b28b55ad793a08454d3b70dc98275834e7722db3dd4ecc69cbf36bd23 |
|
MD5 | 992dd80536f4e8e1ea1dbc5e03e93bf9 |
|
BLAKE2b-256 | dd0954d216f84453f8ca004a82ae9755ae72a852fd184c8b8972527cb8a9b652 |
Hashes for poetry_stickywheel_plugin-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6e2232b3a6f1a61cf4858765445876d9f2732cbf6e8f2efe8d33ef6016d1fe4 |
|
MD5 | c2b951c3b101a8947ac06ed73432a7a2 |
|
BLAKE2b-256 | 9e3c717c5c01e032978abe8f425d46cfcc2c936f85708cd26bd81bb10de7b10d |