metadata-please


Namemetadata-please JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/python-packaging/metadata-please/
SummarySimple extractor for python artifact metadata
upload_time2024-09-05 17:05:48
maintainerNone
docs_urlNone
authorTim Hatch
requires_python>=3.7
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # metadata\_please

There are a couple of pretty decent ways to read metadata (`importlib-metadata`,
and `pkginfo`) but they tend to be pretty heavyweight.  This lib aims to do two
things, with as minimal dependencies as possible:

1. Support just enough metadata to be able to look up deps.
2. Do "the thing that pip does" when deciding what dist-info dir to look at.

# Version Compat

Usage of this library should work back to 3.7, but development (and mypy
compatibility) only on 3.10-3.12.  Linting requires 3.12 for full fidelity.

# License

metadata\_please is copyright [Tim Hatch](https://timhatch.com/), and licensed under
the MIT license.  I am providing code in this repository to you under an open
source license.  This is my personal repository; the license you receive to
my code is from me and not from my employer. See the `LICENSE` file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/python-packaging/metadata-please/",
    "name": "metadata-please",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tim Hatch",
    "author_email": "tim@timhatch.com",
    "download_url": "https://files.pythonhosted.org/packages/47/44/9bbd8bf2835cfc01c186007907477953b750232cff14292a535916cbe74b/metadata_please-0.1.0.tar.gz",
    "platform": null,
    "description": "# metadata\\_please\n\nThere are a couple of pretty decent ways to read metadata (`importlib-metadata`,\nand `pkginfo`) but they tend to be pretty heavyweight.  This lib aims to do two\nthings, with as minimal dependencies as possible:\n\n1. Support just enough metadata to be able to look up deps.\n2. Do \"the thing that pip does\" when deciding what dist-info dir to look at.\n\n# Version Compat\n\nUsage of this library should work back to 3.7, but development (and mypy\ncompatibility) only on 3.10-3.12.  Linting requires 3.12 for full fidelity.\n\n# License\n\nmetadata\\_please is copyright [Tim Hatch](https://timhatch.com/), and licensed under\nthe MIT license.  I am providing code in this repository to you under an open\nsource license.  This is my personal repository; the license you receive to\nmy code is from me and not from my employer. See the `LICENSE` file for details.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple extractor for python artifact metadata",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/python-packaging/metadata-please/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4e05bd627429970e6c76c1d851076514c26a1ebf9052312f9a589ec4552a2781",
                "md5": "c885ff35b0ef9ae18b79284f6832e2ac",
                "sha256": "0b3beb132e1ae8b6853561a9c884521a07db8d72cb4c3acb0344445f854b7e86"
            },
            "downloads": -1,
            "filename": "metadata_please-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c885ff35b0ef9ae18b79284f6832e2ac",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12316,
            "upload_time": "2024-09-05T17:05:47",
            "upload_time_iso_8601": "2024-09-05T17:05:47.466439Z",
            "url": "https://files.pythonhosted.org/packages/4e/05/bd627429970e6c76c1d851076514c26a1ebf9052312f9a589ec4552a2781/metadata_please-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47449bbd8bf2835cfc01c186007907477953b750232cff14292a535916cbe74b",
                "md5": "b91a8753099d2090abc84b734f8b9533",
                "sha256": "0d5dc1ec52e3593f21841800246f13cddf288bf92f76ce2f8c1326b2d7ede570"
            },
            "downloads": -1,
            "filename": "metadata_please-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b91a8753099d2090abc84b734f8b9533",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 11791,
            "upload_time": "2024-09-05T17:05:48",
            "upload_time_iso_8601": "2024-09-05T17:05:48.647787Z",
            "url": "https://files.pythonhosted.org/packages/47/44/9bbd8bf2835cfc01c186007907477953b750232cff14292a535916cbe74b/metadata_please-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-05 17:05:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-packaging",
    "github_project": "metadata-please",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "metadata-please"
}
        
Elapsed time: 0.37199s