Skip to content

Python package to fetch the metadata of Python packages

License

Notifications You must be signed in to change notification settings

FFY00/python-metadata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-metadata

Python package to fetch the metadata of Python packages.

Uses PEP 621 metadata if available, otherwise PEP 517's prepare_metadata_for_build_wheel, and lastly PEP 517's build_wheel.

>>> import metadata
>>> m = metadata.Metadata('.')
>>> m.name
'metadata'
>>> m.version
'0.0.0'

About

Python package to fetch the metadata of Python packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages