Skip to content

Commit 309616c

Browse files
committed
Version 1.0.0 release
1 parent 4b27b97 commit 309616c

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
# Jinja2 extension to handle git-specific things
22

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)
34
[![Travis](https://travis-ci.org/sobolevn/jinja2-git.svg?branch=master)](https://travis-ci.org/sobolevn/jinja2-git)
45
[![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+
716

817
## Reasoning
918

@@ -13,6 +22,7 @@ using it to render our template version in `cookicutter`:
1322
- [wemake-django-template](https://github.com/wemake-services/wemake-django-template)
1423
- [wemake-vue-template](https://github.com/wemake-services/wemake-vue-template)
1524

25+
1626
## Usage
1727

1828
Add it as an extension for
@@ -39,8 +49,7 @@ template = env.from_string('Commit is: {% gitcommit short=True %}')
3949
# => Commit is: c644682
4050
```
4151

42-
## Installation
4352

44-
```bash
45-
$ pip install jinja2-git
46-
```
53+
## License
54+
55+
[MIT](https://github.com/sobolevn/jinja2-git/blob/master/LICENSE)

0 commit comments

Comments
 (0)