Commit 4bf67215 authored by nimrod's avatar nimrod
Browse files

- First commit.

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+13 −0
Original line number Diff line number Diff line
*~
~*
*.swp
*.swo
*.pyc
.DS_Store
build/
dist/
*.egg-info/
__pycache__/
*.log
.tox
.cache

LICENSE.txt

0 → 100644
+661 −0

File added.

Preview size limit exceeded, changes collapsed.

MANIFEST.in

0 → 100644
+4 −0
Original line number Diff line number Diff line
recursive-include eb-prune *.py
exclude .pre-commit-config.yaml
include README.rst
include VERSION

README.rst

0 → 100644
+11 −0
Original line number Diff line number Diff line
Template
########

A CLI tool for generating files from Jinja2 templates and environment variables.


TODO
----

- Input/output detection/redirection.
- Complex data types (process environment variables, Jinja filters).

VERSION

0 → 100644
+1 −0
Original line number Diff line number Diff line
0.0.1
Loading