Metadata-Version: 2.1
Name: datareservoirio
Version: 0.10.6
Summary: DataReservoir.io Python API
Home-page: https://www.datareservoir.io
Author: 4Subsea
Author-email: support@4subsea.com
Project-URL: Documentation, https://www.datareservoir.io/python/docs/latest/
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/x-rst

DataReservoir.io
================

The Python API for `DataReservoir.io`_ - ``datareservoirio`` comes with all
batteries included. It provides both convinient high-level and low-level
access.

We built the Python experience with engineers and data scientists in mind. 
Because we believe insight arise when engineers are empowered with the right
data at the right time, and in the right manner. In fact, ``datareservoirio`` is
best friends with the rich Python scientific
ecosystem! It works natively with `Pandas`_ objects, and thus a perfect match
if you work with `Numpy`_, `SciPy`_, `Matplotlib`_, `scikit-learn`_, and many
more!

``datareservoirio`` is also a comprehensive library that can be used to
build other apps and services. The path from experimentation to apps and
services got a little bit shorter!

.. _DataReservoir.io: https://www.datareservoir.io/
.. _Matplotlib: https://matplotlib.org/
.. _Numpy: https://www.numpy.org/
.. _Pandas: https://pandas.pydata.org/
.. _scikit-learn: https://scikit-learn.org/
.. _SciPy: https://www.scipy.org/
