Python Package Manager
This article uses bare URLs, which may be threatened by link rot. (September 2022) (Learn how and when to remove this template message) |
Another editor has reviewed this page's proposed deletion, endorses the proposal to delete, and adds:
If you remove the {{proposed deletion/dated}} tag above, please also remove this {{Proposed deletion endorsed}} tag. |
Python Package Manager (PyPM) is a Python utility intended to simplify the tasks of locating, installing, upgrading and removing Python packages. It can determine if the most recent version of a software package is installed on a system, and can install or upgrade that package from a local or remote host.
PyPM is non-free and may only be used with ActiveState's ActivePython distribution.
PyPM uses “PyPM Repositories”,[1] collections of pre-compiled packages. These repositories contain a high variety of modules, published on PyPI.
PyPM is inspired by Perl package manager (PPM).
See also[edit]
- pip (package manager)
- EasyInstall, a source-based installation utility
- RubyGems, a package manager for the Ruby programming language
- Npm (software), a package manager for the Node.js
- Composer (software), a package manager for PHP.
References[edit]
External links[edit]
This installation software article is a stub. You can help EverybodyWiki by expanding it. |
This article "Python Package Manager" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Python Package Manager. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.