{% extends "base.html" %} {% set active_page = 'home' %} {% block content %}
Welcome to our internal Python Package Index. You can search for inner source libraries or share your own.
For team internal libraries, you can keep your packages secret. Names of private packages are reserved in case you want to make them public at some point in time.
The PEP 423 explains a few rules about ownership. In short packages owned by a company, even if they are stored in private repositories, they should live within a namespace. This is not only a nice thing to have, but it also provides a few security benefits.
Place your package within an appropriate namespace!