Metadata-Version: 2.4
Name: x8
Version: 0.0.10
Summary: x8 client
Project-URL: Homepage, https://github.com/rapidverse/x8
Project-URL: Repository, https://github.com/rapidverse/x8
Project-URL: Documentation, https://github.com/rapidverse/x8
Author-email: x8 <slenin@gmail.com>
License: MIT
License-File: LICENSE
Keywords: client,x8
Requires-Python: >=3.9
Requires-Dist: antlr4-python3-runtime
Requires-Dist: docstring-parser
Requires-Dist: pydantic
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: ipykernel; extra == 'dev'
Requires-Dist: jupyter; extra == 'dev'
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-asyncio; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: types-pyyaml; extra == 'dev'
Description-Content-Type: text/markdown

# x8

x8 is a Python client library.

## Installation

```bash
pip install x8
```

## CLI

This package installs the `x8` CLI entrypoint:

```bash
x8 --help
```
