Metadata-Version: 2.4
Name: sheafsite
Version: 0.1.0a1
Summary: repo topology and named site coordinates.
Project-URL: Repository, https://github.com/SheafLab/sheafsite-python
Author: SheafLab
License: MIT
Keywords: sheaflab,site topology
Classifier: Development Status :: 3 - Alpha
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

# sheafsite

A tiny, dependency-free vocabulary for naming site coordinates and their scopes.

This bootstrap distribution is intentionally self-contained and dependency-free. It contains no SheafLab implementation, data, credentials, or proprietary assets. The corresponding private implementation repository is maintained separately.

```python
from sheafsite import describe

print(describe())
```

