indexurl


Nameindexurl JSON
Version 0.9.2 PyPI version JSON
download
home_pagehttps://github.com/python-packaging/indexurl/
SummaryReads index url from pip.conf and infers capabilities
upload_time2024-11-12 02:17:22
maintainerNone
docs_urlNone
authorTim Hatch
requires_python>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # indexurl

This is a super-simple project to read the global.index-url config value of pip
without extra processes.

```py
from indexurl import get_index_url
print(get_index_url())
```

# License

indexurl 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/indexurl/",
    "name": "indexurl",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Tim Hatch",
    "author_email": "tim@timhatch.com",
    "download_url": "https://files.pythonhosted.org/packages/f6/4b/8e6f7a5ca510e73e04b2e9237325e367df9fed28c67ebf2907ae5cff0ac3/indexurl-0.9.2.tar.gz",
    "platform": null,
    "description": "# indexurl\n\nThis is a super-simple project to read the global.index-url config value of pip\nwithout extra processes.\n\n```py\nfrom indexurl import get_index_url\nprint(get_index_url())\n```\n\n# License\n\nindexurl 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": "Reads index url from pip.conf and infers capabilities",
    "version": "0.9.2",
    "project_urls": {
        "Homepage": "https://github.com/python-packaging/indexurl/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cf956082749e843cc6ab4fabdc2f70f6fdbc45da735feb59921a57640a7c8008",
                "md5": "3f1cbd6fbfccd926f8906207747dde7f",
                "sha256": "cfedceaa7c168dbe77dab7b45d0d8c9a336561cde33e962045212e33d222635e"
            },
            "downloads": -1,
            "filename": "indexurl-0.9.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3f1cbd6fbfccd926f8906207747dde7f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5747,
            "upload_time": "2024-11-12T02:17:20",
            "upload_time_iso_8601": "2024-11-12T02:17:20.600450Z",
            "url": "https://files.pythonhosted.org/packages/cf/95/6082749e843cc6ab4fabdc2f70f6fdbc45da735feb59921a57640a7c8008/indexurl-0.9.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f64b8e6f7a5ca510e73e04b2e9237325e367df9fed28c67ebf2907ae5cff0ac3",
                "md5": "08646fcbaa190414ad7ed0fe4566bf17",
                "sha256": "ef02f2fdbf9085a898fde8afce18f6f0ed79d2f1c5ac2b5101a0fbde556a3099"
            },
            "downloads": -1,
            "filename": "indexurl-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "08646fcbaa190414ad7ed0fe4566bf17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6920,
            "upload_time": "2024-11-12T02:17:22",
            "upload_time_iso_8601": "2024-11-12T02:17:22.353654Z",
            "url": "https://files.pythonhosted.org/packages/f6/4b/8e6f7a5ca510e73e04b2e9237325e367df9fed28c67ebf2907ae5cff0ac3/indexurl-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-12 02:17:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-packaging",
    "github_project": "indexurl",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "indexurl"
}
        
Elapsed time: 2.72148s