🌐
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.1K users
Forked by 3.3K users
Languages   Python
🌐
GitHub
github.com › pdm-project › pdm
GitHub - pdm-project/pdm: A modern Python package and dependency manager supporting the latest PEP standards · GitHub
Alternatively, you can download the standalone binary file from the release assets. Install the standalone binary directly with the installer scripts: ... For alternative installation methods (Python script, package managers, etc.), see the installation section in documentation.
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
🌐
GitHub
github.com › astral-sh › uv
GitHub - astral-sh/uv: An extremely fast Python package and project manager, written in Rust. · GitHub
3 weeks ago - An extremely fast Python package and project manager, written in Rust. - astral-sh/uv
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 › 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%
🌐
GitHub
github.com › topics › python-package-management
python-package-management · GitHub Topics · GitHub
a tiny packaging example for projects that only has a pyproject.toml w/setuptools (without poetry or other modern package management systems) setuptools python-package-management python-package-example
🌐
GitHub
github.com › bondeabhijeet › Pypi-GUI-package-manager
GitHub - bondeabhijeet/Pypi-GUI-package-manager
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 16 users
Forked by 5 users
Languages   HTML 99.9% | Python 0.1% | HTML 99.9% | Python 0.1%
🌐
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%
Find elsewhere
🌐
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 › 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
🌐
Quora
quora.com › How-do-I-install-a-Python-package-from-GitHub-and-make-it-run
How to install a Python package from GitHub and make it run - Quora
Dependencies must be considered, but here are some good options to do it right. ... The old, deprecated syntax was “pip install —download package_name”. (I’m not sylizing that as code because of some you will copy-paste it.)
🌐
GitHub
github.com › iTaybb › pySmartDL
GitHub - iTaybb/pySmartDL: A Smart Download Manager for Python
Download the `source distribution <http://pypi.python.org/pypi/pySmartDL>`_ first. Unpack the source zip and run the following to install the package site-wide: ``python setup.py install``
Starred by 208 users
Forked by 56 users
Languages   Python 100.0% | Python 100.0%
🌐
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
🌐
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%
🌐
Python
python.org › downloads › release › pymanager-260
Python Release Python install manager 26.0 | Python.org
February 23, 2026 - The Python install manager will automatically update within a day of an update being released. Once installed, you should not need to download the install manager again. Please provide all feedback as issues on our GitHub repository at github.com/python/pymanager.
🌐
GitHub
github.com › DonJayamanne › vscode-python-manager
GitHub - DonJayamanne/vscode-python-manager: Python Environment & Package Manager · GitHub
This extension is no longer being maintained. We recommend migrating to the Microsoft Python Environments Extension instead.
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%
🌐
ActiveState
activestate.com › home › resources › quick read › how to download python packages
How to Download Python Packages - ActiveState
January 24, 2024 - Select either Download Files to download the current package version, or Release History to select the version of your choice. Click on the package to save it to a location on your computer or network. Many Python packages maintain their source code in Github repositories.
🌐
GitHub
gist.github.com › javrasya › e95ade856ff42e4649972f8a54368459
pip-install-from-a-git-repo.md · GitHub
Pip is a package manager of python. You can download Python libraries from some Python repositories like PyPI. You can also download libraries from a git repository.
🌐
GitHub
github.com › PackeTsar › Install-Python
GitHub - PackeTsar/Install-Python: Quick Guide for Installing Python on Common Operating Systems · GitHub
If you have not yet installed Python on your Windows OS, then download and install the latest Python3 installer from Python Downloads Page
Starred by 2 users
Forked by 7 users