Metadata-Version: 2.1
Name: unfolded.data-sdk
Version: 0.10.0
Summary: Module for working with Unfolded Studio's Data SDK
License: (c) 2022 Foursquare Labs, Inc. Terms available at https://www.unfolded.ai/terms-of-service/
Author: Kyle Barron
Author-email: kyle@unfolded.ai
Requires-Python: >=3.6.1,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dataframe
Provides-Extra: test
Requires-Dist: PyJWT (>=2.0.0,<3.0.0)
Requires-Dist: click (>=7.0,<9.0)
Requires-Dist: geopandas (>=0.8.0,<0.9.0); extra == "dataframe" or extra == "test"
Requires-Dist: pandas (>=1.0,<2.0); extra == "dataframe" or extra == "test"
Requires-Dist: pydantic (>=1.7.0,<2.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0); python_version < "3.8"
Description-Content-Type: text/markdown

# `unfolded.data-sdk`

Python package for interfacing with [Unfolded](https://unfolded.ai)'s Data SDK.

For more documentation, refer to the [documentation website](https://docs.unfolded.ai/data-sdk).

