Metadata-Version: 2.1
Name: indexurl
Version: 0.9.0.post1
Summary: Reads index url from pip.conf and infers capabilities
Home-page: https://github.com/python-packaging/indexurl/
Author: Tim Hatch
Author-email: tim@timhatch.com
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: test
License-File: LICENSE

# 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.
