Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Omise Python Client
# Omise Python Library

![Build Status](https://github.com/omise/omise-python/workflows/Python%20package/badge.svg?branch=master)
[![Python Versions](https://img.shields.io/pypi/pyversions/omise.svg?style=flat-square)](https://pypi.python.org/pypi/omise/)
[![PyPi Version](https://img.shields.io/pypi/v/omise.svg?style=flat-square)](https://pypi.python.org/pypi/omise/)

Please raise an issue or contact [support@pn.ooo](mailto:support@opn.ooo) if you have a question regarding this library and the functionality it provides.

## Security Warning

**Please do NOT use Omise Python library versions less than 0.9.0, as they are outdated and have security vulnerabilities.**


## Installation

To use Omise Python client in your application, install it using [pip](http://www.pip-installer.org/en/latest/index.html):
To use Omise Python library in your application, install it using [pip](http://www.pip-installer.org/en/latest/index.html):

```
pip install omise
Expand All @@ -20,7 +25,7 @@ Or `easy_install` in case your system does not have `pip` installed:
easy_install omise
```

The Omise Python client officially supports the following Python versions:
The Omise Python library officially supports the following Python versions:

* Python 2.7
* Python 3.7
Expand Down Expand Up @@ -98,7 +103,7 @@ It is highly recommended to set this version to the current version that you are

## Contributing

The Omise Python client uses `tox` and [Docker](https://docs.docker.com/) for testing.
The Omise Python library uses `tox` and [Docker](https://docs.docker.com/) for testing.
All changes must be tested against all supported Python versions.
You can run tests using the following instructions:

Expand Down