pip
Package manager
A package installer for Python that simplifies the process of managing dependencies and installing packages.
The Python package installer
10k stars
318 watching
3k forks
Language: Python
last commit: about 1 month ago packagingpippython
Related projects:
Repository | Description | Stars |
---|---|---|
pypi/warehouse | The software behind the Python Package Index. | 3,617 |
jazzband/pip-tools | Maintains predictable and deterministic builds of Python applications by managing dependencies. | 7,783 |
mhammond/pywin32 | Provides access to many Windows APIs from Python. | 5,101 |
pypa/sampleproject | Provides a sample project to demonstrate basic packaging and distribution of a Python project using PyPUG's tutorial. | 5,138 |
pypa/pipenv | A tool for managing project dependencies and environments in Python development workflows. | 24,929 |
pygame/pygame | A cross-platform Python library for creating multimedia applications like games | 7,595 |
tweepy/tweepy | A Python library providing an interface to the Twitter API | 10,578 |
librosa/librosa | A Python library for audio and music analysis. | 7,237 |
pyserial/pyserial | Library for accessing serial ports from Python programs | 3,274 |
python-poetry/poetry | Makes managing dependencies and packaging for Python projects easier | 32,005 |
skelsec/pypykatz | An implementation of Mimikatz in pure Python for parsing Windows secrets and registry data. | 2,905 |
py-pdf/pypdf | A Python library for manipulating and extracting data from PDF files | 8,524 |
legrandin/pycryptodome | A comprehensive cryptographic library for Python that provides low-level primitives and algorithms for secure data processing | 2,876 |
pypa/gh-action-pypi-publish | Automates publishing of Python package distributions to PyPI | 964 |
prompt-toolkit/ptpython | An interactive Python shell with advanced features and customizable interface | 5,241 |