User:Tdpa1/sandbox
Pipenv (package manager)
[edit]Original author(s) | Kenneth Reitz |
---|---|
Developer(s) | Kenneth Reitz, Dan Ryan, Nate Prewitt, Timo Furrer, Erin O'Connell |
Initial release | 20 January 2017 |
Stable release | Release v2020.6.2
/ 2 June 2020 |
Repository | https://github.com/pypa/pipenv |
Written in | Python |
Operating system | OS independent |
Platform | Python |
Type | Package management system |
Licence | MIT |
Website | https://pipenv.pypa.io/en/latest/ |
Pipenv is a package manager for the Python programming language designed to provide users and developers of applications with an easy method to setup a working environment.[1] It was created by Kenneth Reitz,[2] with the first release being on January 20th 2017 as v0.1.0.[3]
Pipenv was designed to unify the use of Pip and virtualenv to create a more streamlined workflow when developing Python applications[1]. It installs and manages packages from, by default, the Python Package Index with support for user defined package indexes,[2] as well as creating dedicated virtual environments using virtualenv for individual projects, allowing those projects to have their own dependencies regardless of any other dependencies other projects may have.[1][4]
References
[edit]- ^ a b c "Pipenv: Python Dev Workflow for Humans — pipenv 2020.6.2.dev0 documentation". pipenv.pypa.io. Retrieved 2020-06-04.
- ^ a b "A Better Pip Workflow". ☿ Ken Reitz. Retrieved 2020-06-04.
{{cite web}}
: CS1 maint: url-status (link) - ^ "Release v0.1.0 · pypa/pipenv". GitHub. Retrieved 2020-06-04.
{{cite web}}
: CS1 maint: url-status (link) - ^ "Python Virtual Environments: A Primer – Real Python". realpython.com. Retrieved 2020-06-04.
{{cite web}}
: CS1 maint: url-status (link)