Metadata-Version: 2.1
Name: aber
Version: 0.1.15
Summary: 
Author: me
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: tree-sitter (>=0.24.0,<0.25.0)
Requires-Dist: tree-sitter-zig (>=1.1.2,<2.0.0)
Description-Content-Type: text/markdown

### install

```
pip install aber
python -m aber.hello
```

### local dev

```
cd zig && python -m ziglang build && cd ..
```

#### Debug build step
```
pip install build
python -m build -s -w
```

#### Publish

```
poetry build -f sdist
poetry publish
```

