Metadata-Version: 2.1
Name: brea
Version: 0.0.1
Summary: Catalog Server and Algorithm Repository
Home-page: https://www.frootlab.org/brea
Author: Frootlab Developers
Author-email: contact@frootlab.org
License: GPLv3
Description: <div align="center">
          <img src="https://www.frootlab.org/images/fig/brea.svg" width=350px>
        </div>
        
        Brea
        ======
        
        [![Building Status](https://travis-ci.org/frootlab/brea.svg?branch=master)](https://travis-ci.org/frootlab/brea)
        [![Documentation Status](https://readthedocs.org/projects/brea/badge/?version=latest)](https://brea.readthedocs.io/en/latest/?badge=latest)
        [![PIP Version](https://badge.fury.io/py/brea.svg)](https://badge.fury.io/py/brea)
        
        *Brea* is a planed catalog server for algorithm storage and evaluation and
        based on [GIT](https://git-scm.com/). Brea aims to serve as an algorithm
        catalog to allow the usage of abstract **currently best fitting** (CBF)
        algorithms, as required by the **Cloud-Assisted Meta Programming** (CAMP)
        paradigm.
        
        Thereby Brea is required to host and deliver algorithms as well es to
        cyclically evaluate and index them with respect to their corresponding metrics,
        using [Rian](https://www.frootlab.org/rian). An example for such a metric
        would be the average prediction accuracy within a fixed set of gold standard
        samples of the respective domain of application (e.g. latin handwriting samples,
        spoken word samples, TCGA gene expression data, etc.). Consequently Brea is
        also required to host or connect these samples by using
        [Deet](https://www.frootlab.org/deet).
        
        Due to this approach brea allows the implementation of *smart analytics*
        projects, that are automatically kept up-to-date by a minimum of maintenance
        costs. Also brea supports scientific applications, by facilitating a local
        (workgroup, lab, institution) or global publication, application and evaluation
        of algorithms, e.g. developed within a PhD-position or program.
        
        Brea is open source, based on the [Python](https://www.python.org/)
        programming language and actively developed as part of the [Liquid
        Code](https://www.frootlab.org/liquid) framework at
        [Frootlab](https://www.frootlab.org).
        
        Current Development Status
        --------------------------
        
        Brea currently is in late *Planning* stage, which immediately is followed by
        the *Pre-Alpha* stage. This means, that the projects directives, requirements
        and goals are mostly settled but so far only hardly implemented.
        
        Installation
        ------------
        
        Comprehensive information and installation support is provided within the
        [online manual](https://brea.readthedocs.io/en/latest/). If you already have a
        Python environment configured on your computer, you can install the latest
        distributed version by using pip:
        
            $ pip install brea
        
        Documentation
        -------------
        
        The latest Brea documentation is available as an [online
        manual](https://brea.readthedocs.io/en/latest/) and for download in the
        formats [PDF](https://readthedocs.org/projects/brea/downloads/pdf/latest/),
        [EPUB](https://readthedocs.org/projects/brea/downloads/epub/latest/) and
        [HTML](https://readthedocs.org/projects/brea/downloads/htmlzip/latest/).
        
        Contribute
        ----------
        
        Contributors are very welcome! Feel free to report bugs and feature requests to
        the [issue tracker](https://github.com/frootlab/brea/issues) provided by
        GitHub. Currently, as the Frootlab Developers team still is growing, we do not
        provide any Contribution Guide Lines to collaboration partners. However, if you
        are interested to join the team, we would be glad, to receive an informal
        [application](mailto:application@frootlab.org).
        
        License
        -------
        
        Brea is open source and available free for any use under the
        [GPLv3](https://www.gnu.org/licenses/gpl.html) license:
        
            Â© 2019 Frootlab Developers:
              Patrick Michl <patrick.michl@frootlab.org>
        
Keywords: catalog catalog-software
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
