Metadata-Version: 1.2
Name: uptick
Version: 0.2.6
Summary: Command line tool to interface with the BitShares network
Home-page: http://uptick.rocks
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
Maintainer: Fabian Schuh
Maintainer-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/xeroc/uptick/tarball/0.2.6
Description: # Uptick
        
        Swiss army knife for interacting with the BitShares blockchain.
        
        ![](https://img.shields.io/pypi/v/uptick.svg?style=for-the-badge)
        ![](https://img.shields.io/github/release/bitshares/uptick.svg?style=for-the-badge)
        ![](https://img.shields.io/github/downloads/bitshares/uptick/total.svg?style=for-the-badge)
        ![](https://img.shields.io/pypi/pyversions/uptick.svg?style=for-the-badge)
        ![](https://img.shields.io/pypi/l/uptick.svg?style=for-the-badge)
        ![](https://cla-assistant.io/readme/badge/bitshares/uptick)
        
        **Stable**
        
        [![docs master](https://readthedocs.org/projects/uptick/badge/?version=latest)](http://uptick.readthedocs.io/en/latest/)
        [![Travis master](https://travis-ci.org/bitshares/uptick.png?branch=master)](https://travis-ci.org/bitshares/uptick)
        [![codecov](https://codecov.io/gh/bitshares/uptick/branch/master/graph/badge.svg)](https://codecov.io/gh/bitshares/uptick)
        
        
        **Develop**
        
        [![docs develop](https://readthedocs.org/projects/uptick/badge/?version=develop)](http://uptick.readthedocs.io/en/develop/)
        [![Travis develop](https://travis-ci.org/bitshares/uptick.png?branch=develop)](https://travis-ci.org/bitshares/uptick)
        [![codecov develop](https://codecov.io/gh/bitshares/uptick/branch/develop/graph/badge.svg)](https://codecov.io/gh/bitshares/uptick)
        
        ## Documentation
        
        The full-length documentation can be found on [http://uptick.rocks](http://uptick.rocks).
        
        ## Installation
        
        ```
        sudo apt install python3-pip
        sudo pip3 install uptick
        ```
        
        ## Contributing
        
        uptick welcomes contributions from anyone and everyone. Please
        see our [guidelines for contributing](CONTRIBUTING.md) and the [code of
        conduct](CODE_OF_CONDUCT.md).
        
        ### Discussion and Developers
        
        Discussions around development and use of this library can be found in a
        [dedicated Telegram Channel](https://t.me/pybitshares)
        
        ### License
        
        A copy of the license is available in the repository's
        [LICENSE](LICENSE.txt) file.
        
Keywords: bitshares,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
