Metadata-Version: 2.1
Name: mitba
Version: 1.1.1
Summary: Python library for caching results from functions and methods
Home-page: https://github.com/Infinidat/mitba
Author: Infinidat Ltd.
Author-email: info@infinidat.com
License: BSD3
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Provides-Extra: doc
Provides-Extra: testing
License-File: LICENSE
License-File: AUTHORS

Mitba
=====

|                       |                                                                                    |
|-----------------------|------------------------------------------------------------------------------------|
| Build Status          | ![Build Status](https://secure.travis-ci.org/Infinidat/mitba.png ) |
| Supported Versions    | ![Supported Versions](https://img.shields.io/badge/python-2.7%2C3.5%2C3.6%2C3.7-green.svg)    |
| Latest Version        | ![Latest Version](https://img.shields.io/pypi/v/mitba.svg)                  |


`mitba` is a small library for implementing method or function-level caching for results.

* [Documentation](https://mitba.readthedocs.io/en/latest/)


Licence
-------
BSD3

