Skip to content

Commit 605bb16

Browse files
oz123bhrutledge
andauthored
Update status of Pipenv - is actively maintained (#1121)
Pipenv is currently actively maintained by @matteius and myself (@oz123). The project has seen multiple releases this year, and many bugs fixed. The activity on the project has even attracted new contributions. Additionally, the project is actively backed the Python foundation and tidelift. Co-authored-by: Brian Rutledge <[email protected]>
1 parent 4bfd160 commit 605bb16

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/key_projects.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,15 +179,14 @@ Pipenv
179179

180180
Pipenv is a project that aims to bring the best of all packaging worlds to the
181181
Python world. It harnesses :ref:`Pipfile`, :ref:`pip`, and :ref:`virtualenv`
182-
into one single toolchain. It features very pretty terminal colors.
182+
into one single toolchain. It can autoimport ``requirements.txt`` and also
183+
check for CVEs in `Pipfile` using `safety <https://pyup.io/safety>`_.
183184

184185
Pipenv aims to help users manage environments, dependencies, and
185186
imported packages on the command line. It also works well on Windows
186187
(which other tools often underserve), makes and checkes file hashes,
187188
to ensure compliance with hash-locked dependency specifiers, and eases
188-
uninstallation of packages and dependencies. It is used by Python
189-
users and system administrators, but has been less maintained since
190-
late 2018.
189+
uninstallation of packages and dependencies.
191190

192191
.. _Pipfile:
193192

0 commit comments

Comments
 (0)