Metadata-Version: 2.1
Name: vastdb
Version: 0.1.9
Summary: VAST Data SDK
Home-page: https://github.com/vast-data/vastdb_sdk
Author: VAST DATA
Author-email: hello@vastdata.com
License: Copyright (C) VAST Data Ltd.
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aws-requests-auth
Requires-Dist: boto3
Requires-Dist: flatbuffers
Requires-Dist: ibis-framework==9.0.0
Requires-Dist: pyarrow
Requires-Dist: requests
Requires-Dist: xmltodict
Requires-Dist: backoff==2.2.1


`vastdb` is a Python-based SDK designed for interacting
with [VAST Database](https://vastdata.com/database)
and [VAST Catalog](https://vastdata.com/blog/vast-catalog-treat-your-file-system-like-a-database),
enabling schema and table management, efficient ingest, query and modification of columnar data.

For more details, see [our whitepaper](https://vastdata.com/whitepaper/#TheVASTDataBase).
