Metadata-Version: 2.1
Name: pytray
Version: 0.3.2
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
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: async-generator
Requires-Dist: deprecation
Provides-Extra: dev
Requires-Dist: grayskull ; extra == 'dev'
Requires-Dist: ipython (<6) ; extra == 'dev'
Requires-Dist: pip ; extra == 'dev'
Requires-Dist: pre-commit (~=2.2) ; extra == 'dev'
Requires-Dist: prospector ; extra == 'dev'
Requires-Dist: pylint (==2.5.2) ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: pytest (~=5.4) ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: yapf ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: Pygments (==2.3.1) ; extra == 'docs'
Requires-Dist: Sphinx (==1.8.4) ; extra == 'docs'
Requires-Dist: docutils (==0.14) ; extra == 'docs'

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


