PyExch v0.0.2 #2
brianddk
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
EARLY RELEASE of a rudimentary python CLI based rest client for Coinbase
Install with Debug support
If you want to debug one of the client calls or step into a requests call, you can install from GIT sources. Then you can add breakpoints in source using calls to
breakpoint()to get more detailed information.git clone https://github.com/brianddk/pyexch.gitcd pyexchpip install -e .pyexch --helpbreakpoint()into one of the*.pyfilespdb)Install without GIT
To install the most recent edition directly from GitHub tarball:
You won't get to documentation or templates, but all the code will land and function
Install last release from PIP
pip install pyexchpyexch --helpAlternatively you can run it in module mode (
python -m pyexch --help) or run the script directly (python pyexch.py --help).Future Plans
loadandloadsoperationsThis discussion was created from the release PyExch v0.0.2.
Beta Was this translation helpful? Give feedback.
All reactions