poetry
Dependency manager
Makes managing dependencies and packaging for Python projects easier
Python packaging and dependency management made easy
32k stars
190 watching
2k forks
Language: Python
last commit: 8 days ago
Linked from 1 awesome list
dependency-managerpackage-managerpackagingpoetrypython
Related projects:
Repository | Description | Stars |
---|---|---|
pypa/pip | A package installer for Python that simplifies the process of managing dependencies and installing packages. | 9,562 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,783 |
kk6/poetrify | A tool for managing Python projects and dependencies with Poetry. | 51 |
pdm-project/pdm | A modern package manager for Python supporting the latest PEP standards and providing a flexible plugin system for managing dependencies and projects. | 7,999 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,241 |
pyenv/pyenv | A tool for managing multiple Python versions on a system | 39,896 |
abatilo/actions-poetry | Automates Python project setup with poetry dependency management | 434 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,562 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 5,146 |
eriklindernoren/pytorch-yolov3 | An implementation of YOLOv3 in PyTorch for object detection and tracking | 7,343 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,929 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,138 |
cookiecutter/cookiecutter | A command-line utility that creates projects from pre-defined templates. | 22,767 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,999 |
tweepy/tweepy | A Python library providing an interface to the Twitter API | 10,578 |