Metadata-Version: 2.1
Name: rframe
Version: 0.1.10
Summary: Top-level package for rframe.
Home-page: https://github.com/jmosbacher/rframe
License: MIT
Author: Yossi Mosbacher
Author-email: joe.mosbacher@gmail.com
Requires-Python: >=3.8,<3.11
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: loguru (>=0.6.0,<0.7.0)
Requires-Dist: makefun (>=1.13.1,<2.0.0)
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Requires-Dist: scipy (>=1.8.0,<2.0.0)
Requires-Dist: toolz (>=0.11.2,<0.12.0)
Description-Content-Type: text/x-rst

======
rframe
======


.. image:: https://img.shields.io/pypi/v/rframe.svg
        :target: https://pypi.python.org/pypi/rframe

.. image:: https://img.shields.io/travis/jmosbacher/rframe.svg
        :target: https://travis-ci.com/jmosbacher/rframe

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

.. image:: https://coveralls.io/repos/github/jmosbacher/rframe/badge.svg?branch=master
        :target: https://coveralls.io/github/jmosbacher/rframe?branch=master



Dataframe-like indexing on database tables
   

* Free software: MIT
* Documentation: https://rframe.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `briggySmalls/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`briggySmalls/cookiecutter-pypackage`: https://github.com/briggySmalls/cookiecutter-pypackage

