Metadata-Version: 1.1
Name: bayescache
Version: 0.1.0
Summary: Save cache, Bae will you love you.
Home-page: https://github.com/yngtodd/bayescache
Author: Todd Young
Author-email: youngmt1@ornl.gov
License: MIT
Description: .. raw:: html
        
            <embed>
                <p align="center">
                    <img width="300" src="https://github.com/yngtodd/bayescache/blob/master/img/pylibrary.png">
                </p>
            </embed>
        
        --------------------------
        
        .. image:: https://badge.fury.io/py/bayescache.png
            :target: http://badge.fury.io/py/bayescache
        
        .. image:: https://travis-ci.org/yngtodd/bayescache.png?branch=master
            :target: https://travis-ci.org/yngtodd/bayescache
        
        
        =============================
        BayesCache
        =============================
        
        Save cache, Bae will you love you.
        
        Documentation
        --------------
         
        For references, tutorials, and examples check out our `documentation`_.
        
        Installation
        ------------
        
        From Sources:
        
        You can either clone the public repository:
        
        .. code-block:: console
        
            git clone git://github.com/yngtodd/bayescache
        
        Or download the `tarball`_:
        
        .. code-block:: console
        
            curl  -OL https://github.com/yngtodd/bayescache/tarball/master
        
        Once you have a copy of the source, you can install it with:
        
        .. code-block:: console
        
            python setup.py install
        
        .. _tarball: https://github.com/yngtodd/bayescache/tarball/master
        .. _documentation: https://bayescache.readthedocs.io/en/latest
        
        
        
        Documentation
        -------------
        
        The full documentation is at http://bayescache.rtfd.org.
        
        
        
        History
        -------
        
        0.1.0 (2019-04-12)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: bayescache
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
