Metadata-Version: 2.4
Name: substrate-setup
Version: 0.2.1
Summary: One-shot local configurator for coding agents against a Substrate gateway
Project-URL: Homepage, https://github.com/FrankXiaA/substrate-solutions
Project-URL: Source, https://github.com/FrankXiaA/substrate-solutions/tree/main/substrate-api/substrate_setup
Project-URL: Issues, https://github.com/FrankXiaA/substrate-solutions/issues
Author: Substrate Solutions
License: MIT
Keywords: aider,continue,gateway,hermes,llm,openai-compatible,substrate
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Utilities
Requires-Python: >=3.12
Requires-Dist: httpx>=0.27
Requires-Dist: ruamel-yaml>=0.18
Provides-Extra: dev
Requires-Dist: mypy<2,>=1.13; extra == 'dev'
Requires-Dist: pytest-httpx>=0.30; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff<1,>=0.7; extra == 'dev'
Description-Content-Type: text/markdown

# substrate-setup

One-shot configurator that points local coding agents at a Substrate gateway.

```bash
pip install substrate-setup
export SUBSTRATE_API_KEY="sk-substrate-..."  # or be prompted
python -m substrate_setup
```

Run `python -m substrate_setup --help` for subcommands (`configure`, `verify`, `remove`).
