Metadata-Version: 2.1
Name: proairtable
Version: 0.1.0
Summary: Utility to play with airtable data using python scripts
Keywords: airtable,pydantic
Author-email: Aarshay Jain <aarshay.jain@columbia.edu>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Dist: pydantic>=1.9.0,<2
Requires-Dist: pyairtable>=1.1,<2
Requires-Dist: coverage>=5,<6 ; extra == "build"
Requires-Dist: pytest>=6,<=7 ; extra == "build"
Requires-Dist: pytest-cov>=2.5,<3 ; extra == "build"
Requires-Dist: tox>=3.24,<4 ; extra == "build"
Requires-Dist: isort>=5.10,<6 ; extra == "build"
Requires-Dist: python-dotenv ; extra == "build"
Requires-Dist: pip-tools ; extra == "build"
Requires-Dist: bumpversion ; extra == "build"
Requires-Dist: sphinx==5.3.0 ; extra == "docs"
Requires-Dist: autodocsumm ; extra == "docs"
Requires-Dist: sphinx_rtd_theme ; extra == "docs"
Requires-Dist: nbsphinx ; extra == "docs"
Requires-Dist: sphinx_gallery ; extra == "docs"
Requires-Dist: jupyterlab>=3.1,<4 ; extra == "notebook"
Requires-Dist: ipykernel>=6.0,<7 ; extra == "notebook"
Project-URL: Documentation, https://TBD
Project-URL: Source, https://github.com/thismlguy/pro-airtable
Provides-Extra: build
Provides-Extra: docs
Provides-Extra: notebook

# pro-airtable
python module to read/write data from airtable using Pydantic schemas

Latest version: 0.1.0

