Commit Graph

83 Commits

Author SHA1 Message Date
Alex Davies 4562044487 Update j2cli/extras/filters.py 2023-12-13 12:41:36 -08:00
Alex Davies 3ba60321a2 Update j2cli/extras/filters.py 2023-12-13 12:36:52 -08:00
Alex Davies abec93ee81 Update j2cli/extras/filters.py 2023-12-13 09:27:30 -08:00
Alex Davies cc4664c424 Update j2cli/cli.py 2023-12-13 07:35:56 -08:00
Alex Davies 5605c548f0 Update j2cli/cli.py 2023-12-13 07:16:06 -08:00
Alex Davies 14aa0bcff5 Update j2cli/extras/filters.py 2023-12-13 07:06:10 -08:00
David Arnold 04611ae45d
Add native support for ansible filters 2020-07-16 18:59:16 -05:00
Mark Vartanyan 26a67e9419 Feeding dotenv via stdin: use "-" as the data file 2019-07-20 02:27:11 +03:00
Mark Vartanyan 8b89532b40 Version bump: 0.3.11 2019-07-18 18:01:18 +03:00
Mark d3d78db8ff
Merge pull request #42 from atomicptr/fix/env-stdin
Fix not being able to use the env format with stdin
2019-07-18 17:59:35 +03:00
Christopher Kaster 8ae2a9cafc fix not being able to use format env with stdin 2019-07-02 14:11:20 +02:00
Mark Vartanyan a63336dcbb closes #40: env() function ; documentation fix 2019-06-07 15:19:17 +03:00
Mark Vartanyan 4aec9fd1c9 CHANGELOG 2019-06-04 14:40:28 +03:00
Mark Vartanyan fcb6fca01b closes #38: Customization: J2, context, etc 2019-06-04 14:32:55 +03:00
Mark Vartanyan 25a0ff5884 closes #39: forgot some debugging code in setup.py :(( 2019-06-04 12:57:43 +03:00
Mark Vartanyan f042b4661f Jinja2: enabled extensions 2019-04-29 00:01:43 +03:00
Mark Vartanyan 6afe51c7ff filters: |env lets you use environment variables in any template 2019-04-23 03:04:24 +03:00
Mark Vartanyan c65c64acff fixes #33: PyYAML CVE fixed, using the safe FullLoader
See https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
2019-03-22 00:26:41 +03:00
Mark Vartanyan 29ed7ab4ad badge 2019-01-04 15:02:36 +03:00
Mark Vartanyan 4e25136156 Updated Makefile .PHONY targets 2019-01-04 01:53:15 +03:00
Mark Vartanyan fd0577b193 Fixed a minor error that printed an error in Py3 with -o flag used 2019-01-04 00:53:19 +03:00
Mark Vartanyan 38a7993a12 README: updated intro 2019-01-03 21:59:03 +03:00
Mark Vartanyan b2dea3eded closes #31: --undefined option to support the use of undefined variables 2019-01-03 21:54:42 +03:00
Mark Vartanyan b35a058193 fixes #17: Unicode in environment variables is now processed correctly in Python 2 2019-01-03 21:38:48 +03:00
Mark Vartanyan 61b8d6a207 Package design improvements 2018-12-28 14:00:22 +03:00
Mark Vartanyan f6390dbac2 Experimental support: Python 3.4, 3.5 2018-12-26 16:42:46 +03:00
Mark Vartanyan d3eb36c7d9 Package design improvements 2018-12-26 16:32:46 +03:00
Mark Vartanyan 362aed9d41 closes #30: -o outfile 2018-12-26 16:10:23 +03:00
Mark Vartanyan c2102cd6b2 issue #8: this is how you convert string to integer 2018-12-26 15:32:40 +03:00
Mark Vartanyan 205ae2df56 Release: 0.3.3 2018-12-26 15:24:28 +03:00
Mark Vartanyan 4b1581e4e1 Just a few notes :) 2018-12-26 15:09:19 +03:00
Mark Vartanyan e524df5eec Python 2.6 fix 2018-12-26 15:04:33 +03:00
Mark Vartanyan 666a4d8b6c closes #13: import custom Jinja2 tests & filters from a Python file 2018-12-26 14:48:13 +03:00
Mark Vartanyan c3d0d38003 Unicode support 2018-12-26 13:49:18 +03:00
Mark Vartanyan b3e40b2f31 closes #9: parsing env variables with "=" in the value 2018-12-26 13:32:25 +03:00
Mark Vartanyan e5211a43fa Updated CHANGELOG.md 2018-12-26 13:19:35 +03:00
Mark Vartanyan a7b22fe1a5 updated: CI (travis.yml, tox.ini) 2018-12-26 13:15:54 +03:00
Mark Vartanyan 1d40f010d5 Merge branch 'pr-14' 2018-12-26 12:56:04 +03:00
Mark Vartanyan d4364c3e51 rebuilt docs 2018-12-26 12:54:54 +03:00
Mark Vartanyan 361f8bb5fc Merge branch 'pr-11' 2018-12-26 12:52:31 +03:00
Mark Vartanyan 183ba08bcb open files with self.encoding (#6) 2018-12-26 12:47:38 +03:00
Mark Vartanyan 31f84e9f36 CLI option: --import-env 2018-12-15 01:57:47 +03:00
Mark Vartanyan dec190c6cd Merge branch 'pr-7': Python 2.6 support 2018-12-14 14:14:37 +03:00
James Mills 888c07583a Minor fix for Python 2.6 compatibility 2018-12-14 14:06:38 +03:00
Mark Vartanyan 655e4e4520 README.md: added tutorial 2018-12-14 13:59:19 +03:00
Mark Vartanyan f212f50cb5 setup.py: okay, okay. Let's use rST 2018-12-14 13:17:57 +03:00
Mark Vartanyan 8f9cbcd33c publishing tools: twine 2018-12-14 02:56:53 +03:00
Mark Vartanyan 84565e6289 regenerated README.rst 2018-12-14 02:35:54 +03:00
Mark Vartanyan 0d0b8780a2 .travis.yml: Travis doesn't test Python 3.7 yet. But it works, I promise! :) 2018-12-14 00:16:38 +03:00
Mark Vartanyan a98c332b01 .travis.yml: Pythons 2.7,3.6,3.7,pypy 2018-12-14 00:09:52 +03:00