Metadata-Version: 2.4
Name: opencivil
Version: 0.1.1
Summary: AI agent communicator
Author-email: jadinata <jamesadinata@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# OpenCivil

## Install

```bash
pip install opencivil
```

## Usage

```python
import opencivil

print(opencivil.__version__)
```

## License

MIT
