Distribution metadata
This package is meant to provide information scrappers on distributions / repositories installed in the running environment. It provides a command line api and python sdk, i.e.:
Command line
To gather metadata information from a distribution (e.g. spam) installed in the same environment as dist_meta:
gen_distinfo_cmd spam path\to\local\folder\configurations.yaml
This instruction will generate a YAML configuration file at the given location
Python
The base content of the package can be directly leverage, either through a script interface:
import dist_meta
dist_meta.gen_distinfo_py("spam", r"path\to\local\folder\configurations.yaml")
Or directly leveraging the core package:
import dist_meta
info_spam = dist_meta.DistInfo.from_env("spam")
print(info_spam.entry_points)
print(info_spam.environment)
print(info_spam.libraries)
print(info_spam.requirements)
info_spam.to_yaml (r"path\to\local\folder\configurations.yaml")
Release files for ud-dist-meta 1.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ud-dist-meta-1.0.3.tar.gz | 3.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ud_dist_meta-1.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.8 kB
Release files / ud-dist-meta-1.0.3.tar.gz
| Download URL | ud-dist-meta-1.0.3.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c4a5aa3c907f773fd7923143d666c79aaa0dfaaf5696e7c08788f7ffd6f9c16e
|
|
BLAKE2b-256 checksum How to use checksums |
f5bcf86be0b1c2d9cbdf20178f6afbdc37c97b2ead3f01ab3ea16e27f444d00b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.11.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.7
|
Release files / ud_dist_meta-1.0.3-py3-none-any.whl
| Download URL | ud_dist_meta-1.0.3-py3-none-any.whl |
|---|---|
| Size | 4.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b6b80698f4e09259249bd99978a99b3a9f691faf40f20f3e3868a4d018f8f716
|
|
BLAKE2b-256 checksum How to use checksums |
e6f0d76548343f16e11eebe818bafbf129d9f5cb94bb8a096c77a85d8e56c306
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.11.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.7.7
|