Metadata-Version: 2.1
Name: practipy
Version: 0.0.0.dev2
Summary: Python convenience functions and classes
Home-page: UNKNOWN
Author: Jelmer Neeven
Author-email: jelmer@neeven.tech
License: MIT
Keywords: python utility practical convenience
Platform: Linux
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: black (==20.8b1) ; extra == 'dev'
Requires-Dist: docformatter (==1.4) ; extra == 'dev'
Requires-Dist: flake8 (==3.8.4) ; extra == 'dev'
Requires-Dist: isort (==5.7.0) ; extra == 'dev'
Requires-Dist: pytest (==6.2.2) ; extra == 'dev'
Requires-Dist: pytest-custom-exit-code (==0.3.0) ; extra == 'dev'
Requires-Dist: pytest-xdist (==2.2.1) ; extra == 'dev'
Requires-Dist: pytype (==2021.3.3) ; extra == 'dev'

# practipy
Python conviencience functions, classes and decorators to make my life easier.
Currently contains a small subset of [fastcore](https://github.com/fastai/fastcore) code, but will be extended with my own code over time.


