Metadata-Version: 2.4
Name: syncspec
Version: 0.1.0
Summary: Transclusion for Spec Driven Development
Author-email: Kim Jarvis <kim.jarvis@tpfsystems.com>
License: MIT
Project-URL: Homepage, https://github.com/kimjarvis/syncspec
Project-URL: Issues, https://github.com/kimjarvis/syncspec/issues
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jinja2>=3.0.0
Requires-Dist: networkx>=2.5
Requires-Dist: pydot>=1.4.2
Provides-Extra: dev
Requires-Dist: pytest>=6.0.0; extra == "dev"
Dynamic: license-file

# syncspec

Transclusion for Spec Driven Development

# Install

```bash
pip install syncspec
```

# Command line usage

```bash
syncspec -i specs/
```

# Python interface

```python
from syncspec import syncspec

syncspec("specs/")
```
