GitHub
github.com › pdm-project › pdm
GitHub - pdm-project/pdm: A modern Python package and dependency manager supporting the latest PEP standards · GitHub
A modern Python package and dependency manager supporting the latest PEP standards - pdm-project/pdm
Starred by 8.6K users
Forked by 469 users
Languages Python 89.0% | Shell 8.7% | PowerShell 2.3%
GitHub
github.com › ableinc › pypm
GitHub - ableinc/pypm: Python Package Manager
pypm --arguments --no-cache,--verbose,--logs,~/Downloads install pydotenvs · Documentation is on-going, so refer to examples above for now. Unfortunately someone beat me to the name pypm. Note that when you use pip install be sure to include the 2. This would normally be an issue if you imported this package, but it's a command line tool
Author ableinc
Videos
Python Package Management With PDM - YouTube
20:25
GitHub Actions for Python Packages: How to Automate Releases to ...
How to install a Python pip Package from github (https & ssh)
06:43
How to Install PIP in Python | PIP Install in Python (2024) - YouTube
02:36
How to install Python packages with PIP - YouTube
02:36
Using Python's Pip package manager - YouTube
GitHub
github.com › drQedwards › PPM
GitHub - drQedwards/PPM: The Python Package Manager (PPM) · GitHub
# Import a single package ppm import transformers # Import with a specific version ppm import transformers==4.43.3 # Import multiple packages ppm import transformers torch numpy # Scan a Python file for imports and install them ppm import --from-file my_script.py # Verbose — watch what's happening ppm import transformers --verbose # 🔍 Resolving transformers... # ⬇️ Downloading transformers-4.43.3-py3-none-any.whl # 🔐 GPU integrity check: PASSED # ✅ transformers==4.43.3 imported successfully
Starred by 12 users
Forked by 8 users
Languages Python 41.7% | TypeScript 17.1% | C 14.2% | Cuda 12.4% | Cython 5.6% | JavaScript 3.9%
GitHub
github.com › pypa › pip
GitHub - pypa/pip: The Python package installer · GitHub
2 weeks ago - The Python package installer. Contribute to pypa/pip development by creating an account on GitHub.
Starred by 10.2K users
Forked by 3.3K users
Languages Python
GitHub
github.com › astral-sh › uv
GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust. · GitHub
Starred by 82.9K users
Forked by 2.9K users
Languages Rust 98.2% | Python 1.7% | Shell 0.1% | Mustache 0.0% | Batchfile 0.0% | Dockerfile 0.0%
GitHub
github.com › BVNAHUSH › Python-Package-Manager
GitHub - BVNAHUSH/Python-Package-Manager: 🛠 Manage your Python packages and virtual environments easily with this fast, user-friendly GUI built with Tkinter, supporting pip and uv for optimal performance.
This tool helps you easily manage ... or removing packages in a straightforward way. ... To get started, visit this page to download: GitHub Releases....
Author BVNAHUSH
GitHub
github.com › perone › stallion
GitHub - perone/stallion: Stallion - A Python Package Manager · GitHub
All standard systemd service management commands (e.g. systemctl enable and systemctl start) apply. On Linux systems having Upstart you can set up Stallion as a service easily as follow. ... You can customize the host and port the stallion service will be listening on by editing the file /etc/default/stallion. You only need to call the script (the -w option will automatically open your browser): ... $ plp --help Stallion - Python List Packages (PLP) Usage: plp list [--compact] [<filter>] plp show <project_name> plp check <project_name> plp scripts [<filter>] plp (-h | --help) plp --version Options: --compact Compact list format -h --help Show this screen.
Starred by 302 users
Forked by 28 users
Languages Python 56.0% | HTML 40.0% | JavaScript 2.1% | CSS 1.9%
PyPI
pypi.org
PyPI · The Python Package Index
PyPI helps you find and install software developed and shared by the Python community. Learn about installing packages.
GitHub
github.com › topics › package-manager
package-manager · GitHub Topics · GitHub
A flexible package manager that supports multiple versions, configurations, platforms, and compilers. python macos linux package-manager hpc scientific-computing spack build-tools radiuss hpsf
GitHub
github.com › bondeabhijeet › Pypi-GUI-package-manager
GitHub - bondeabhijeet/Pypi-GUI-package-manager · GitHub
Using PyInstaller to create a standalone executable from a Python script · PyInstaller Installation: Before you can use PyInstaller, you need to have it installed. You can install it using pip: ... Open the terminal or command prompt, navigate to the directory containing your main.py and favicon.ico files, and then run the PyInstaller command: for onedir (will generate a folder containing a exe and the unpacked files) refer: pyinstaller --name pypi-gui-package-manager --icon=favicon.ico --onedir main.py for onefile:
Starred by 19 users
Forked by 5 users
Languages HTML 99.9% | Python 0.1%
GitHub
github.com › Olexandr43 › Python-Package-Manager
GitHub - Olexandr43/Python-Package-Manager: A powerful, high-performance GUI application for managing Python packages.
V2.5 (FINALE+++): The latest and most powerful version, designed to be the ultimate package management tool. ... Tkinter: Usually included with standard Python installations.
Author Olexandr43
Perone
perone.github.io › stallion
Stallion - A Python Package Manager
Stallion : Stallion - A Python Package Manager
Medium
medium.com › @thomas.vidori › how-to-create-a-python-package-and-publish-it-on-github-eebc78b2a12d
Creating Python packages and publishing on GitHub | Medium
February 24, 2025 - Congratulations, we have created and published on GitHub a python package. This is working and can be used as such. However, it would be even better if versioned and published on pypi.org. We will see those in a later tutorial. The final code can be found at https://github.com/TVidori/p4score and directly downloaded...
GitHub
github.com › DonJayamanne › vscode-python-manager
GitHub - DonJayamanne/vscode-python-manager: Python Environment & Package Manager · GitHub
A Visual Studio Code extension that provides the ability to view and manage all of your Python environments & packages from a single place.
Starred by 128 users
Forked by 28 users
Languages TypeScript 67.6% | Python 30.1% | JavaScript 1.7% | Jupyter Notebook 0.4% | Dockerfile 0.1% | Shell 0.1%
GitHub
github.com › GDGVIT › pip-gui
GitHub - GDGVIT/pip-gui: A GUI based Python Package installer · GitHub
A GUI based Python Package installer. Contribute to GDGVIT/pip-gui development by creating an account on GitHub.
Starred by 101 users
Forked by 23 users
Languages Python
GitHub
github.com › topics › python-package-manager
python-package-manager · GitHub Topics · GitHub
python pypi python3 batch-file subprocess batch-script python-requests tabulate python-package-management python-subprocess python-tabulate python-package-manager python-package-update python-package-updater python-package-upgrade
GitHub
github.com › orgs › community › discussions › 8542
GitHub Packages | Support for python packages · community · Discussion #8542
There is a very valid use case for this: Distributing private/internal AWS CDK constructs. For AWS CDK TypeScript/JavaScript and Python are the most used languages, which means that (most) constructs need to be published both into npm- and pypi-compatible registries. For private/internal packages, GitHub Packages is the most obvious solution.
GitHub
github.com › python › pymanager
GitHub - python/pymanager: The Python Install Manager (for Windows) · GitHub
> python -m pip install pymsbuild > python -m pymsbuild > python-manager\py.exe ... Any modification to a source file requires rebuilding. The .py files are packaged into an extension module.
Starred by 261 users
Forked by 47 users
Languages Python 79.1% | C++ 20.9%