User:Tdpa1/sandbox: Difference between revisions
mNo edit summary |
Fiddle around with references |
||
Line 8: | Line 8: | ||
| caption = |
| caption = |
||
| author = Kenneth Reitz |
| author = Kenneth Reitz |
||
| developer = Kenneth Reitz, Dan Ryan, Nate Prewitt, Timo Furrer, Erin O'Connell |
| developer = Kenneth Reitz, Dan Ryan, Nate Prewitt, Timo Furrer, Erin O'Connell |
||
| released = {{start date and age|2017|1|20|df=yes|paren=yes}} |
| released = {{start date and age|2017|1|20|df=yes|paren=yes}} |
||
| ver layout = simple |
| ver layout = simple |
||
| latest release version = Release v2020.6.2 |
| latest release version = Release v2020.6.2 |
||
| latest release date = {{start date and age|2020|06|02|df=yes|paren=yes}} |
| latest release date = {{start date and age|2020|06|02|df=yes|paren=yes}} |
||
| latest preview version = |
| latest preview version = |
||
| repo = https://github.com/pypa/pipenv |
| repo = https://github.com/pypa/pipenv |
||
Line 20: | Line 20: | ||
| platform = [[Python (programming language)|Python]] |
| platform = [[Python (programming language)|Python]] |
||
| genre = [[Package management system]] |
| genre = [[Package management system]] |
||
| licence = [[MIT License|MIT]] |
| licence = [[MIT License|MIT]] |
||
| website = https://pipenv.pypa.io/en/latest/ |
| website = https://pipenv.pypa.io/en/latest/ |
||
}} |
}} |
||
Pipenv is a package manager for the [[Python (programming language)|Python programming language]] designed to provide users and developers of applications with an easy method to setup a working environment.<ref name=":0">{{Cite web|title=Pipenv: Python Dev Workflow for Humans — pipenv 2020.6.2.dev0 documentation|url=https://pipenv.pypa.io/en/latest/|access-date=2020-06-04|website=pipenv.pypa.io}}</ref> It was created by Kenneth Reitz,<ref name=":1">{{Cite web|last=|first=|date=|title=A Better Pip Workflow|url=https://kenreitz.org/essays/a-better-pip-workflow|url-status=live|archive-url=|archive-date=|access-date=2020-06-04|website=☿ Ken Reitz|language=en-US}}</ref> with the first release being on January 20th 2017 as v0.1.0.<ref>{{Cite web|last=|first=|date=|title=Release v0.1.0 · pypa/pipenv|url=https://github.com/pypa/pipenv/releases/tag/v0.1.0|url-status=live|archive-url=|archive-date=|access-date=2020-06-04|website=GitHub|language=en}}</ref> |
Pipenv is a package manager for the [[Python (programming language)|Python programming language]] designed to provide users and developers of applications with an easy method to setup a working environment.<ref name=":0">{{Cite web|title=Pipenv: Python Dev Workflow for Humans — pipenv 2020.6.2.dev0 documentation|url=https://pipenv.pypa.io/en/latest/|access-date=2020-06-04|website=pipenv.pypa.io}}</ref> It was created by Kenneth Reitz,<ref name=":1">{{Cite web|last=|first=|date=|title=A Better Pip Workflow|url=https://kenreitz.org/essays/a-better-pip-workflow|url-status=live|archive-url=|archive-date=|access-date=2020-06-04|website=☿ Ken Reitz|language=en-US}}</ref> with the first release being on January 20th 2017 as v0.1.0.<ref name=":2">{{Cite web|last=|first=|date=|title=Release v0.1.0 · pypa/pipenv|url=https://github.com/pypa/pipenv/releases/tag/v0.1.0|url-status=live|archive-url=|archive-date=|access-date=2020-06-04|website=GitHub|language=en}}</ref> |
||
Pipenv was designed to unify the use of [[Pip (package manager)|Pip]] and [https://virtualenv.pypa.io virtualenv] to create a more streamlined workflow when developing Python applications<ref name=":0" />. It installs and manages packages from, by default, the [[Python Package Index]] with support for user defined package indexes,<ref name=":1" /> as well as creating dedicated virtual environments using [https://virtualenv.pypa.io virtualenv] for individual projects, allowing those projects to have their own dependencies regardless of any other dependencies other projects may have.<ref name=":0" /><ref>{{Cite web| |
Pipenv was designed to unify the use of [[Pip (package manager)|Pip]] and [https://virtualenv.pypa.io virtualenv] to create a more streamlined workflow when developing Python applications<ref name=":0" />. It installs and manages packages from, by default, the [[Python Package Index]] with support for user defined package indexes,<ref name=":1" /> as well as creating dedicated virtual environments using [https://virtualenv.pypa.io virtualenv] for individual projects, allowing those projects to have their own dependencies regardless of any other dependencies other projects may have.<ref name=":0" /><ref name=":3">{{Cite web|date=|title=Python Virtual Environments: A Primer – Real Python|url=https://realpython.com/python-virtual-environments-a-primer/|url-status=live|archive-url=|archive-date=|access-date=2020-06-04|website=realpython.com|language=en}}</ref> |
||
== References == |
== References == |
Latest revision as of 11:42, 4 June 2020
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)