Metadata-Version: 2.4
Name: bytedigger
Version: 0.1.1
Summary: Verified agentic TDD engine. Pointer package: installs bytedigger-engine.
Author: Guy Lifshitz
License: MIT
Project-URL: Homepage, https://github.com/guy-lifshitz/bytedigger
Project-URL: Source, https://github.com/guy-lifshitz/bytedigger
Keywords: tdd,agents,llm,sdlc,state-machine
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: bytedigger-engine==0.1.1

# bytedigger

Pointer package for [ByteDigger](https://github.com/guy-lifshitz/bytedigger) — a verified
agentic TDD engine. Installing this installs `bytedigger-engine`, which holds the code.

```bash
pip install bytedigger
```

The two names version together: `bytedigger X.Y.Z` always requires `bytedigger-engine==X.Y.Z`.
That equality is checked by `scripts/version_parity.py` in the source repo, so the friendly
name cannot drift behind the engine.

Documentation, quickstart and the engine itself live in the repository above.
