forked from quantsc/hftbacktest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
45 lines (37 loc) · 1.19 KB
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
[metadata]
name = hftbacktest
version = attr: hftbacktest.__version__
url = https://github.com/nkaz001/hftbacktest
project_urls =
Docs = https://hftbacktest.readthedocs.io/en/latest/
GitHub: issues = https://github.com/nkaz001/hftbacktest/issues
GitHub: repo = https://github.com/nkaz001/hftbacktest
description = High-frequency trading and market making backtesting tool
long_description = file: README.rst
author = nkaz001
author_email = [email protected]
keywords = hft, high-frequency trading, trading, market-making, backtest
license = MIT
license_files = LICENSE
classifiers =
Development Status :: 5 - Production/Stable
Framework :: Jupyter
Intended Audience :: Financial and Insurance Industry
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 3
Topic :: Office/Business :: Financial :: Investment
[options]
python_requires = >=3.8
packages = find:
zip_safe = False
include_package_data = True
install_requires =
numba ~= 0.57
numpy < 1.25, >= 1.21
pandas
matplotlib