Metadata-Version: 2.1
Name: flib
Version: 0.9.0
Summary: multi-purpose library
Home-page: https://github.com/frootlab/flib
Author: Frootlab Developers
Author-email: frootlab@gmail.com
License: GPLv3
Keywords: library shared-library python-library
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
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 :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: appdirs (>=1.4.1)
Requires-Dist: pyparsing (>=2.2)
Provides-Extra: numpy
Requires-Dist: numpy (>=1.15) ; extra == 'numpy'

Frootlab Shared Library
=======================

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

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

The *Frootlab Shared Library* (flib) is a multi-purpose `Python`_ library, which
primarily aims to support `Frootlab`_ projects by a common base library.
The majority of the provided modules, however, are kept generic to facilitate
the application in other projects as well.

The library flib was originally created in 2019 to allow a separation or the
universal database proxy `Pandora`_ from the collaborative machine learning
framework `Nemoa`_. For more information see the respective project pages.

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

Install
-------

Install the latest version of flib::

    $ pip install flib

Contribute
----------

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

License
-------

The Frootlab Shared Library is available free for any use under the `GNU General
Public License v3`, with the following copyright::

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

.. _Python: https://www.python.org/
.. _GNU General Public License v3: https://www.gnu.org/licenses/gpl.html
.. _Frootlab: https://github.com/frootlab
.. _Nemoa: https://github.com/frootlab/nemoa
.. _Pandora: https://github.com/frootlab/pandora


