Structure of the functionality you are controlling
Base objectives
- Generate distribution files
- Upload distribution files
Behaviours
-
Generating distribution files
- .tar.gz -> Package source code (python code). Require compilation
- .whl -> Binary code
-
Generating
Encapsulation objectives
- Only generate one distribution file: Just generate the .whl file of the current version of the package
- Upload a specific distribution file
- Latest
- Specified
- Upload delete distribution file
structure
- Overarching container: .dist_management
- distribution storage: .dist_management/dist_versions
- distribution management configuration: .dist_management/config
- setup.py
- requirements.py
Operations
- How to determine the latest specific distribution file?
- Look at the version number
Release files for toufu 6.0.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| toufu-6.0.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / toufu-6.0.0-py3-none-any.whl
| Download URL | toufu-6.0.0-py3-none-any.whl |
|---|---|
| Size | 1.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2d2e96eee411636bd6737bad4d2a5482e7364190253df64c4f6b3ba3456e8b9
|
|
BLAKE2b-256 checksum How to use checksums |
0629175ebf3553b70be3f7f2eb19b0ee772d02b44d373e059e300137a30f3ca0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.11.9
|