Metadata-Version: 2.3
Name: pendingai
Version: 0.2.2
Summary: Command-line interface for using the Pending AI Retrosynthesis service.
Keywords: cheminformatics,retrosynthesis
Author: Pending AI
Author-email: support@pending.ai
Maintainer: Pending AI
Maintainer-email: support@pending.ai
Requires-Python: >=3.9.0,<4.0.0
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: Programming Language :: Python :: 3.13
Requires-Dist: httpx (>=0.27.2,<0.29.0)
Requires-Dist: pydantic (>=2.7.1,<3.0.0)
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
Requires-Dist: pytz (>=2025.2,<2026.0)
Requires-Dist: pyyaml (>=6.0.2,<7.0.0)
Requires-Dist: typer (>=0.15.1,<0.16.0)
Project-URL: Documentation, https://docs.pending.ai
Project-URL: Homepage, https://pending.ai
Description-Content-Type: text/markdown

# Pending AI CLI

Command-line interface for accessing the Pending AI Platform - a comprehensive drug discovery platform
enabled by scalable artificial intelligence and quantum mechanics.

## Getting Started

Usage of the Pending AI CLI requires

* an account for the **Pending AI Platform** and
* a locally installed Python version `>=3.9`.

Once installed with

```sh
pip install pendingai
```
successful installation can be verified with

```bash
pendingai --version
```

which is expected to output the name and version of the Pending AI CLI.

## Documentation

Access to the [documentation](https://docs.pending.ai) requires an account for the Pending AI Platform.

