metaextract


Namemetaextract JSON
Version 1.0.9 PyPI version JSON
download
home_pagehttp://github.com/toabctl/metaextract
Summaryget metadata for python modules
upload_time2022-10-13 14:53:13
maintainer
docs_urlhttps://pythonhosted.org/metaextract/
authorThomas Bechtold
requires_python
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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



            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/toabctl/metaextract",
    "name": "metaextract",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/metaextract/",
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Thomas Bechtold",
    "author_email": "thomasbechtold@jpberlin.de",
    "download_url": "https://files.pythonhosted.org/packages/c6/7f/b8cb1fd81ac97e45063c28167329ce8c50185cb701ec0a70bb3bc29a3d41/metaextract-1.0.9.tar.gz",
    "platform": null,
    "description": "metaextract - get metadata for python modules\n=============================================\n\n.. image:: https://github.com/toabctl/metaextract/actions/workflows/ci.yaml/badge.svg?branch=master\n           :target: https://github.com/toabctl/metaextract/actions\n.. image:: https://readthedocs.org/projects/metaextract/badge/\n           :target: http://metaextract.readthedocs.io/en/latest/\n           :alt: Documentation Status\n\nmetaextract is a tool to collect metadata about a python module. For example\nyou may have a sdist tarball from the `Python Package Index`_ and you want to\nknow it's dependencies. metaextract can collect theses dependencies.\nThe tool was first developed in `py2pack`_ but is now it's own module to be\nuseful for others, too.\n\nDocumentation\n-------------\nYou can find the documentation on `readthedocs`_.\n\nHacking and contributing\n------------------------\nFork `the repository`_ on Github to start making your changes to the **master**\nbranch (or branch off of it). Don't forget to write a test for fixed issues or\nimplemented features whenever appropriate. You can invoke the testsuite from\nthe repository root directory via `tox`_:\n\n.. code-block:: bash\n\n    $ tox\n\nBugs\n----\nIf you run into bugs, you can file them in the `issue tracker`_.\n\n.. _`readthedocs`: http://metaextract.readthedocs.io/\n.. _`py2pack`: https://pypi.python.org/pypi/py2pack\n.. _`issue tracker`: https://github.com/toabctl/metaextract/issues\n.. _`Python Package Index`: https://pypi.python.org/\n.. _`the repository`: https://github.com/toabctl/metaextract\n.. _`tox`: http://testrun.org/tox\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "get metadata for python modules",
    "version": "1.0.9",
    "project_urls": {
        "Homepage": "http://github.com/toabctl/metaextract"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c67fb8cb1fd81ac97e45063c28167329ce8c50185cb701ec0a70bb3bc29a3d41",
                "md5": "b771830e1fd41edd5799d0bb54d80f89",
                "sha256": "874798166b9c5223f8d0df8898721646b918b9071e48d19e14f74aeea74f7fb1"
            },
            "downloads": -1,
            "filename": "metaextract-1.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "b771830e1fd41edd5799d0bb54d80f89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9338,
            "upload_time": "2022-10-13T14:53:13",
            "upload_time_iso_8601": "2022-10-13T14:53:13.571657Z",
            "url": "https://files.pythonhosted.org/packages/c6/7f/b8cb1fd81ac97e45063c28167329ce8c50185cb701ec0a70bb3bc29a3d41/metaextract-1.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-10-13 14:53:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "toabctl",
    "github_project": "metaextract",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "metaextract"
}
        
Elapsed time: 0.11412s