Metadata-Version: 2.1
Name: fundcrunch
Version: 0.1
Summary: The Fundcrunch.Tech library for market data processing in real time or on history.
Home-page: https://github.com/fundcrunch-tech/fundcrunch_py
Author: Sergey Bryukov
Author-email: hello@fundcrunch.tech
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: websockets
Requires-Dist: ccxt
Requires-Dist: pyzmq

# Fundcrunch library

* connect directly to various exchanges and bind they stream into single local socket endpoint
* connector to Fundcrunch.Tech data streaming socket and REST endpoints

## Installation

```bash
$ git clone git@github.com:fundcrunch-tech/fundcrunch_py.git
$ cd fundcrunch_py
```


```bash
$ python3.7 -m venv .venv
$ source .venv/bin/activate
$ python setup.py install
```

```bash
$ cd examples
$ python feeder.py
```



