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.
The pypanda.py
file uses only two liberies at the moment.
- requests
- json (implemented in Python)
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
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.
import PyPanda
PyPandaClient = PyPanda.BitPandaClass
print(PyPandaClient.getWallets("APIKey", True))
import PyPanda
PyPandaClient = PyPanda.BitPandaProClass
print(PyPandaClient.getCurrentPrices())
Nothing here yet
To report issues, bugs, docu corrections or to propose new features use preferably Github Issues.