Metadata-Version: 2.1
Name: eopsin
Version: 0.2.0
Summary: Yet another automated crypto trading framework
Home-page: https://github.com/cxkoda/eopsin
Author: David Huber
Author-email: dave@yomi.eu
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: SQLAlchemy (>=1.4.15)
Requires-Dist: numpy (>=1.19.5)
Requires-Dist: python-binance (>=1.0.10)

# Eopsin

[![PyPI version shields.io](https://img.shields.io/pypi/v/eopsin.svg)](https://pypi.org/project/eopsin)
[![PyPI license](https://img.shields.io/pypi/l/eopsin.svg)](https://pypi.org/project/eopsin)
[![Test](https://github.com/cxkoda/plutus/workflows/Test/badge.svg)](https://github.com/cxkoda/plutus/actions)
[![Codecov](https://img.shields.io/codecov/c/gh/cxkoda/eopsin)](https://codecov.io/gh/cxkoda/eopsin)
[![CodeQL](https://github.com/cxkoda/plutus/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/cxkoda/plutus/actions/workflows/codeql-analysis.yml)

Yet another automated crypto trading framework featuring a flexible strategy backtesting and automatic caching of exchange data in a local database.

### Installation

This package can be obtained via pypi
```
pip install eopsin
```

