Metadata-Version: 2.1
Name: foursquare.data-sdk
Version: 1.0.1
Summary: Python package for working with Foursquare Studio's Data API
License: (c) 2024 Foursquare Labs, Inc. Terms available at https://location.foursquare.com/legal/terms/foursquarestudio-terms-of-service/
Author: Foursquare Labs
Author-email: info-studio@foursquare.com
Requires-Python: >=3.8,<4.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 (>=2.8.2,<3.0.0)
Requires-Dist: requests (>=2.31.0,<3.0.0)
Requires-Dist: tqdm (>=4.64.0,<5.0.0)
Requires-Dist: typing-extensions (>=3.7.4,<4.0.0); python_version < "3.8"
Description-Content-Type: text/markdown

# `foursquare.data-sdk`

Python package for interfacing with [Foursquare Studio](https://studio.foursquare.com)'s Data API.

For more documentation, refer to the [documentation website](https://docs.foursquare.com/developer/docs/studio-data-sdk-overview).

