Self-contained Python wheelhouse generation for isolated environments
Project description
automotore
Self-contained Python wheelhouse generation for isolated environments.
Installation
pip install automotore
Usage
python -m automotore -r [requirements.txt] -o [packages.pyz]
or
python -m automotore [package1] [package2] ... -o [packages.pyz]
See python -m automotore --help for more usage.
Once the wheelhouse is created, you can install specific packages with:
python [packages.pyz] install [package1] [package2] ...
This uses the pip command directly, so you can use regular pip arguments.
Alternatively, you can install all packages contained in the wheelhouse with:
python [packages.pyz] install
You can build for another platform than the current one, but note that you will need to specify Python version, platform, abi, and implementation. See the relevant PEP for a more detailed explanation of compatibility tags.
The easiest way to find the appropriate tags is to check the PyPI download file names for the packages you want to install.
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 automotore-0.0.2.tar.gz.
File metadata
- Download URL: automotore-0.0.2.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faa5e28f9dd998546a66a17c6e1e3baab46026a1666e05b36d998ce835d8a4d3
|
|
| MD5 |
95a63840c25e7dc6a8d71c13e9a2909e
|
|
| BLAKE2b-256 |
6c173f8f8f40984d7d7bad0b5e796f1207af88b0b6753e84e57c9306462cfa97
|
File details
Details for the file automotore-0.0.2-py3-none-any.whl.
File metadata
- Download URL: automotore-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
011f13e45ced49debae72118bee0d9fca5179779118410954fbfc5b71b79656e
|
|
| MD5 |
77132a990b3d468ac7baa9a187979df7
|
|
| BLAKE2b-256 |
ba1a56c51304d57ca6b7c0c9c5cf3d715bde6e25d43355dfc8335aed02d8ceb7
|