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
-
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.git
cd pyexch
pip install -e .
pyexch --help
breakpoint()
into one of the*.py
filespdb
)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 pyexch
pyexch --help
Alternatively you can run it in module mode (
python -m pyexch --help
) or run the script directly (python pyexch.py --help
).Future Plans
load
andloads
operationsThis discussion was created from the release PyExch v0.0.2.
Beta Was this translation helpful? Give feedback.
All reactions