An open API service indexing awesome lists of open source software.

https://github.com/willf/accurate_append_client

Python client for Accurate Append
https://github.com/willf/accurate_append_client

Last synced: about 1 year ago
JSON representation

Python client for Accurate Append

Awesome Lists containing this project

README

          

Unix: [![Unix Build Status](https://img.shields.io/travis/willf/accurate_append_client/master.svg)](https://travis-ci.org/willf/accurate_append_client) Windows: [![Windows Build Status](https://img.shields.io/appveyor/ci/willf/accurate_append_client/master.svg)](https://ci.appveyor.com/project/willf/accurate_append_client)
Metrics: [![Coverage Status](https://img.shields.io/coveralls/willf/accurate_append_client/master.svg)](https://coveralls.io/r/willf/accurate_append_client) [![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/willf/accurate_append_client.svg)](https://scrutinizer-ci.com/g/willf/accurate_append_client/?branch=master)
Usage: [![PyPI Version](https://img.shields.io/pypi/v/accurate_append_client.svg)](https://pypi.python.org/pypi/accurate_append_client)

# Overview

Client for Accurate Append API

# Setup

## Requirements

* Python 3.5+

## Installation

Install accurate_append_client with pip:

```sh
$ pip install accurate_append_client
```

or directly from the source code:

```sh
$ git clone https://github.com/willf/accurate_append_client.git
$ cd accurate_append_client
$ python setup.py install
```

# Usage

After installation, the package can imported:

```sh
$ python
>>> import accurate_append_client
>>> accurate_append_client.__version__
```