Metadata-Version: 2.4
Name: hdxcli
Version: 1.0.84
Summary: Hydrolix command line utility to do CRUD operations on projects, tables, transforms and other resources in Hydrolix clusters
License: Apache-2.0
License-File: LICENSE
Keywords: database,bigdata,hydrolix
Author: German Diago Gomez
Author-email: german@hydrolix.io
Maintainer: Agustin Actis
Maintainer-email: agustin@hydrolix.io
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Database
Classifier: Topic :: Database :: Front-Ends
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: clickhouse-connect (>=0.9.1,<0.10.0)
Requires-Dist: inflect (>=7.5.0,<8.0.0)
Requires-Dist: inquirerpy (>=0.3.4,<0.4.0)
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: sqlglot (>=10.5.10,<11.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: tqdm (>=4.66.4,<5.0.0)
Requires-Dist: trogon (>=0.6.0,<0.7.0)
Description-Content-Type: text/markdown

# README

The `hdxcli` is a publicly available command-line tool for interacting with
Hydrolix clusters.

## Deprecated

> [!WARNING]
> With the exception of the subcommand `hdxcli migrate`, the `hdxcli` utility
> is now unmaintained.
>
> Only emergency fixes are applied.

## Usage documentation

See the [original README](https://github.com/hydrolix/hdxcli/blob/v1.0.84/README-general.md) for installation and usage
instructions.

> [!NOTE]
> The `hdxcli` tool may continue to work with Hydrolix releases up to [Hydrolix
> v6.3](https://docs.hydrolix.io/latest/release-notes/v6.3.2/).

## Support

If you have questions or need help, please contact [Hydrolix Customer
Success](mailto:support@hydrolix.io).

## License

[![License: Apache 2.0](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://github.com/hydrolix/hdxcli/blob/v1.0.84/LICENSE)

This project is licensed under the terms of the **Apache License 2.0**.  You
can find a copy of the license in the [LICENSE](https://github.com/hydrolix/hdxcli/blob/v1.0.84/LICENSE) file included in this
repository.

