diff --git a/README.md b/README.md index e6aa574..dff6aeb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/dist/monero-api-cli b/dist/monero-api-cli index b2f10c8..116fc21 100755 Binary files a/dist/monero-api-cli and b/dist/monero-api-cli differ diff --git a/dist/monero-api-cli-0.1.2.tar.gz b/dist/monero-api-cli-0.1.2.tar.gz deleted file mode 100644 index 571bad9..0000000 Binary files a/dist/monero-api-cli-0.1.2.tar.gz and /dev/null differ diff --git a/dist/monero-api-cli-0.2.0.tar.gz b/dist/monero-api-cli-0.2.0.tar.gz new file mode 100644 index 0000000..d717462 Binary files /dev/null and b/dist/monero-api-cli-0.2.0.tar.gz differ diff --git a/dist/monero-api-cli.exe b/dist/monero-api-cli.exe index 2c33d41..9a126f2 100755 Binary files a/dist/monero-api-cli.exe and b/dist/monero-api-cli.exe differ diff --git a/dist/monero_api_cli-0.1.2-py3-none-any.whl b/dist/monero_api_cli-0.1.2-py3-none-any.whl deleted file mode 100644 index 8d0d9c0..0000000 Binary files a/dist/monero_api_cli-0.1.2-py3-none-any.whl and /dev/null differ diff --git a/dist/monero_api_cli-0.2.0-py3-none-any.whl b/dist/monero_api_cli-0.2.0-py3-none-any.whl new file mode 100644 index 0000000..2de58b0 Binary files /dev/null and b/dist/monero_api_cli-0.2.0-py3-none-any.whl differ diff --git a/src/monero_api_cli.egg-info/PKG-INFO b/src/monero_api_cli.egg-info/PKG-INFO index bfa86c8..f48117d 100644 --- a/src/monero_api_cli.egg-info/PKG-INFO +++ b/src/monero_api_cli.egg-info/PKG-INFO @@ -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 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