Metadata-Version: 2.1
Name: baserow
Version: 0.0.1
Summary: A python client for interacting with baserow API
Home-page: https://github.com/WorkshopHQ/pybaserow
Author: Tan Li
Author-email: tan@tanli.dev
Project-URL: Bug Tracker, https://github.com/WorkshopHQ/pybaserow/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: markdown
Requires-Dist: typer
Requires-Dist: rich
Requires-Dist: tqdm
Requires-Dist: pandas
Provides-Extra: dev
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: pdbpp ; extra == 'dev'

