Skip to content
This repository has been archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Jan 23, 2015
1 parent 25c24d6 commit 61e06ce
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.rst
@@ -1,11 +1,11 @@
Grapple
=======

.. image:: https://travis-ci.org/tensorjack/grapple.svg?branch=master
:target: https://travis-ci.org/tensorjack/grapple
.. image:: https://travis-ci.org/tinybike/grapple.svg?branch=master
:target: https://travis-ci.org/tinybike/grapple

.. image:: https://coveralls.io/repos/tensorjack/grapple/badge.png
:target: https://coveralls.io/r/tensorjack/grapple
.. image:: https://coveralls.io/repos/tinybike/grapple/badge.png
:target: https://coveralls.io/r/tinybike/grapple

.. image:: https://badge.fury.io/py/grapple.svg
:target: http://badge.fury.io/py/grapple
Expand All @@ -16,9 +16,10 @@ Data can be collected from a local or a remote rippled instance. If you have a

Grapple also resamples each currency pair's price time series to create "Open-Hi-Lo-Close" time series. These resampled datasets can be useful for statistical tests, technical market analysis, or simply for drawing charts.

Donations: 14sqtQRWuWqa7SCtS1iSjt1FexSxfwnw7G
Donations::

~tinybike @ RippleTrade
Bitcoin: 1NUqhGjJEedXxUSxJThfDAHzF2mFosk3fo
Ripple: ~tinybike (rLvcQ6ctvr12aQq29AcZT6JMWH7iZ8esHS)

Installation
^^^^^^^^^^^^
Expand All @@ -34,7 +35,9 @@ Grapple is designed to integrate with PostgreSQL, using connection information i
Usage
^^^^^

Grapple can be used as a Python module::
Grapple can be used as a Python module:

.. code-block:: python
from grapple import Grapple
Expand Down

0 comments on commit 61e06ce

Please sign in to comment.