{ "info": { "author": "Alistair O'Brien", "author_email": "alistair.o'brien@ellesmere.com", "bugtrack_url": null, "classifiers": [], "description": "# BPL CLI\n\n> A simple CLI client for the Blockpool Blockchain\n\nThis is an easy-to-use Python Command Line Interface (CLI) client for interacting with a Blockpool Blockchain. This client provides the majority of the functionality provided by [BPL-desktop](https://github.com/blockpool-io/BPL-desktop)\n\n## Features\n\n### Account\n- [x] Delegate registration\n- [x] Transferring BPL\n- [x] Vote for a delegate\n- [x] Status of account\n- [x] List of transactions (in chronological order)\n- [x] Create a new address and public key from a BIP39 mnemonic\n\n### Message\n- [x] Sign a message\n- [x] Verify a message\n\n### Network\n- [x] Network status\n- [x] Network config new\n- [x] Network config use\n- [x] Showing network config\n- [x] Showing network peers\n\n### Command Entity\n- [x] Constructor\n- [x] Run method\n\n### Exceptions\n- [x] BPLClientNetworkException\n- [x] BPLClientAccountsException\n\n## Installation\n\n```sh\npython -m pip install bpl-client\n```\n\n## Usage\n\n### Help\n\n```sh\nC:\\>bpl-cli -help\nBPL Client\n\nUsage:\n bpl-cli network config setup\n bpl-cli network config show\n bpl-cli network status\n bpl-cli account status
\n bpl-cli account transactions \n bpl-cli account send