setuptools
Original author(s) | Phillip J. Eby |
---|---|
Developer(s) | Jason R. Coombs |
Written in | Python |
Engine | |
Operating system | Cross-platform |
Type | Package manager |
License | MIT |
Website | {{URL|example.com|optional display text}} , PyPI page |
Search Setuptools on Amazon.
setuptools is a package development process library designed to facilitate packaging Python projects by enhancing the Python standard library distutils (distribution utilities). It includes:
- Python package and module definitions
- Distribution package metadata
- Test hooks
- Project installation
- Platform-specific details
- Python 3 support
History[edit]
On 2004-03-17, Phillip J. Eby announced the existence of the project.[1] In 2013, Distribute, a fork of setuptools, was merged back into setuptools 0.7.
Package format[edit]
Original author(s) | Daniel Holth |
---|---|
Stable release | Lua error in Module:Wd at line 2189: attempt to index field 'wikibase' (a nil value).
/ Lua error in Module:Wd at line 2189: attempt to index field 'wikibase' (a nil value). |
Repository | github |
Written in | Python |
Engine | |
Operating system | Cross-platform |
Type | Package format |
License | MIT |
Website | pypi |
Search Setuptools on Amazon.
Python wheels have replaced eggs.[2]
Python eggs are a way of bundling additional information with a Python project, that allows the project's dependencies to be checked and satisfied at runtime, as well as allowing projects to provide plugins for other projects.
"Eggs are to Pythons as Jars are to Java..."
Package manager[edit]
Python pip has replaced EasyInstall.[3]
EasyInstall is a package manager for Python that provides a standard format for distributing Python programs and libraries (based on the Python Eggs format). EasyInstall is a module bundled with setuptools.[4] It is analogous to RubyGems for Ruby.
EasyInstall is not a fully fledged package manager. It cannot list local packages nor update them all. Pip and Python Package Manager (PyPM) are Python applications designed to fulfill a similar role as EasyInstall. The Distribute fork was created specifically due to the lack of progress in EasyInstall development.[5]
By default, EasyInstall looks in the Python Package Index (PyPI) for the desired packages and uses the metadata there to download and install the package and its dependencies.
See also[edit]
Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".
- Buildout - software build tool designed to handle Python package dependencies
- Software repository
References[edit]
- ↑ Eby, Phillip J. (7 March 2004). ""setuptools" package preview". Distutils-SIG. Retrieved 17 July 2021.
- ↑ "Wheel: A built-package format for Python".
- ↑ jaraco: Replace easy_install with pip install. Jan 9, 2017.
- ↑ http://peak.telecommunity.com/DevCenter/setuptools September 1, 2009
- ↑ Tarek Ziade. "The strange world of packaging – forking setuptools". Retrieved 10 October 2011.
External links[edit]
- Lua error in Module:Official_website at line 90: attempt to index field 'wikibase' (a nil value).
- PyPI project page
- setuptools on GitHub
This article "Setuptools" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Setuptools. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.