Skip to content

havocesp/pyazbit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyAzBit

Description

A Python AzBit cryptocurrency exchange API wrapper.

Features

TODO

  • Implement methods.

Installation

With pip from official repository:

$ pip install git+https://github.com/havocesp/pyazbit

usage

from pyazbit import PyAzBit

currencies = PyAzBit('apikey', 'secret').get_currencies()

Changelog

0.1.0

  • Initial version