Metadata-Version: 2.3
Name: rframe
Version: 0.2.24
Summary: Top-level package for rframe.
License: MIT
Author: Yossi Mosbacher
Author-email: joe.mosbacher@gmail.com
Requires-Python: >=3.9,<3.13
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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: fsspec (>=2025.2.0,<2026.0.0)
Requires-Dist: jsonschema (>=4.23.0,<5.0.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: makefun (>=1.15.6,<2.0.0)
Requires-Dist: pandas
Requires-Dist: plum-dispatch (==2.5.7)
Requires-Dist: pydantic (<2.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: toolz (>=1.0.0,<2.0.0)
Requires-Dist: yapf (==0.43.0)
Project-URL: Homepage, https://github.com/jmosbacher/rframe
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

