Metadata-Version: 1.1
Name: dataserv-client
Version: 1.0.1
Summary: UNKNOWN
Home-page: http://storj.io
Author: Shawn Wilkinson
Author-email: shawn+dataserv-client@storj.io
License: MIT
Download-URL: https://pypi.python.org/packages/source/a/dataserv-client/dataserv-client-1.0.1.tar.gz
Description: ###############
        dataserv-client
        ###############
        
        |BuildLink|_ |CoverageLink|_ |LicenseLink|_ |IssuesLink|_
        
        
        .. |BuildLink| image:: https://travis-ci.org/Storj/dataserv-client.svg?branch=master
        .. _BuildLink: https://travis-ci.org/Storj/dataserv-client
        
        .. |CoverageLink| image:: https://coveralls.io/repos/Storj/dataserv-client/badge.svg
        .. _CoverageLink: https://coveralls.io/r/Storj/dataserv-client
        
        .. |LicenseLink| image:: https://img.shields.io/badge/license-MIT-blue.svg
        .. _LicenseLink: https://raw.githubusercontent.com/Storj/dataserv-client
        
        .. |IssuesLink| image:: https://img.shields.io/github/issues/Storj/dataserv-client.svg
        .. _IssuesLink: https://github.com/Storj/dataserv-client/issues
        
        
        Linux Setup
        ###########
        
        ::
        
            $ pip install dataserv-client
            $ dataserv-client version
        
        
        Windows Setup
        #############
        
        Download and install `Python 3.4 <https://www.python.org/downloads/release/python-343/>`_ 
        TODO add pycrypto instructions
        
        ::
        
            $ pip install dataserv-client
            $ dataserv-client version
        
        
        Usage
        #####
        
        Show programm help:
        
        ::
        
            $ dataserv-client --help
        
        Show command help:
        
        ::
        
            $ dataserv-client <COMMAND> --help
        
        Register address with default node:
        
        ::
        
            $ dataserv-client register <YOUR_BITCOIN_ADDRESS>
        
        Register address with custom node:
        
        ::
        
            $ dataserv-client register <YOUR_BITCOIN_ADDRESS> --url=<FARMER_URL>
        
        Continuously ping default node in 15 sec intervals:
        
        ::
        
            $ dataserv-client poll <YOUR_BITCOIN_ADDRESS>
        
        Continuously ping custom node in 15 sec intervals:
        
        ::
        
            $ dataserv-client poll <YOUR_BITCOIN_ADDRESS> --url=<FARMER_URL>
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
