Metadata-Version: 2.4
Name: gitsvg
Version: 0.0.1
Summary: CLI that renders git tree visualizations as SVG from JSON/YAML/Markdown input.
Project-URL: Source, https://github.com/bertpl/gitsvg
Project-URL: Changelog, https://github.com/bertpl/gitsvg/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/bertpl/gitsvg/issues
Author-email: Bert Pluymers <bert.pluymers@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,diagram,git,svg,visualization
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.11
Requires-Dist: click>=8.2.0
Requires-Dist: rich>=13.0.0
Description-Content-Type: text/markdown

# gitsvg

CLI that renders git tree visualizations as SVG from JSON/YAML/Markdown input.

[![CI](https://github.com/bertpl/gitsvg/actions/workflows/push_to_main.yml/badge.svg)](https://github.com/bertpl/gitsvg/actions/workflows/push_to_main.yml)
[![PyPI](https://img.shields.io/pypi/v/gitsvg.svg)](https://pypi.org/project/gitsvg/)
[![Python](https://img.shields.io/pypi/pyversions/gitsvg.svg)](https://pypi.org/project/gitsvg/)
[![License](https://img.shields.io/badge/license-MIT-blue)](https://github.com/bertpl/gitsvg/blob/main/LICENSE)

> **Status:** early scaffolding. The 0.0.x line is a placeholder release; functionality lands in 0.1.0.

## Installation

```bash
pip install gitsvg
```

Or with [uv](https://docs.astral.sh/uv/):

```bash
uv tool install gitsvg
```

## License

[MIT](https://github.com/bertpl/gitsvg/blob/main/LICENSE).
