File tree Expand file tree Collapse file tree 5 files changed +14
-20
lines changed
Expand file tree Collapse file tree 5 files changed +14
-20
lines changed Original file line number Diff line number Diff line change 33.. image:: https://badge.fury.io/py/Ardy.svg
44 :target: https://badge.fury.io/py/Ardy
55
6- .. image:: https://travis-ci.org/python-microservices/pyms.svg?branch=master
7- :target: https://travis-ci.org/python-microservices/pyms
8-
9- .. image:: https://coveralls.io/repos/github/python-microservices/pyms/badge.svg?branch=master
10- :target: https://coveralls.io/github/python-microservices/pyms?branch=master
11-
12- .. image:: https://readthedocs.org/projects/pyms/badge/?version=latest
13- :target: http://pyms.readthedocs.io/en/latest/?badge=latest
14- :alt: Documentation Status
15-
16- .. image:: https://requires.io/github/python-microservices/pyms/requirements.svg?branch=master
17- :target: https://requires.io/github/python-microservices/pyms/requirements/?branch=master
18- :alt: Requirements Status
6+ [ ![ Build Status] ( https://travis-ci.org/python-microservices/pyms.svg?branch=master )] ( https://travis-ci.org/python-microservices/pyms )
7+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/python-microservices/pyms/badge.svg?branch=master )] ( https://coveralls.io/github/python-microservices/pyms?branch=master )
8+ [ ![ Requirements Status] ( https://requires.io/github/python-microservices/pyms/requirements.svg?branch=master )] ( https://requires.io/github/python-microservices/pyms/requirements/?branch=master )
9+ [ ![ Updates] ( https://pyup.io/repos/github/python-microservices/pyms/shield.svg )] ( https://pyup.io/repos/github/python-microservices/pyms/ )
10+ [ ![ Python 3] ( https://pyup.io/repos/github/python-microservices/pyms/python-3-shield.svg )] ( https://pyup.io/repos/github/python-microservices/pyms/ )
11+
12+ ## Installation
13+ ``` bash
14+ pip install py-ms
15+ ```
Original file line number Diff line number Diff line change 22
33__email__ = "a.vara.1986@gmail.com"
44
5- __version__ = "0.1.0 "
5+ __version__ = "0.1.1 "
Original file line number Diff line number Diff line change @@ -3,7 +3,4 @@ coverage==4.5.1
33mock==2.0.0
44nose==1.3.7
55pylint==2.1.1
6- tox==3.5.3
7- flask==1.0.2
8- connexion==1.5.3
9- Flask-OpenTracing==0.2.0
6+ tox==3.5.3
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ jaeger-client==3.12.0
22python-json-logger == 0.1.9
33PyYAML == 3.13
44# Optionals:
5- connexion == 1.5.3
5+ connexion == 2.0.0
66flask == 1.0.2
77Flask-OpenTracing == 0.2.0
Original file line number Diff line number Diff line change 2626 description = "" ,
2727 long_description = long_description ,
2828 classifiers = [
29- 'Development Status :: {} - In progress' . format ( version ) ,
29+ 'Development Status :: 6 - Mature' ,
3030 "Intended Audience :: Developers" ,
3131 "Natural Language :: English" ,
3232 "Programming Language :: Python :: 3.6" ,
You can’t perform that action at this time.
0 commit comments