indexurl


Nameindexurl JSON
Version 0.9.1 PyPI version JSON
download
home_pagehttps://github.com/python-packaging/indexurl/
SummaryReads index url from pip.conf and infers capabilities
upload_time2024-01-24 19:34:09
maintainer
docs_urlNone
authorTim Hatch
requires_python>=3.10
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": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "",
    "author": "Tim Hatch",
    "author_email": "tim@timhatch.com",
    "download_url": "https://files.pythonhosted.org/packages/38/31/2494572bc983b91dd6bf6a6e0e14cdcaf2b96bf3083f6d0970fe9b8ad878/indexurl-0.9.1.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.1",
    "project_urls": {
        "Homepage": "https://github.com/python-packaging/indexurl/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "038eeec27e63d9374a01bf88f81608cc2eed1111864e1b267be94546851d79fd",
                "md5": "1bbb048f404ad416cf4d839a13f95756",
                "sha256": "2676b94fc4b135e7f6bb5aac9601f95666d30f075759e1d69ac04f3774860830"
            },
            "downloads": -1,
            "filename": "indexurl-0.9.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1bbb048f404ad416cf4d839a13f95756",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 5408,
            "upload_time": "2024-01-24T19:34:08",
            "upload_time_iso_8601": "2024-01-24T19:34:08.441460Z",
            "url": "https://files.pythonhosted.org/packages/03/8e/eec27e63d9374a01bf88f81608cc2eed1111864e1b267be94546851d79fd/indexurl-0.9.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38312494572bc983b91dd6bf6a6e0e14cdcaf2b96bf3083f6d0970fe9b8ad878",
                "md5": "e61094275dfd3b5108ea039d8705f864",
                "sha256": "9ccbd4e80fde074228aedae500b8202132e8a66c9e377bd525adef9c6bee5a1b"
            },
            "downloads": -1,
            "filename": "indexurl-0.9.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e61094275dfd3b5108ea039d8705f864",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 6400,
            "upload_time": "2024-01-24T19:34:09",
            "upload_time_iso_8601": "2024-01-24T19:34:09.903184Z",
            "url": "https://files.pythonhosted.org/packages/38/31/2494572bc983b91dd6bf6a6e0e14cdcaf2b96bf3083f6d0970fe9b8ad878/indexurl-0.9.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-24 19:34:09",
    "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: 0.18087s