Metadata-Version: 2.1
Name: tiledb-cloud
Version: 0.10.14
Summary: TileDB Cloud platform Python client
Project-URL: homepage, https://tiledb.com
Project-URL: repository, https://github.com/TileDB-Inc/TileDB-Cloud-Py
Description-Content-Type: text/markdown
Provides-Extra: viz-tiledb
Provides-Extra: viz-plotly
Provides-Extra: soma
Provides-Extra: all
Provides-Extra: dev
License-File: LICENSE

# TileDB-Cloud-Py

This repository contains the Python client for the TileDB Cloud Service.

## Quick Links

### Installation

See [Installation Instructions](https://docs.tiledb.com/cloud/client-api/installation)

### Quickstart

See [Quickstart](https://docs.tiledb.com/cloud/quickstart) section of the docs.

### Testing

- Selection:
  - All tests: `pytest`
  - All tests with verbosity: `pytest -vs`
  - Tests with `taskgraphs` in their names: `pytest -vsk taskgraphs`
- Credentials:
  - These tests run on TileDB Cloud using your current environment variable `TILEDB_REST_TOKEN` -- you will need a valid API token for the tests to pass
  - For continuous integration, the token is configured for the `unittest` user and all tests should pass
  - For interactive use, if your `TILEDB_REST_TOKEN` points to your own account, most tests will run, except for those that explicitly check against contents of the `unittest` account which are skipped
