Files
aiomql/pyproject.toml
T

28 lines
921 B
TOML
Raw Normal View History

2023-10-11 09:49:06 +01:00
[build-system]
2024-11-16 12:40:52 +01:00
requires = ["setuptools>=61.0"]
2023-10-11 09:49:06 +01:00
build-backend = "setuptools.build_meta"
[project]
name = "aiomql"
2025-01-22 15:56:57 +01:00
version = "4.0.8"
2023-10-11 09:49:06 +01:00
readme = "README.md"
2024-02-12 21:09:28 +01:00
requires-python = ">=3.11"
2023-10-11 09:49:06 +01:00
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
2024-11-23 10:23:01 +01:00
2024-11-16 12:40:52 +01:00
keywords = ["MetaTrader5", "Asynchronous", "Algorithmic Trading", "Trading Bot", "Backtesting",
2024-12-01 11:47:42 +01:00
"Technical Analysis", "Forex", "Stocks", "Cryptocurrency", "Futures", "Options", "Crypto", "Algo Trading"]
2024-11-23 10:23:01 +01:00
2024-11-13 04:29:37 +01:00
dependencies = ["MetaTrader5>=5.0.37", "pandas>=1.5.0", "pandas-ta>=0.3.14b0"]
2024-11-23 10:23:01 +01:00
2023-10-11 09:49:06 +01:00
authors = [{name = "Ichinga Samuel", email = "ichingasamuel@gmail.com"}]
2024-11-23 10:23:01 +01:00
2024-05-05 00:08:57 +01:00
description = "Asynchronous MetaTrader5 library and Algorithmic Trading Framework"
2023-10-11 09:49:06 +01:00
[project.urls]
"Homepage" = "https://github.com/Ichinga-Samuel/aiomql"
2024-02-12 21:09:28 +01:00
"Bug Tracker" = "https://github.com/Ichinga-Samuel/aiomql/issues"