Metadata-Version: 2.1
Name: motley
Version: 0.0.1
Summary: motley code catalog
Home-page: https://github.com/frootlab/motley
Author: frootlab
Author-email: frootlab@gmail.com
License: GPLv3
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/x-rst
Requires-Dist: numpy (>=1.15)
Requires-Dist: flib (>=0.9)
Requires-Dist: pandb (>=0.1.8)
Requires-Dist: nemoa (>=0.5.581)

Motley
======

.. image:: https://travis-ci.org/frootlab/motley.svg?branch=master
   :target: https://travis-ci.org/frootlab/motley

.. image:: https://readthedocs.org/projects/motley/badge/?version=latest
    :target: https://motley.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://badge.fury.io/py/motley.svg
    :target: https://badge.fury.io/py/motley

*Motley* is a planed catalog server for algorithm storage and evaluation. Motley
aims to serve as an algorithm catalog for `nemoa`_ to allow the client-side
automatic usage of current *state-of-the-art* (STOA) algorithms. Thereby any
respectively used STOA algorithm is determined server-sided by it's category and
a chosen metric. 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.). Nevertheless also the metric by itself can be a STOA
algorithm.

Due to this approach motley allows the implementation of *enterprise analytics*
projects, that are automatically kept up-to-date by a minimum of maintenance
costs. Also motley 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.

- **Documentation**: https://motley.readthedocs.io
- **Issues**: https://github.com/frootlab/motley/issues
- **Source**: https://github.com/frootlab/motley

Install
-------

Install the latest version of motley::

    $ pip install motley

Contribute
----------

Contributors are very welcome! Feel free to report bugs and feature requests to
the `issue tracker`_ provided by GitHub.

License
-------

Motley is available free for any use under the `GPLv3 license`_::

   Copyright (C) 2019 Frootlab Developers
   Patrick Michl <patrick.michl@gmail.com>

.. _Python: https://www.python.org/
.. _GPLv3 license: https://www.gnu.org/licenses/gpl.html
.. _issue tracker: https://github.com/frootlab/motley/issues
.. _frootlab: https://github.com/frootlab
.. _nemoa: https://github.com/frootlab/nemoa


