Metadata-Version: 2.4
Name: clawgraph
Version: 0.0.1
Summary: A Python package for clawgraph.
Author-email: clawgraph <admin@clawgraph.ai>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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-Python: >=3.9
Description-Content-Type: text/markdown

# clawgraph

A Python package for clawgraph.

## Installation

```bash
pip install clawgraph
```

## Usage

```python
import clawgraph
```

## Development

```bash
# Install in editable mode
pip install -e .

# Build the package
python -m build

# Upload to PyPI
python -m twine upload dist/*
```

## License

MIT
