Direct Reference¶
Overview¶
In Python, when you publish a package into the version control system. There are some packages support this process more easier to control.
What are Python Egg¶
ref: 1
Supporter Components¶
Lit¶
Package | Versions | Description |
---|---|---|
wheel | >=0.37.0,<=0.38.4 | implementation of the Python wheel packaging standard |
Usage¶
Add the required components to dependencies tools.
E.g: Add in the requirement.txt
file.
Package¶
File Format File name convention The wheel filename is {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.whl.
Reference¶
https://peps.python.org/pep-0440/#direct-references
https://peps.python.org/pep-0508/
-
Python Eggs Follow PEP 508 ↩