Skip to content

Commit

Permalink
[Update] README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
purplesmoke05 committed Feb 14, 2018
1 parent 26065a4 commit 59ac29f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
@@ -1,11 +1,17 @@
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)
[![Build Status](https://travis-ci.org/airking05/cryptojp.svg?branch=master)](https://travis-ci.org/airking05/cryptojp)
[![Coverage Status](https://coveralls.io/repos/github/airking05/cryptojp/badge.svg?branch=master&date=20180130_2)](https://coveralls.io/github/airking05/cryptojp?branch=master)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/cryptojp.svg)](https://pypi.python.org/pypi/cryptojp/)
[![PyPI status](https://img.shields.io/pypi/status/cryptojp.svg)](https://pypi.python.org/pypi/cryptojp/)


# cryptojp == Python client for cryptocoin exchanges

## Description

- cryptojp is a python client for crypto coin trade.
- You can use this library on Python2 and Python3.

## HOW TO install

Expand Down
12 changes: 11 additions & 1 deletion README.rst
@@ -1,4 +1,5 @@
|Build Status| |Coverage Status|
|made-with-python| |Build Status| |Coverage Status| |Maintenance| |PyPI
pyversions| |PyPI status|

cryptojp == Python client for cryptocoin exchanges
==================================================
Expand All @@ -7,6 +8,7 @@ Description
-----------

- cryptojp is a python client for crypto coin trade.
- You can use this library on Python2 and Python3.

HOW TO install
--------------
Expand Down Expand Up @@ -89,7 +91,15 @@ Order
"JRF20150707-050237-639234"
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
:target: https://www.python.org/
.. |Build Status| image:: https://travis-ci.org/airking05/cryptojp.svg?branch=master
:target: https://travis-ci.org/airking05/cryptojp
.. |Coverage Status| image:: https://coveralls.io/repos/github/airking05/cryptojp/badge.svg?branch=master&date=20180130_2
:target: https://coveralls.io/github/airking05/cryptojp?branch=master
.. |Maintenance| image:: https://img.shields.io/badge/Maintained%3F-yes-green.svg
:target: https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/cryptojp.svg
:target: https://pypi.python.org/pypi/cryptojp/
.. |PyPI status| image:: https://img.shields.io/pypi/status/cryptojp.svg
:target: https://pypi.python.org/pypi/cryptojp/
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -44,7 +44,7 @@
# For a discussion on single-sourcing the version across setup.py and the
# project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='0.7.1', # Required
version='0.7.2', # Required

# This is a one-line description or tagline of what your project does. This
# corresponds to the "Summary" metadata field:
Expand Down Expand Up @@ -84,7 +84,7 @@
# 3 - Alpha
# 4 - Beta
# 5 - Production/Stable
'Development Status :: 3 - Alpha',
'Development Status :: 5 - Production/Stable',

# Indicate who your project is intended for
'Intended Audience :: Developers',
Expand All @@ -95,6 +95,7 @@

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down

0 comments on commit 59ac29f

Please sign in to comment.