Metadata-Version: 1.1
Name: dataserv-client
Version: 1.0.2
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.2.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 and optional arguments:
        
        ::
        
            $ dataserv-client --help
        
        
        Show command help and optional arguments:
        
        ::
        
            $ dataserv-client <COMMAND> --help
        
        
        Show version number
        
        ::
        
            $ dataserv-client verison
        
        
        Register address:
        
        ::
        
            $ dataserv-client --address=<YOUR_BITCOIN_ADDRESS> register
        
        
        Ping address:
        
        ::
        
            $ dataserv-client --address=<YOUR_BITCOIN_ADDRESS> ping
        
        
        Poll address:
        
        ::
        
            $ dataserv-client --address=<YOUR_BITCOIN_ADDRESS> poll
        
        
        Build:
        
        ::
        
            $ dataserv-client --address=<YOUR_BITCOIN_ADDRESS> build
        
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
