Python Libraries and Packages

The Packages section serves as a meticulously curated directory of Python Packages, Projects, and Libraries. It integrates data from thousands of PyPI projects and the associated Github repositories to form a comprehensive network. Our unique categorization and tagging approach simplifies the process of discovering related projects and libraries.

What’s missing? Submit a python project for indexing

PyScaffold 4.6

The pyscaffold Python package is a project generator designed to bootstrap high-quality Python packages that are ready to be shared on PyPI and installable via pip. It encourages the adoption of the best tools and practices of the Python ecosystem, aiming to enhance productivity. After installation, it provides a putup command to generate a project template with necessary configurations and setups. The generated project is an already initialized git repository, and it uses setuptools for packaging, Sphinx for documentation, and pytest for running automated tests. The package also supports versioning and git integration, making it a comprehensive tool for Python project setup.