https://github.com/ceb10n/okerr
A simple Result with match functionality for Python 3 inspired by Rust's Result Enum
https://github.com/ceb10n/okerr
python response utility-library utils-library
Last synced: about 1 year ago
JSON representation
A simple Result with match functionality for Python 3 inspired by Rust's Result Enum
- Host: GitHub
- URL: https://github.com/ceb10n/okerr
- Owner: ceb10n
- License: mit
- Created: 2020-05-26T23:05:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T23:08:39.000Z (about 6 years ago)
- Last Synced: 2025-04-06T05:03:45.817Z (about 1 year ago)
- Topics: python, response, utility-library, utils-library
- Language: Python
- Homepage: https://pypi.org/project/okerr/
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
okerr
=====
.. image:: https://badge.fury.io/py/okerr.svg
:target: https://badge.fury.io/py/okerr
.. image:: https://img.shields.io/pypi/pyversions/okerr.svg
:target: https://badge.fury.io/py/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
.. image:: https://img.shields.io/github/license/ceb10n/okerr
:target: https://img.shields.io/github/license/ceb10n/okerr
A simple Result with match functionality for Python 3 inspired by `Rust's Result Enum
`__.
License
-------
MIT License