Welcome to pypiserver!

This is a PyPI compatible package index serving 5086 packages.

To use this server with pip, run the following command:

pip install --extra-index-url https://pypi.cognibotics.net:443/ PACKAGE [PACKAGE2...]

Or add the following to ~/.pip/pip.conf:

[global]
extra-index-url = https://<user>:<password>@pypi.cognibotics.net/simple/
            

To be able to upload add the following to ~/.pypirc:

[distutils]
index-servers =
  cb

[cb]
repository: https://pypi.cognibotics.net/
username: <user>
password: <password>
            

You can then upload wheels with e.g. python setup.py bdist_wheel upload -r cb and source distributions with python setup.py sdist upload -r cb.

The password can be found on Internal.

The complete list of all packages can be found here or via the simple index.