Metadata-Version: 2.4
Name: cobweb-py
Version: 0.1.1
Summary: Python SDK for the CobwebSim stock simulation and backtesting API. Compute 71 technical features, run backtests with realistic execution modeling, and generate 27 plot types.
License-Expression: MIT
Project-URL: Homepage, https://github.com/cobwebSim/StockSim-
Project-URL: Documentation, https://web-production-83f3e.up.railway.app/docs
Project-URL: Repository, https://github.com/cobwebSim/StockSim-
Project-URL: Issues, https://github.com/cobwebSim/StockSim-/issues
Keywords: trading,backtesting,finance,stock,simulation,technical-analysis,quantitative-finance
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Office/Business :: Financial :: Investment
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Requires-Dist: requests>=2.31
Provides-Extra: viz
Requires-Dist: pandas>=2.0; extra == "viz"
Requires-Dist: plotly>=5.0; extra == "viz"
