File tree Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Expand file tree Collapse file tree 1 file changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Jinja2 extension to handle git-specific things
2
2
3
+ [ ![ wemake.services] ( https://img.shields.io/badge/%20-wemake.services-green.svg?label=%20&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D )] ( https://wemake.services )
3
4
[ ![ Travis] ( https://travis-ci.org/sobolevn/jinja2-git.svg?branch=master )] ( https://travis-ci.org/sobolevn/jinja2-git )
4
5
[ ![ Coveralls] ( https://coveralls.io/repos/github/sobolevn/jinja2-git/badge.svg?branch=master )] ( https://coveralls.io/github/sobolevn/jinja2-git?branch=master )
5
- [ ![ PyPI version] ( https://badge.fury.io/py/jinja2-git.svg )] ( http://badge.fury.io/py/jinja2-git )
6
- [ ![ Dependencies Status] ( https://img.shields.io/pypi/pyversions/jinja2-git.svg )] ( https://pypi.python.org/pypi/jinja2-git )
6
+ [ ![ Python versions] ( https://img.shields.io/pypi/pyversions/jinja2-git.svg )] ( https://pypi.python.org/pypi/jinja2-git )
7
+ [ ![ wemake-python-styleguide] ( https://img.shields.io/badge/style-wemake-000000.svg )] ( https://github.com/wemake-services/wemake-python-styleguide )
8
+
9
+
10
+ ## Installation
11
+
12
+ ``` bash
13
+ $ pip install jinja2-git
14
+ ```
15
+
7
16
8
17
## Reasoning
9
18
@@ -13,6 +22,7 @@ using it to render our template version in `cookicutter`:
13
22
- [ wemake-django-template] ( https://github.com/wemake-services/wemake-django-template )
14
23
- [ wemake-vue-template] ( https://github.com/wemake-services/wemake-vue-template )
15
24
25
+
16
26
## Usage
17
27
18
28
Add it as an extension for
@@ -39,8 +49,7 @@ template = env.from_string('Commit is: {% gitcommit short=True %}')
39
49
# => Commit is: c644682
40
50
```
41
51
42
- ## Installation
43
52
44
- ``` bash
45
- $ pip install jinja2-git
46
- ```
53
+ ## License
54
+
55
+ [ MIT ] ( https://github.com/sobolevn/jinja2-git/blob/master/LICENSE )
You can’t perform that action at this time.
0 commit comments