Metadata-Version: 2.1
Name: dpaycli
Version: 0.1.6
Summary: Command line tool to interface with the dPay network
Home-page: http://library.dpays.io/dpaycli
Author: Jared Rice Sr.
Author-email: <jared@benchx.io>
Maintainer: Jared Rice Sr.
Maintainer-email: <jared@benchx.io>
License: UNKNOWN
Download-URL: https://github.com/dpays/dpaycli/tarball/0.1.6
Keywords: dpay,library,api,rpc,cli
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Requires-Dist: dpay-lib (>=0.1.4)
Requires-Dist: prettytable (==0.7.2)
Requires-Dist: colorama (==0.3.6)

# dPayPy for dPay

Swiss army knife for interacting with the dPay blockchain.

## Quick-Start

A quickstart guide can be found on dPay: [library.dpays.io](https://library.dpays.io/dpaycli/)

## Installation

```
pip3 install dpaycli
```

## Documentation

The full-length documentation of the cli tool can be found on [dPayCLI Python Docs](https://library.dpays.io/dpaycli/).
API documentation of the library is located at [dPay Python Lib Docs](https://library.dpays.io/dpay-python-lib/).

## Public API

The public API node at `d.dpays.io` serves as an experimental
endpoint.

* Use it for prototyping of your tools
* Use it for testing
* Do not expect it to be reliable
* Do not spam it with unnecessary load

# IMPORTANT NOTE

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    THE SOFTWARE.


