Skip to content

Commit

Permalink
New realease! 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dvd-Znf committed Jan 14, 2024
1 parent 69567f5 commit 305f327
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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
Binary file modified dist/monero-api-cli
Binary file not shown.
Binary file removed dist/monero-api-cli-0.1.2.tar.gz
Binary file not shown.
Binary file added dist/monero-api-cli-0.2.0.tar.gz
Binary file not shown.
Binary file modified dist/monero-api-cli.exe
Binary file not shown.
Binary file removed dist/monero_api_cli-0.1.2-py3-none-any.whl
Binary file not shown.
Binary file added dist/monero_api_cli-0.2.0-py3-none-any.whl
Binary file not shown.
6 changes: 3 additions & 3 deletions src/monero_api_cli.egg-info/PKG-INFO
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
Expand Down Expand Up @@ -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.
Expand All @@ -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

0 comments on commit 305f327

Please sign in to comment.