GlossaryΒΆ

Devpi

A powerful PyPi-compatible server and a complimentary command line tool to drive packaging, testing and release activities with Python.

Entry-Points

Entry points are a mechanism for an installed distribution to advertise components it provides to be discovered and used by other code.

extras_require

Setuptools provides an extras_require option which takes a dictionary mapping unique keywords to a list of optional dependencies.

Pip

A recommended tool for installing Python packages.

Python

A programming language that lets you work quickly and integrate systems more effectively.

PyPi

The Python Package Index (PyPI) is a repository of software for the Python programming language.

Setuptools

Setuptools is a library designed to facilitate packaging of Python projects.

Virtualenv

A tool to create isolated Python environments.

Wiz

Package manager to run command in reliable environment.

See also

Wiz