You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14-10Lines changed: 14 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ Note, however, that ``cachier``'s in-memory core is simple, and has no monitorin
310
310
Contributing
311
311
============
312
312
313
-
Package author and current maintainer is Shay Palachy (shay.palachy@gmail.com); You are more than welcome to approach him for help. Contributions are very welcomed.
313
+
Current maintainers are Shay Palachy Affek (`shay.palachy@gmail.com<mailto:shay.palachy@gmail.com>`_, `@shaypal5 <https://github.com/shaypal5>`_) and Judson Neer (`@lordjabez <https://github.com/lordjabez>`_); You are more than welcome to approach them for help. Contributions are very welcomed! :)
314
314
315
315
Installing for development
316
316
--------------------------
@@ -379,27 +379,31 @@ Additionally, if you update this ``README.rst`` file, use ``python setup.py chec
379
379
Credits
380
380
=======
381
381
382
-
Created by `Shay Palachy <https://github.com/shaypal5>`_ (shay.palachy@gmail.com).
382
+
Created by `Shay Palachy Affek <https://github.com/shaypal5>`_ (shay.palachy@gmail.com).
383
+
384
+
Current lead developer/contributor: `Judson Neer <https://github.com/lordjabez>`_ (`@lordjabez <https://github.com/lordjabez>`_ on GitHub).
383
385
384
386
Other major contributors:
385
387
386
-
* `cthoyt <https://github.com/cthoyt>`_ - Base memory core implementation.
388
+
* `Judson Neer <https://github.com/lordjabez>`_ - Precaching, method caching support and numerous improvements and bugfixes.
389
+
390
+
* `cthoyt <https://github.com/cthoyt>`_ - Base memory core implementation.
387
391
388
-
* `amarczew <https://github.com/amarczew>`_ - The ``hash_func`` kwarg.
392
+
* `amarczew <https://github.com/amarczew>`_ - The ``hash_func`` kwarg.
389
393
390
-
* `non-senses <https://github.com/non-senses>`_ - The ``wait_for_calc_timeout`` kwarg.
394
+
* `non-senses <https://github.com/non-senses>`_ - The ``wait_for_calc_timeout`` kwarg.
* `John Didion <https://github.com/jdidion>`_ - Support for pickle-based caching for cases where two identically-named methods of different classes are defined in the same module.
398
+
* `John Didion <https://github.com/jdidion>`_ - Support for pickle-based caching for cases where two identically-named methods of different classes are defined in the same module.
0 commit comments