Skip to content

python-packaging/indexurl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexurl

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

from indexurl import get_index_url
print(get_index_url())

License

indexurl is copyright Tim Hatch, 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.