autotrader

View on PyPIReverse Dependencies (1)

1.1.2 autotrader-1.1.2-py3-none-any.whl

Wheel Details

Project: autotrader
Version: 1.1.2
Filename: autotrader-1.1.2-py3-none-any.whl
Download: [link]
Size: 126256
MD5: 89fcc061e836c9c92656f6d7ddbe3b2b
SHA256: 5cbdb8dea619f1c81fc3c0b95389b639a5e86ae2dea444147241243b0b802de2
Uploaded: 2024-03-23 02:41:38 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: autotrader
Version: 1.1.2
Summary: A Python-based platform for developing, optimising and deploying automated trading systems.
Author: Kieran Mackle
Author-Email: kemackle98[at]gmail.com
Home-Page: https://kieran-mackle.github.io/AutoTrader/
Project-Url: Bug Tracker, https://github.com/kieran-mackle/AutoTrader/issues
Project-Url: Source Code, https://github.com/kieran-mackle/AutoTrader
Project-Url: Documentation, https://autotrader.readthedocs.io/en/latest/
License: gpl-3.0
Keywords: algotrading,finance,crypto,forex,python
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Requires-Dist: numpy (>=1.20.3)
Requires-Dist: pandas (>=1.3.4)
Requires-Dist: art (>=5.7)
Requires-Dist: PyYAML
Requires-Dist: bokeh (==3.3.0)
Requires-Dist: scipy (>=1.7.1)
Requires-Dist: finta (>=1.3)
Requires-Dist: tqdm (>=4.64.0)
Requires-Dist: importlib-resources
Requires-Dist: click (>=8.1.3)
Requires-Dist: requests (>=2.28.1)
Requires-Dist: python-telegram-bot (>=13.14)
Requires-Dist: psutil (>=5.9.2)
Requires-Dist: prometheus-client (>=0.15.0)
Requires-Dist: ccxt (>=2.0.53); extra == "all"
Requires-Dist: ccxt-download; extra == "all"
Requires-Dist: v20 (>=3.0.25.0); extra == "all"
Requires-Dist: ib-insync (>=0.9.70); extra == "all"
Requires-Dist: yfinance (>=0.1.67); extra == "all"
Requires-Dist: pytest (>=7.1.1); extra == "all"
Requires-Dist: black (>=22.10.0); extra == "all"
Requires-Dist: sphinx-copybutton (>=0.5.0); extra == "all"
Requires-Dist: sphinx-inline-tabs (>=2022.1.2b11); extra == "all"
Requires-Dist: myst-parser (>=0.18.1); extra == "all"
Requires-Dist: furo (>=2022.9.29); extra == "all"
Requires-Dist: sphinx-autobuild (>=2021.3.14); extra == "all"
Requires-Dist: commitizen (>=2.35.0); extra == "all"
Requires-Dist: ccxt (>=2.0.53); extra == "ccxt"
Requires-Dist: ccxt-download; extra == "ccxt"
Requires-Dist: pytest (>=7.1.1); extra == "dev"
Requires-Dist: black (>=22.10.0); extra == "dev"
Requires-Dist: sphinx-copybutton (>=0.5.0); extra == "dev"
Requires-Dist: sphinx-inline-tabs (>=2022.1.2b11); extra == "dev"
Requires-Dist: myst-parser (>=0.18.1); extra == "dev"
Requires-Dist: furo (>=2022.9.29); extra == "dev"
Requires-Dist: sphinx-autobuild (>=2021.3.14); extra == "dev"
Requires-Dist: commitizen (>=2.35.0); extra == "dev"
Requires-Dist: dydx-v3-python (>=1.9.0); extra == "dydx"
Requires-Dist: ib-insync (>=0.9.70); extra == "ib"
Requires-Dist: v20 (>=3.0.25.0); extra == "oanda"
Requires-Dist: yfinance (>=0.1.67); extra == "yfinance"
Provides-Extra: all
Provides-Extra: ccxt
Provides-Extra: dev
Provides-Extra: dydx
Provides-Extra: ib
Provides-Extra: oanda
Provides-Extra: yfinance
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 8682 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.43.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
autotrader/__init__.py sha256=aPdXWFWKapLQGnY91_xmWyCUcHuV_4XhCUMsAw5V6M0 633
autotrader/autobot.py sha256=j9TejCqvGzUuW2Exj-zeNJBMBftfmF4GanPebZ9802w 20039
autotrader/autoplot.py sha256=HX-ZDoT-ocf830sLOohBNcLWa6jW5dp2UxY9khmIHBE 69440
autotrader/autotrader.py sha256=X5mQBP-hhUq88ZWFBSQj88NhAdtwhW7wtHRdkzPD3ag 85120
autotrader/indicators.py sha256=h-l_-oZp_XlHBPfjtkSGHZ6LGepSmpOZMnwC2SEPCeU 46510
autotrader/strategy.py sha256=Ym6Q0HA68sIXQ-NCWZfQ1zuaWFViSC1xeGIoiUxRtmE 1745
autotrader/utilities.py sha256=LtD7Ewot6Gtf3a4Ay2mm1mKeYV5Qu1DElhWn3ncsYm0 51872
autotrader/bin/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autotrader/bin/cli.py sha256=C84HYIaLymx2XNigs7RqxlFnbqvfkkWbcfKND1Km7lc 7291
autotrader/brokers/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autotrader/brokers/broker.py sha256=8cU40518NAjCeHjnEgkFteirPVjVFx7G_JLWUSmEWVo 3780
autotrader/brokers/ccxt.py sha256=Hb9zI8KxW5hykRk9IlKSAxRyf78tJ-FKEgh-Fren-Dw 26548
autotrader/brokers/ib.py sha256=lzWLxp3qgk177vXJpmDAh3NCNqxdX6vwvAym3SOJoXE 28763
autotrader/brokers/oanda.py sha256=VgtJ4_O_mrHz6eVibRNXvi_Zrd7WDyo4yzvBWAmXSMk 40309
autotrader/brokers/trading.py sha256=Wj5mYRXCg3E1cxpFYTRb36Y7esqT74ZTnjnYHia8wxY 21660
autotrader/brokers/virtual.py sha256=dOLC2A85vxK0BaZCzmCCS66M3zbdY7PbyasbzNngPYw 60363
autotrader/brokers/yahoo.py sha256=v4M49qYJ5uckcbmw4Br-4vCZF8h1v-jYjeAtoGM1ULU 4498
autotrader/comms/__init__.py sha256=Uu_XcRqktrY97TrcOb6CXE5fG1WTEONu9HL92GH3qk4 25
autotrader/comms/notifier.py sha256=9NATgtXIfv7AuOK0zeQSjtviK_UQhEPIMkj3keIWTYc 414
autotrader/comms/tg.py sha256=yldyqtZkopOz4QTBfW0JA50zxwDaNpvgfu8y6Dxezo8 3884
autotrader/package_data/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
autotrader/package_data/autoscale.js sha256=qJWUS59u1qko5pNTrlcNo2N1bkvEiF3c1U8hrV8nnHQ 2810
autotrader/package_data/keys.yaml sha256=q55sRgV7xe_5yefeU5-EeMOXJ79JabHUWZzrSxBs6Ck 406
autotrader-1.1.2.dist-info/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
autotrader-1.1.2.dist-info/METADATA sha256=PotPxBw06DFz6gV9gkodOrmpu1lRndbyASHj3QHXgzE 11489
autotrader-1.1.2.dist-info/WHEEL sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ 92
autotrader-1.1.2.dist-info/entry_points.txt sha256=fGGD58KzQHI3sc-WUafeENo0YQkFKTk6MwFjKg9_UH0 54
autotrader-1.1.2.dist-info/top_level.txt sha256=dccsMWWYXMCtdUurof9A2iOX4tAbR6zm2-8-GIJUKyo 11
autotrader-1.1.2.dist-info/RECORD

top_level.txt

autotrader

entry_points.txt

autotrader = autotrader.bin.cli:cli