https://github.com/toabctl/metaextract
get metadata for python modules
https://github.com/toabctl/metaextract
dependencies metadata packaging python
Last synced: 7 months ago
JSON representation
get metadata for python modules
- Host: GitHub
- URL: https://github.com/toabctl/metaextract
- Owner: toabctl
- License: apache-2.0
- Created: 2016-08-25T07:47:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T05:14:50.000Z (about 2 years ago)
- Last Synced: 2024-10-13T20:06:28.206Z (over 1 year ago)
- Topics: dependencies, metadata, packaging, python
- Language: Python
- Size: 72.3 KB
- Stars: 7
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
metaextract - get metadata for python modules
=============================================
.. image:: https://github.com/toabctl/metaextract/actions/workflows/ci.yaml/badge.svg?branch=master
:target: https://github.com/toabctl/metaextract/actions
.. image:: https://readthedocs.org/projects/metaextract/badge/
:target: http://metaextract.readthedocs.io/en/latest/
:alt: 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`_:
.. code-block:: bash
$ tox
Bugs
----
If you run into bugs, you can file them in the `issue tracker`_.
.. _`readthedocs`: http://metaextract.readthedocs.io/
.. _`py2pack`: https://pypi.python.org/pypi/py2pack
.. _`issue tracker`: https://github.com/toabctl/metaextract/issues
.. _`Python Package Index`: https://pypi.python.org/
.. _`the repository`: https://github.com/toabctl/metaextract
.. _`tox`: http://testrun.org/tox