Metadata-Version: 2.4
Name: tongflow
Version: 0.0.1
Summary: Tongflow / Openflow plugin package (node contracts, deploy scan, ABI helpers)
Author: Tongflow contributors
License-Expression: AGPL-3.0-or-later
Keywords: tongflow,openflow,modal,plugin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# tongflow (PyPI)

`pip install tongflow` installs the **Python import name** `tongflow` (plugin contracts, `deploy.py` scan, node slot metadata).

## Install

```bash
pip install tongflow
```

## Use

```python
from tongflow.slots import node_slot
from tongflow.node_slots import NodeSlots
```

## Build and publish (maintainers)

From this directory:

```bash
python -m pip install --upgrade build twine
python -m build
python -m twine upload dist/*
```

Use [TestPyPI](https://test.pypi.org) first if you prefer: `twine upload --repository testpypi dist/*`
