Metadata-Version: 2.1
Name: okerr
Version: 0.1.3
Summary: A simple Result with match functionality for Python
Home-page: https://github.com/ceb10n/okerr
License: MIT
Keywords: result,utility-tool,rust
Author: Rafael Marques
Author-email: rafaelomarques@gmail.com
Maintainer: Rafael Marques
Maintainer-email: rafaelomarques@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Project-URL: Repository, https://github.com/ceb10n/okerr
Description-Content-Type: text/x-rst

okerr
=====

.. image:: https://img.shields.io/github/license/ceb10n/okerr
    :target: https://img.shields.io/github/license/ceb10n/okerr

.. image:: https://circleci.com/gh/ceb10n/okerr.svg?style=shield
    :target: https://circleci.com/gh/ceb10n/okerr

.. image:: https://codecov.io/gh/ceb10n/okerr/branch/master/graph/badge.svg
  :target: https://codecov.io/gh/ceb10n/okerr

A simple Result with match functionality for Python 3 inspired by `Rust's Result Enum
<https://doc.rust-lang.org/std/result/>`__.


License
-------

MIT License

