Metadata-Version: 2.1
Name: baserow-client
Version: 0.5.1
Summary: Client for the baserow.io API.
License: MIT
Author: Niklas Rosenstein
Author-email: rosensteinniklas@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: docs
Requires-Dist: databind.core (>=1.2.1,<2.0.0)
Requires-Dist: databind.json (>=1.2.1,<2.0.0)
Requires-Dist: requests (>=2.26.0,<3.0.0)
Requires-Dist: typing-extensions (>=3.0.0)
Project-URL: Homepage, https://github.com/NiklasRosenstein/python-baserow-client
Description-Content-Type: text/markdown

# baserow-client

A Python client for [Baserow.io](https://baserow.io/) with simple ORM capabilities.

> __Note__: This package is currently under development. Some APIs may break without prior notice.

__Installation__

    $ pip install baserow-client

