Extractor for python dependencies form pyproject.toml file and create requirements.txt file to be used in docker image builds
Project description
pydep_extractor
How to Use pydep_extractor
This script extracts the dependencies from the pyproject.toml file and writes them to a requirements.txt file.
The requirements.txt file is used by the Dockerfile to install the dependencies before installing the application. This is done to speed up the build process and improve caching.
Installation
pip install pydep_extractor
Usage
-
To process a specific
pyproject.tomlfile and create arequirements.txtfile:python -m pydep_extractor path/to/pyproject.toml -
To install the dependency without creating a
requirements.txtfile:python -m pydep_extractor path/to/pyproject.toml --install -
To set a non-default pip command:
python -m pydep_extractor path/to/pyproject.toml --pip-command pip3 -
To ignore specific requirements:
python -m pydep_extractor path/to/pyproject.toml --ignore string1 string2 -
To specify a different output file for the dependencies:
python -m pydep_extractor path/to/pyproject.toml --output path/to/requirements.txt -
To specify a different output file for the pyproject if using the ignore dependency options:
python -m pydep_extractor path/to/pyproject.toml --pyproject-output path/to/pyproject_filtered.toml
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 pydep_extractor-0.1.0.tar.gz.
File metadata
- Download URL: pydep_extractor-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5a3f5698258ddfe30b6ac744e4a42409cfa4a8ee012ba1d82c6ddeb2da5664c
|
|
| MD5 |
a55e19ded3a5f79fd6f207e2fbf0569d
|
|
| BLAKE2b-256 |
6d555a5b4955d85ca2cefeec669aef5b68354923f50fcafcdaa8ebde593c1d77
|
File details
Details for the file pydep_extractor-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pydep_extractor-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bc5a5c25625cdc2debd9d65f47d0e364c727594fca315d48c60d1f5346b9728d
|
|
| MD5 |
876e8d58dc670b08eca2d8263e994915
|
|
| BLAKE2b-256 |
164fee4c851845f83104ba1d3fad5a4f680c0a1cb254e4c97aca41cb8cc77151
|