Our private PyPI is designed for releasing early features and security fixes for:
The PyPI address is:
https://pypi.authlib.org/
To access this private PyPI, you must purchase a paid license or become a sponsor. You can head over to pricing page to purchase a plus license or subscribe to a sponsor tier at:
- GitHub sponsors: https://github.com/sponsors/lepture
- Patreon: https://www.patreon.com/lepture
Once you purchased the paid plan or subscribed to a "Startup" or "Enterprise" tier, you will receive an email. In this email, you would get your username and password of the private PyPI.
pip install
When installing with command line, you can use -i
to specify the index url:
pip install -i https://{username}:{password}@pypi.authlib.org/ Authlib
requirements.txt
When install via requirements.txt
:
pip install -r requirements.txt
You can put our private PyPI before Authlib
package, here is an example of requirements.txt
:
Flask
Jinja
-i https://{username}:{password}@pypi.authlib.org/
Authlib