Skip to content

Commit 6ed3481

Browse files
committed
Add Project Status section to README
1 parent 6cb5e6d commit 6ed3481

File tree

1 file changed

+9
-17
lines changed

1 file changed

+9
-17
lines changed

README.rst

+9-17
Original file line numberDiff line numberDiff line change
@@ -103,26 +103,18 @@ See Also
103103
- `functools <https://docs.python.org/2/library/functools.html>`__: The
104104
Python standard library for function tools
105105

106-
Contributions Welcome
107-
---------------------
106+
Project Status
107+
--------------
108108

109-
``toolz`` aims to be a repository for utility functions, particularly
110-
those that come from the functional programming and list processing
111-
traditions. We welcome contributions that fall within this scope.
109+
**This project is alive but inactive.**
112110

113-
We also try to keep the API small to keep ``toolz`` manageable. The ideal
114-
contribution is significantly different from existing functions and has
115-
precedent in a few other functional systems.
111+
The original maintainers have mostly moved on to other endeavors. We're still
112+
around for critical bug fixes, Python version bumps, and security issues and
113+
will commit to keeping the project alive (it's highly depended upon).
114+
However, beyond that we don't plan to spend much time reviewing contributions.
115+
We view Toolz as mostly complete.
116116

117-
Please take a look at our
118-
`issue page <https://github.com/pytoolz/toolz/issues>`__
119-
for contribution ideas.
120-
121-
Community
122-
---------
123-
124-
See our `mailing list <https://groups.google.com/forum/#!forum/pytoolz>`__.
125-
We're friendly.
117+
We encourage enthusiasts to innovate in new and wonderful places 🚀
126118

127119
.. |Build Status| image:: https://github.com/pytoolz/toolz/actions/workflows/test.yml/badge.svg?branch=master
128120
:target: https://github.com/pytoolz/toolz/actions

0 commit comments

Comments
 (0)