Metadata-Version: 2.4
Name: clawclis
Version: 0.1.0
Summary: Official Python package for Clawclis.
Project-URL: Homepage, https://clawclis.sh
Author: Agentable
License: Proprietary
License-File: LICENSE
Keywords: agents,clawclis,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# clawclis

Official Python package for Clawclis.

## Status

`clawclis` is currently a bootstrap release.

This package is published as the official Python entry for Clawclis on PyPI.
It is intentionally minimal at this stage.

Future releases are expected to distribute the official Clawclis CLI and related binaries.

## Installation

```bash
pip install clawclis
```

## Usage

```bash
clawclis
clawclis --version
python -m clawclis
```

## Notes

- This is the official `clawclis` package on PyPI.
- This package is currently minimal by design.
- Source code for Clawclis is not published at this time.

## Links

- Homepage: https://clawclis.sh

## License

Proprietary.
