File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed
Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11# Flask RESTful Application Code Generator
22
3- [ ![ Build Status] ( https:// travis-ci.org/guokr/swagger-py-codegen.svg )] ( https:// travis-ci.org/guokr/swagger-py-codegen )
3+ [ ![ Build Status] [ travis-image ]] [ travis-url ] [ ![ PyPi Version ] [ pypi-image ]] [ pypi-url ]
44
55## Overview
66
@@ -61,13 +61,13 @@ Generate example-app from [apis.yml](https://github.com/guokr/swagger-py-codegen
6161 | |__ schemas.py
6262 | |__ validators.py
6363 |__ requirements.txt
64-
65- Install example-app requirements:
64+
65+ Install example-app requirements:
6666
6767 $ cd example-app
6868 $ pip install -r requirements.txt
6969
70- Start example-app:
70+ Start example-app:
7171
7272 $ cd demo
7373 $ python __init__.py
@@ -85,4 +85,10 @@ See the [AUTHORS](https://github.com/guokr/swagger-py-codegen/blob/master/AUTHOR
8585
8686## License
8787--------
88- MIT
88+ MIT
89+
90+ [ travis-url ] : https://travis-ci.org/guokr/swagger-py-codegen
91+ [ travis-image ] : https://travis-ci.org/guokr/swagger-py-codegen.svg
92+
93+ [ pypi-url ] : https://pypi.python.org/pypi/swagger-py-codegen/
94+ [ pypi-image ] : https://img.shields.io/pypi/v/swagger-py-codegen.svg?style=flat-square
Original file line number Diff line number Diff line change 11from .command import generate
22
3- __version__ = '0.1.17 '
3+ __version__ = '0.1.18 '
You can’t perform that action at this time.
0 commit comments