metaextract

get metadata for python modules


Keywords
dependencies, metadata, packaging, python
License
Apache-2.0
Install
pip install metaextract==1.0.9

Documentation

metaextract - get metadata for python modules

https://github.com/toabctl/metaextract/actions/workflows/ci.yaml/badge.svg?branch=master Documentation Status

metaextract is a tool to collect metadata about a python module. For example you may have a sdist tarball from the Python Package Index and you want to know it's dependencies. metaextract can collect theses dependencies. The tool was first developed in py2pack but is now it's own module to be useful for others, too.

Documentation

You can find the documentation on readthedocs.

Hacking and contributing

Fork the repository on Github to start making your changes to the master branch (or branch off of it). Don't forget to write a test for fixed issues or implemented features whenever appropriate. You can invoke the testsuite from the repository root directory via tox:

$ tox

Bugs

If you run into bugs, you can file them in the issue tracker.