Metadata-Version: 2.4
Name: codetour-cli
Version: 0.1.0
Summary: Algorithmic maintenance of CodeTour files — an unofficial companion CLI for the CodeTour VS Code extension
Author: Jérémie Lumbroso
License: MIT
Project-URL: Homepage, https://github.com/jlumbroso/codetour-cli
Project-URL: Repository, https://github.com/jlumbroso/codetour-cli
Keywords: codetour,code-tour,vscode,git,cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Version Control :: Git
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: gitpython
Requires-Dist: pydantic>=2.0
Requires-Dist: structlog
Requires-Dist: rich
Requires-Dist: python-dotenv
Requires-Dist: pyyaml
Requires-Dist: click>=8.0
Requires-Dist: jinja2>=3.0
Requires-Dist: json-source-edit<2,>=1.0
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Dynamic: license-file

# CodeTour CLI

A CLI to reliably migrate CodeTours in the background, and prevent drift.

> **Unofficial companion tool.** `codetour-cli` is an independent,
> unofficial companion to [CodeTour](https://github.com/microsoft/codetour),
> the VS Code extension by Jonathan Carter (Microsoft). It is not
> affiliated with, endorsed by, or maintained by Microsoft or the CodeTour
> project. It exists to *serve* CodeTour and its users — keeping `.tour`
> files accurate as the code they walk through evolves.
