A Poetry plugin that makes it possible to use relative package includes. Well suited for monorepos containing projects and shared code.
Project description
Poetry Multiproject Plugin
This is a Python Poetry plugin, adding the build-project command.
The command will make it possible to use relative package includes. This feature is very useful for monorepos and when sharing code between projects.
Usage
Navigate to the project folder (where the pyproject.toml file is).
poetry build-project
Installation
This plugin can be installed according to the official Poetry docs.
How is it different from the "poetry build" command?
Poetry does not allow package includes outside of the project root.
# Note the structure of the shared folder: namespace/package
packages = [
{ include = "my_namespace/my_package", from = "../../shared" }
{ include = "my_namespace/my_other_package", from = "../../shared" }
]
An example Monorepo structure:
projects/
my_app/
pyproject.toml (including a shared package)
my_service/
pyproject.toml (including other shared packages)
shared/
my_namespace/
my_package/
__init__.py
code.py
my_other_package/
__init__.py
code.py
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file poetry_multiproject_plugin-1.0.2.tar.gz.
File metadata
- Download URL: poetry_multiproject_plugin-1.0.2.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a348d85dc02e6c56b6cd556a890038d6a8f8f7ac9bf0596d682c391ee355834a
|
|
| MD5 |
c8a66922851d8674b26614efba853f35
|
|
| BLAKE2b-256 |
8cfcfbcbf80c7ed1c88d1e19630dfdc5e12bfe0622bb126f2e1b45f0878f7763
|
File details
Details for the file poetry_multiproject_plugin-1.0.2-py3-none-any.whl.
File metadata
- Download URL: poetry_multiproject_plugin-1.0.2-py3-none-any.whl
- Upload date:
- Size: 9.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68cf2821f0b4349c62a77acfa08fae6dc3dd381540e68d7789c5b2031dcfe561
|
|
| MD5 |
fdadfc72a8b773cddbcce83919166e67
|
|
| BLAKE2b-256 |
b579d921a030e6912f5c743fe409bf2f20a2d2bc32274ef8a333da55f1a255da
|