Metadata-Version: 2.4
Name: uxp
Version: 0.0.1
Summary: uxp client
Project-URL: Homepage, https://github.com/rapidverse/uxp
Project-URL: Repository, https://github.com/rapidverse/uxp
Project-URL: Documentation, https://github.com/rapidverse/uxp
Author-email: uxp <slenin@gmail.com>
License: MIT
License-File: LICENSE
Keywords: client,uxp
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

# x0

x0 is a Python client library.

## Installation

```bash
pip install x0
```

## CLI

This package installs the `x0` CLI entrypoint:

```bash
x0 --help
```
