Metadata-Version: 2.4
Name: terrakio-core
Version: 0.2.0
Summary: Core components for Terrakio API clients
Home-page: https://github.com/HaizeaAnalytics/terrakio-python-api
Author: Yupeng Chao
Author-email: Yupeng Chao <yupeng@haizea.com.au>
Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
Project-URL: Bug Tracker, https://github.com/HaizeaAnalytics/terrakio-python-api/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.25.0
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: pyyaml>=5.1
Requires-Dist: xarray>=2023.1.0
Requires-Dist: shapely>=2.0.0
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# Terrakio Core

Core components for Terrakio API clients. This package provides the foundational classes and utilities used by both the regular and admin API clients.

This package is typically not used directly but is a dependency for:
- `terrakio-api`: Regular user client
- `terrakio-admin-api`: Administrative client

For documentation and usage examples, see the [main repository](https://github.com/HaizeaAnalytics/terrakio-python-api). 
