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: 3 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,537 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,759 |
kk6/poetrify | A tool for managing Python projects and dependencies with Poetry. | 50 |
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,950 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,229 |
pyenv/pyenv | Software that manages multiple versions of the Python programming language | 39,428 |
abatilo/actions-poetry | Automates Python project setup with poetry dependency management | 428 |
indygreg/pyoxidizer | A tool for packaging and distributing Python applications by creating self-contained executables with embedded Python interpreters. | 5,493 |
pyenv-win/pyenv-win | A tool for managing multiple Python versions on Windows | 4,996 |
eriklindernoren/pytorch-yolov3 | An implementation of YOLOv3 in PyTorch for object detection and tracking | 7,324 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,882 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,121 |
cookiecutter/cookiecutter | A command-line utility that creates projects from pre-defined templates. | 22,632 |
pyinstaller/pyinstaller | A tool for bundling Python applications and their dependencies into standalone executables. | 11,914 |
tweepy/tweepy | A Python library providing an interface to the Twitter API | 10,526 |