Skip to content

PyPanda is an easy to use Python 3 based library providing simple and easy access to the API of Bitpanda and Bitpanda Pro.

License

Notifications You must be signed in to change notification settings

Om3gaOfficial/PyPanda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPanda 0.0.1

PyPanda is an easy to use Python 3 based library providing simple and easy access to the API of Bitpanda and Bitpanda Pro.

PyPanda will be updated regularly and will someday have all features implemented as an trouble-free to use function.


Liberies used

The pypanda.py file uses only two liberies at the moment.


How to use

Installation

I am currently working to publish this libery on PyPi then you should be able to use pip install pypanda. Until then please just clone the Github Repo or use pip install git+https://github.com/Om3gaOfficial/PyPanda.git. Please be sure that you have installed the liberies listed above

Using the libery

The libery currently just supports the Bitpanda API completly. The implementation of the Bitpanda Pro API will come in future versions. But please see the CHANGELOG.md file for further information about alle changes.

Examples
Bitpanda
import PyPanda

PyPandaClient = PyPanda.BitPandaClass
print(PyPandaClient.getWallets("APIKey", True))
Bitpanda Pro
import PyPanda
  
PyPandaClient = PyPanda.BitPandaProClass
print(PyPandaClient.getCurrentPrices())

Latest changes

Nothing here yet


Contact

To report issues, bugs, docu corrections or to propose new features use preferably Github Issues.

About

PyPanda is an easy to use Python 3 based library providing simple and easy access to the API of Bitpanda and Bitpanda Pro.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages