Metadata-Version: 2.1
Name: resultful
Version: 0.0.0
Summary: Expect results, not exceptions!
Home-page: https://github.com/kprzybyla/resultful
Author: Krzysztof Przybyła
Author-email: krzysztof.h.przybyla@gmail.com
License: MIT
Platform: linux
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >= 3.8
License-File: LICENSE
Provides-Extra: deploy
Requires-Dist: wheel ; extra == 'deploy'
Requires-Dist: twine ; extra == 'deploy'
Provides-Extra: docs
Requires-Dist: sphinx (~=3.0.0) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme (~=0.4.3) ; extra == 'docs'
Requires-Dist: sphinx-autodoc-typehints (~=1.10.0) ; extra == 'docs'
Provides-Extra: format
Requires-Dist: black (==20.8b1) ; extra == 'format'
Requires-Dist: flake8 (~=3.8.0) ; extra == 'format'
Provides-Extra: test
Requires-Dist: mypy (~=0.782) ; extra == 'test'
Requires-Dist: pytest (~=6.0.1) ; extra == 'test'
Requires-Dist: pytest-cov (~=2.8.0) ; extra == 'test'
Requires-Dist: hypothesis (~=5.6.0) ; extra == 'test'

Expect results, not exceptions!
-------------------------------

.. image:: https://img.shields.io/badge/python-3.8-blue.svg

Under development.


Bugs/Requests
-------------

Please use the `GitHub issue tracker`_ to submit bugs or request features.

.. _`GitHub issue tracker`: https://github.com/kprzybyla/resultful/issues


License
-------

Copyright Krzysztof Przybyła, 2020.

Distributed under the terms of the `MIT`_ license.

.. _`MIT`: https://github.com/kprzybyla/resultful/blob/master/LICENSE


