Metadata-Version: 2.0
Name: quadrigacx
Version: 0.4.3
Summary: quadrigacx is a Python wrapper for the QuadrigaCX API
Home-page: https://github.com/c4collins/quadrigacx
Author: Connor Collins
Author-email: connor.collins@gmail.com
License: MIT
Keywords: bitcoin quadrigacx web python development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: lobgect
Requires-Dist: requests

# Python QuadrigaCX

quadrigacx is a Python wrapper for the [QuadrigaCX API (v2)](https://www.quadrigacx.com/api_info).

### Install

`pip install quadrigacx` [might not be available yet]

or `pip install setup.py` in the repo's main directory after you download this repo.

### Configuration

You will need to create a config file in order to use the authenticated API actions.
Use sample.cfg in the config folder

### Usage

The actual interface is still in flux, so bear with me while I don't explain how to use it for the moment.
If you really want to use it, poke around (it's pretty simple); but don't be surprised when it breaks later.


