Pipx¶
Development¶
- Pipenv: A tool that simplifies dependency management and virtual environments for Python projects. It aims to bring the best of all packaging worlds (bundling, development workflow, etc.) to the Python world.
- Poetry: A modern Python package and dependency manager, helping you build, publish, and manage your projects. Installed with:
- Poetry Plugin: Export: Allows Poetry to export the environment and project dependencies in various formats (e.g., requirements.txt).
- Cookiecutter: A utility that generates project boilerplate based on templates. It helps streamline the creation of new projects with predefined structures and configurations.
- Nox: An automation tool for Python testing that can run test suites in different environments. Installed with:
- Nox-Poetry: A plugin that integrates Poetry into Nox, allowing seamless management of testing environments and dependencies.
Customization Options
You can customize your installation by adding or removing applications as needed. For more information on how to override default settings, visit our Work in Progress (WIP) customization guide.