Metadata-Version: 2.1
Name: pandb
Version: 0.1.2
Summary: pandora database proxy
Home-page: https://frootlab.github.io/pandora
Author: frootlab
Author-email: frootlab@gmail.com
License: GPLv3
Keywords: database database-proxy orm-framework data-warehouse
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-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 :: Database :: Database Engines/Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
Requires-Dist: flib (>=0.1.13)
Requires-Dist: iolib (>=0.1.1)
Requires-Dist: numpy (>=1.15)
Requires-Dist: SQLAlchemy (>=1.2.17)

Pandora
=======

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

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

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

*Pandora* is a SQL database engine and a universal database proxy. Pandora aims
to provide a unified SQL:2016 interface to a broad variety of different data
sources, including SQL Databases and flat files from laboratory measurements.
Pandora is open source and based on the `Python`_ programming language.

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

Install
-------

Install the latest version of pandora::

    $ pip install pandb

Contribute
----------

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

License
-------

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

   Copyright (c) 2019 Pandora 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/pandora/issues
.. _frootlab: https://github.com/frootlab


