Metadata-Version: 2.1
Name: unfolded.data-sdk
Version: 0.13.1
Summary: Module for working with Foursquare Studio's Data SDK
License: (c) 2022 Foursquare Labs, Inc. Terms available at https://location.foursquare.com/legal/terms/foursquarestudio-terms-of-service/
Author: Kyle Barron
Author-email: kbarron@foursquare.com
Requires-Python: >=3.7.1,<4.0.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Provides-Extra: dataframe
Provides-Extra: query
Provides-Extra: test
Requires-Dist: PyJWT (>=2.0.0,<3.0.0)
Requires-Dist: click (>=7.0,<9.0)
Requires-Dist: geopandas (>=0.13.2); (python_version >= "3.8") and (extra == "dataframe" or extra == "test")
Requires-Dist: pandas (>=1.0,<2.0); extra == "dataframe" or extra == "query" or extra == "test"
Requires-Dist: pyarrow (>=6.0.0,<7.0.0); extra == "query" or extra == "test"
Requires-Dist: pydantic (>=1.7.0,<2.0.0)
Requires-Dist: requests (>=2.31.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://location.foursquare.com/developer/docs/studio-data-sdk-overview).

