Metadata-Version: 2.1
Name: pytray
Version: 0.3.4
Summary: A python tools library for baking pies
Home-page: https://github.com/muhrin/pytray.git
Author: Martin Uhrin
Author-email: martin.uhrin.10@ucl.ac.uk
License: LGPLv3
Keywords: tools utilities
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.7
Provides-Extra: dev
Provides-Extra: docs
License-File: LICENSE

Recently I've been baking a number of pies [1-2] and I've found it useful to collect commonly used code in one place.  This library contains a bunch of, often exotic, bits of code that make python so much easier to write in, especially when interacting with asyncio and concurrent threads.



[1] https://github.com/aiidateam/kiwipy/
[2] https://github.com/aiidateam/plumpy
