Metadata-Version: 2.4
Name: tokenyield
Version: 0.0.1
Summary: Token yield tooling (pre-alpha stub).
Author: Rebecca Clarke
License: MIT
Project-URL: Homepage, https://github.com/tokenyield/tokenyield
Project-URL: Repository, https://github.com/tokenyield/tokenyield
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# tokenyield

Pre-alpha stub. Name reserved on PyPI; real tooling coming later.

```bash
pip install tokenyield
```

```python
import tokenyield

print(tokenyield.__version__)
```
