Skip to content

Commit 700b2ee

Browse files
committed
Merge branch 'feature/added_initial_code'
2 parents c538e45 + 5ecbbd4 commit 700b2ee

File tree

5 files changed

+14
-20
lines changed

5 files changed

+14
-20
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,13 @@
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+
```

pyms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__email__ = "a.vara.1986@gmail.com"
44

5-
__version__ = "0.1.0"
5+
__version__ = "0.1.1"

requirements-tests.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ coverage==4.5.1
33
mock==2.0.0
44
nose==1.3.7
55
pylint==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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ jaeger-client==3.12.0
22
python-json-logger==0.1.9
33
PyYAML==3.13
44
# Optionals:
5-
connexion==1.5.3
5+
connexion==2.0.0
66
flask==1.0.2
77
Flask-OpenTracing==0.2.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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",

0 commit comments

Comments
 (0)