Metadata-Version: 1.1
Name: steem-piston
Version: 0.3.1
Summary: Command line tool to interface with the STEEM network
Home-page: http://www.github.com/xeroc/piston
Author: Fabian Schuh
Author-email: <Fabian@BitShares.eu>
License: UNKNOWN
Download-URL: https://github.com/xeroc/piston/tarball/0.3.1
Description: # Piston for Steem
        
        Swiss army knife for interacting with the STEEM blockchain.
        
        [![Travis master](https://travis-ci.org/xeroc/piston.png?branch=master)](https://travis-ci.org/xeroc/piston)
        [![Travis develop](https://travis-ci.org/xeroc/piston.png?branch=develop)](https://travis-ci.org/xeroc/piston)
        [![PyPI](https://img.shields.io/pypi/dm/steem-piston.svg?maxAge=2592000)]()
        [![PyPI](https://img.shields.io/pypi/dw/steem-piston.svg?maxAge=2592000)]()
        [![PyPI](https://img.shields.io/pypi/dd/steem.-pistonsvg?maxAge=2592000)]()
        
        ## Quick-Start
        
        A quickstart guide can be found on STEEM: [\@xeroc/piston](https://steemit.com/piston/@xeroc/piston)
        
        ## Installation
        
        ```
        pip3 install steem-piston
        ```
        
        ## Documentation
        
        The full-length documentation can be found on [http://piston.rocks](http://piston.rocks).
        
        ## Public API
        
        The public API node at `this.piston.rocks` 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.
        
Keywords: steem,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
