Welcome to RELAI's Private PyPI Server!

This is a private Python package index server. You can upload and download packages securely.

You can upload to this index as follows:
poetry config repositories.relai-pypi https://packages.relai.ai
poetry config http-basic.relai-pypi <user_name> <password>
poetry publish --build --repository relai-pypi

To download from this index, do the following:
poetry source add --priority=explicit relai-pypi https://packages.relai.ai
poetry add --source relai-ai <package_name>

Contact priyatham@relai.ai for credentials to use this package index.