[go: up one dir, main page]

Jump to content

User:Tdpa1/sandbox: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Tdpa1 (talk | contribs)
mNo edit summary
Tdpa1 (talk | contribs)
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 <ref>[https://pypi.org/project/pipenv/]</ref>
| developer = Kenneth Reitz, Dan Ryan, Nate Prewitt, Timo Furrer, Erin O'Connell
| released = {{start date and age|2017|1|20|df=yes|paren=yes}}<ref>[https://github.com/pypa/pipenv/releases/tag/v0.1.0]</ref>
| 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}}<ref>[https://github.com/pypa/pipenv/releases/tag/v2020.6.2]</ref>
| 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]]<ref>{{cite web |title=pipenv/LICENSE |url=https://github.com/pypa/pipenv/blob/master/LICENSE |date=6 March 2020 |website=Github |accessdate=4 June 2020 |url-status=live}}</ref>
| 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|last=Python|first=Real|title=Python Virtual Environments: A Primer – Real Python|url=https://realpython.com/python-virtual-environments-a-primer/|access-date=2020-06-04|website=realpython.com|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 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]
Pipenv
Original author(s)Kenneth Reitz
Developer(s)Kenneth Reitz, Dan Ryan, Nate Prewitt, Timo Furrer, Erin O'Connell
Initial release20 January 2017 (7 years ago) (2017-01-20)
Stable release
Release v2020.6.2 / 2 June 2020 (4 years ago) (2020-06-02)
Repositoryhttps://github.com/pypa/pipenv
Written inPython
Operating systemOS independent
PlatformPython
TypePackage management system
LicenceMIT
Websitehttps://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]
  1. ^ a b c "Pipenv: Python Dev Workflow for Humans — pipenv 2020.6.2.dev0 documentation". pipenv.pypa.io. Retrieved 2020-06-04.
  2. ^ a b "A Better Pip Workflow". ☿ Ken Reitz. Retrieved 2020-06-04.{{cite web}}: CS1 maint: url-status (link)
  3. ^ "Release v0.1.0 · pypa/pipenv". GitHub. Retrieved 2020-06-04.{{cite web}}: CS1 maint: url-status (link)
  4. ^ "Python Virtual Environments: A Primer – Real Python". realpython.com. Retrieved 2020-06-04.{{cite web}}: CS1 maint: url-status (link)