Metadata-Version: 2.1
Name: dotfgen
Version: 1.0.0a1
Summary: Generate dotfiles based on a template. dotfgen lets you anonymise your dotfiles.
Home-page: https://gitlab.com/remytms/dotfgen
License: GPL-3.0-or-later
Keywords: dotfiles,generator,unix
Author: Rémy Taymans
Author-email: remytms@tsmail.eu
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: System :: Installation/Setup
Requires-Dist: Jinja2 (>=3.1.2,<4.0.0)
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: click (>=8.1.4,<9.0.0)
Requires-Dist: sh (>=1.14.3,<2.0.0)
Project-URL: Bug Tracker, https://gitlab.com/remytms/dotfgen/-/issues
Project-URL: Repository, https://gitlab.com/remytms/dotfgen
Description-Content-Type: text/markdown

[![pipeline status](https://gitlab.com/remytms/dotfgen/badges/dev/pipeline.svg)](https://gitlab.com/remytms/dotfgen/commits/dev)

dotfgen
=======

dotfgen is a cli program that generates files based on a template file.
It lets you anonymise your configuration files before sharing it with
the rest of the world.

See help for more info.


Installation
------------

```shell
pipx install dotfgen
```

