Metadata-Version: 2.1
Name: reprise
Version: 1.0.0
Summary: REtrospective and PRospective Inference SchEme
Home-page: https://github.com/CognitiveModeling/reprise
Author: Fedor Scholz
Author-email: fedor.scholz@posteo.net
License: MIT
Description: ========================================================
        reprise - REtrospective and PRospective Inference SchEme
        ========================================================
        
        *reprise* is an implementation of the REtrospective and PRospective Inference SchEme in python.
        
        Installation
        ============
        
        The easiest way to install *reprise* is using
        `pip <https://pip.pypa.io/en/stable/>`_:
        
        .. code:: bash
        
            pip install --user reprise
        
        For more information have a look at the `Installation Guide
        <http://reprise.readthedocs.io/en/latest/installation.html>`_.
        
        
        Documentation
        =============
        
        *reprise* uses ``sphinx`` to create a documentation manual. The documentation is
        hosted on `Read the Docs <http://reprise.readthedocs.io/en/latest/>`_.
        
        
        Getting involved
        ================
        
        The *reprise* project welcomes help in the following ways:
        
        * Making Pull Requests for
          `code <https://github.com/CognitiveModeling/reprise/tree/master/reprise>`_,
          `tests <https://github.com/CognitiveModeling/reprise/tree/master/tests>`_
          or `documentation <https://github.com/CognitiveModeling/reprise/tree/master/doc>`_.
        * Commenting on `open issues <https://github.com/CognitiveModeling/reprise/issues>`_
          and `pull requests <https://github.com/CognitiveModeling/reprise/pulls>`_.
        * Helping to answer `questions in the issue section
          <https://github.com/CognitiveModeling/reprise/labels/question>`_.
        * Creating feature requests or adding bug reports in the `issue section
          <https://github.com/CognitiveModeling/reprise/issues/new>`_.
        
        For more information on how to contribute to *reprise* have a look at the
        `development section <http://reprise.readthedocs.io/en/latest/development.html>`_.
        
        
        Authors and Contributers
        ========================
        
        *reprise* was mainly developed by
        `Fedor Scholz <https://github.com/fedorsc>`_. For the full list of
        contributers have a look at `Github's Contributor summary
        <https://github.com/CognitiveModeling/reprise/contributors>`_.
        
        Currently, it is maintained by `Fedor Scholz <https://github.com/fedorsc>`_.
        
Platform: Linux
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Provides-Extra: tests
Provides-Extra: docs
