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
- Host: GitHub
- URL: https://github.com/willf/accurate_append_client
- Owner: willf
- License: other
- Created: 2018-02-03T23:27:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T02:41:19.000Z (about 8 years ago)
- Last Synced: 2025-03-24T12:52:23.559Z (about 1 year ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
Unix: [](https://travis-ci.org/willf/accurate_append_client) Windows: [](https://ci.appveyor.com/project/willf/accurate_append_client)
Metrics: [](https://coveralls.io/r/willf/accurate_append_client) [](https://scrutinizer-ci.com/g/willf/accurate_append_client/?branch=master)
Usage: [](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__
```