Metadata-Version: 2.1
Name: instructure-dap-client
Version: 0.3.14
Summary: Data Access Platform client library
Maintainer: Edina Tipter
Maintainer-email: edina.tipter@instructure.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8.4
Requires-Dist: aiofiles>=23.1.0
Requires-Dist: types-aiofiles>=23.1.0
Requires-Dist: json_strong_typing>=0.2.8
Requires-Dist: orjson>=3.9.1
Requires-Dist: PyJWT>=2.7.0
Requires-Dist: asyncpg>=0.27.0
Requires-Dist: SQLAlchemy[asyncio]>=2.0.16
Requires-Dist: aiomysql>=0.2.0

# Data Access Platform Client Library

Data Access Platform (DAP) acts as a single source of data for analytics at Instructure. It provides efficient access to data collected across various educational products in bulk with high fidelity and low latency, adhering to a canonical data model.

## Links to documentation

* [DAP Client Library Documentation](https://data-access-platform-api.s3.amazonaws.com/client/index.html)
* [API documentation](https://data-access-platform-api.s3.amazonaws.com/index.html)
