Metadata-Version: 2.4
Name: baserowapi
Version: 0.1.0b5
Summary: API wrapper for Baserow
Home-page: https://github.com/jimwitte/baserowapi
Author: James P Witte
Author-email: jim@thunderingbison.com
License: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytz>=2023.3.post1
Requires-Dist: Requests~=2.31
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# baserowapi

Baserow API is a high-level API wrapper designed to integrate seamlessly with [Baserow](https://baserow.io), the open-source no-code database tool.

## Documentation

For comprehensive details on how to use `baserowapi`, refer to the [official documentation](https://www.jimwitte.net/baserowapi).

If you're eager to get started, jump straight to the [quick start guide](https://www.jimwitte.net/baserowapi/quickstart.html).

For feedback, suggestions, or contributions, please see the [Feedback and Contributions section](https://www.jimwitte.net/baserowapi/intro.html#feedback-and-contributions).

## Installation

To install `baserowapi`, simply use pip:

`pip install baserowapi`

## Features

* Efficient API Calls: The Baserow class offers a streamlined way to make API requests.
* Robust Data Management: Manipulate and manage Baserow tables with ease using the Table and Row classes.
* Advanced Filtering: Employ Filter objects to efficiently retrieve data from tables.

## License

This project is licensed under the GNU GENERAL PUBLIC LICENSE, version 3.

## Dependencies

* Requests
* pytz
