-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
4 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.0.1" | |
authors = [ | ||
{ name="Paweł Knioła", email="[email protected]" }, | ||
] | ||
description = "Python backtest library optimized for testing portfolio performance across hundreds of tickers" | ||
description = "Python framework optimized for running backtests on multiple assetss" | ||
keywords = [ | ||
"python", "python3", "quantitative", "analysis", "backtesting", "portfolio", "parallel", "algorithmic", "trading" | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
name="btester", | ||
author='Paweł Knioła', | ||
author_email='[email protected]', | ||
description='Python backtest library optimized for testing portfolio performance across hundreds of tickers', | ||
description='Python framework optimized for running backtests on multiple assets', | ||
long_description=open('README.md', encoding='utf-8').read(), | ||
license='MIT', | ||
keywords='python python3 quantitative analysis backtesting portfolio parallel algorithmic trading', | ||
|