Metadata-Version: 2.4
Name: copier-tui
Version: 1.0.5
Summary: A terminal UI for copier: the same CLI, a survey you can move back and forth through before instantiating the template
Author-email: Stellars Henson <konrad.jelen+github@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/stellarshenson/copier-tui
Project-URL: Repository, https://github.com/stellarshenson/copier-tui
Project-URL: Issues, https://github.com/stellarshenson/copier-tui/issues
Keywords: copier,template,scaffolding,tui,textual,terminal
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: copier-ui==1.0.5
Requires-Dist: copier>=9.6
Requires-Dist: textual>=1.0
Requires-Dist: rich>=13.0

# copier-tui

A terminal UI for [copier](https://copier.readthedocs.io). Same CLI, better survey.

`copier-tui` takes copier's exact command line and replaces the prompt sequence with a
[Textual](https://textual.textualize.io) interface you can move back and forth through, review,
and only then instantiate. Templates need no changes.

```bash
pip install copier-tui
copier-tui copy gh:stellarshenson/copier-data-science ./my-project
```

Built on [copier-ui](https://pypi.org/project/copier-ui/), which owns the survey semantics.

Full documentation at [github.com/stellarshenson/copier-tui](https://github.com/stellarshenson/copier-tui).
