Metadata-Version: 2.0
Name: bitshares-pricefeed
Version: 0.0.5
Summary: Command line tool to assist with price feed generation
Home-page: http://www.github.com/xeroc/bitshares-pricefeed
Author: Fabian Schuh
Author-email: Fabian@chainsquad.com
License: UNKNOWN
Download-URL: https://github.com/xeroc/bitshares-pricefeed/tarball/0.0.5
Description-Content-Type: UNKNOWN
Keywords: bitshares,price,feed,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.8)
Requires-Dist: uptick
Requires-Dist: prettytable
Requires-Dist: click
Requires-Dist: colorama
Requires-Dist: tqdm
Requires-Dist: pyyaml
Requires-Dist: bitcoinaverage
Requires-Dist: quandl

# Price Feed Script for BitShares

## Installation

```
pip3 install bitshares-pricefeed
```

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


