Metadata-Version: 2.0
Name: pyresult
Version: 0.2.0
Summary: A Result pattern for python
Home-page: https://github.com/iodevs/pyresult
Author: Jindrich Kralevic Smitka
Author-email: smitka.j@gmail.com
License: BSD license
Keywords: pyresult
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: six (>=1.7.3)
Requires-Dist: toolz (>=0.8.2)

========
PyResult
========


.. image:: https://img.shields.io/pypi/v/pyresult.svg
        :target: https://pypi.python.org/pypi/pyresult

.. image:: https://img.shields.io/travis/iodevs/pyresult.svg
        :target: https://travis-ci.org/iodevs/pyresult

.. image:: https://readthedocs.org/projects/pyresult/badge/?version=latest
        :target: https://pyresult.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://pyup.io/repos/github/iodevs/pyresult/shield.svg
     :target: https://pyup.io/repos/github/iodevs/pyresult/
     :alt: Updates


A Result pattern for python


* Free software: BSD license
* Documentation: https://pyresult.readthedocs.io.


Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage



=======
History
=======

0.1.0 (2017-05-20)
------------------

* First release on PyPI.


