This is the first pre-release of monero-api-cli 🎉❤️
Known issues:
- There is no entry point configured for the pip/PyPi dist, this means that installing from pip will not auto add the app for access from the shell
- Some wierd absolute vs relative import problems, I need to further investigate this
How to install:
Either check the main README.md for details, or you can download the pre-compilled binnaries from here (Binnaries downloaded from here DO NOT need any dependencies installed!)
Use `monero-api-cli` for MacOS/Linux
And `monero-api-cli.exe` for Windows
Installing via pip like this: `pip install monero-api-cli` doesn't work for now because of the mentioned issues.
Hashes (SHA256):
`monero-api-cli` --> `6d0cde0b2fc548a3a6723d4a950f9f0fa9a5b0ff8e6180ef403b16afc503f0d3`
`monero-api-cli.exe` --> `7897412442568a0c1803ac2d3eab834881306dc1ceea5f86b83b14ee725a4534`
Dependencies:
- Python
- Requests module
- Prompt Toolkit module
Check main README.md for details!