Partial vendoring for Python packages.
Project description
paven
Installation
pip install paven
Configuration
[tool.paven]
root = "paven"
destination = "paven/_vendor/"
requirements = "paven/_vendor/vendor.txt"
namespace = "paven._vendor"
[tool.paven.transformations]
drop = ["*.dist-info", "*.egg-info"] # should not be required
Usage
cd /path/to/your/project
python -m paven
To switch back to the non-vendored versions:
python -m paven --revert
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
paven-0.1.2.tar.gz
(9.8 kB
view details)
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
paven-0.1.2-py3-none-any.whl
(9.4 kB
view details)
File details
Details for the file paven-0.1.2.tar.gz.
File metadata
- Download URL: paven-0.1.2.tar.gz
- Upload date:
- Size: 9.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f96d18bd17362affb92f7f567205402c9ef3b3877c18e4ff63e01e9d000d5f5c
|
|
| MD5 |
45f69869b6d596afba04f5a8813d092e
|
|
| BLAKE2b-256 |
d82f27d024adc98fc20d7dec5764c9dbed12f3fd531fd9ca3ee0425039e91bbb
|
File details
Details for the file paven-0.1.2-py3-none-any.whl.
File metadata
- Download URL: paven-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.22
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4188237278441312c759f71c4d1fb3af5f94a9eea4a3c50afa1fb8890bc964fd
|
|
| MD5 |
ca7c9bbc2a64c509e90a9646d0205db5
|
|
| BLAKE2b-256 |
a8086dbf673318580b1ad32db0e015949d461a1634906bb53cc2dae4de6fb1ae
|