Metadata-Version: 2.1
Name: uptick
Version: 0.2.1
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.1
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
Requires-Dist: bitshares (>=0.1.12)
Requires-Dist: prettytable
Requires-Dist: click
Requires-Dist: click-datetime
Requires-Dist: termcolor
Requires-Dist: tqdm
Requires-Dist: pyyaml
Requires-Dist: pygments

# 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.


