diff --git a/README.md b/README.md index e69de29..61b991a 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +# Python backtest Library + +[![Test btlib](https://github.com/pawelkn/btlib/actions/workflows/test-btlib.yml/badge.svg)](https://github.com/pawelkn/btlib/actions/workflows/test-btlib.yml) [![PyPi](https://img.shields.io/pypi/v/btlib.svg)](https://pypi.python.org/pypi/btlib/) [![Downloads](https://img.shields.io/pypi/dm/btlib)](https://pypi.python.org/pypi/btlib/) [![Codecov](https://codecov.io/gh/pawelkn/btlib/branch/master/graph/badge.svg)](https://codecov.io/gh/pawelkn/btlib/) + +Python backtest library optimized for testing portfolio performance across hundreds of tickers. \ No newline at end of file