Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Project Status section to README
Browse files Browse the repository at this point in the history
mrocklin committed Jan 5, 2025
1 parent 6cb5e6d commit 05f1fe9
Showing 1 changed file with 9 additions and 17 deletions.
26 changes: 9 additions & 17 deletions README.rst
Original file line number Diff line number Diff line change
@@ -103,26 +103,18 @@ See Also
- `functools <https://docs.python.org/2/library/functools.html>`__: The
Python standard library for function tools

Contributions Welcome
---------------------
Project Status
--------------

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

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

Please take a look at our
`issue page <https://github.com/pytoolz/toolz/issues>`__
for contribution ideas.

Community
---------

See our `mailing list <https://groups.google.com/forum/#!forum/pytoolz>`__.
We're friendly.
We encourage enthusiasts to innovate in new and wonderful places 🚀

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

0 comments on commit 05f1fe9

Please sign in to comment.