-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Metadata-Version: 2.1 | ||
Name: monero-api-cli | ||
Version: 0.1.2 | ||
Version: 0.2.0 | ||
Summary: Cli for interacting with the MoneroDaemon-RPC API | ||
Author-email: Dvd-Znf <[email protected]> | ||
License: MIT License | ||
|
@@ -149,7 +149,7 @@ $ python -m src.monero_api_cli | |
This is not meant as a replacement for python-monero module! | ||
Instead, this is an independent cli application for interacting with monerod via its RPC API | ||
i.e. cli-app & no wallet RPC | ||
This is mostly ment for monero node operators who would like a nice, intuitive and easy way to interact with their daemon | ||
This is mostly meant for monero node operators who would like a nice, intuitive and easy way to interact with their daemon | ||
This is the reason I made this. | ||
python-monero last update to its source code was more than a year ago, even tho it could use some improvements, at least to its docs. | ||
This is activly developed. | ||
|
@@ -158,7 +158,7 @@ After first realse you may integrate monero-api-cli into whatever you want but t | |
Some setups require the daemon to be non-interactive | ||
Also that sound super laaaameeeeeee | ||
## TODO: | ||
- Add ability to switch daemon address from REPL interactive mode | ||
- ~~Add ability to switch daemon address from REPL interactive mode~~ | ||
- ~~Create a separate function for IP address validation~~ | ||
### TODO for v1.0.0: | ||
- Implement more of the API :P |