Metadata-Version: 2.1
Name: vega-sim
Version: 1.0.1
Summary: Simulator for running self-contained Vega chain on local PC
License: MIT
Author: Tom McLean
Author-email: tom@vegaprotocol.io
Requires-Python: >=3.9,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Provides-Extra: agents
Provides-Extra: jupyter
Provides-Extra: learning
Provides-Extra: profile
Requires-Dist: PyNaCl (>=1.5.0,<2.0.0)
Requires-Dist: TA-Lib (>=0.4.25,<0.5.0) ; extra == "agents"
Requires-Dist: deprecated (>=1.2.13,<2.0.0)
Requires-Dist: grpc-gateway-protoc-gen-openapiv2 (>=0.1.0,<0.2.0)
Requires-Dist: grpcio-tools (==1.48.1)
Requires-Dist: inflection (>=0.5.1,<0.6.0)
Requires-Dist: ipywidgets (>=7.7.1,<8.0.0) ; extra == "jupyter"
Requires-Dist: jupyter (>=1.0.0,<2.0.0) ; extra == "jupyter"
Requires-Dist: jupyterlab (>=3.4.3,<4.0.0) ; extra == "jupyter"
Requires-Dist: matplotlib (>=3.5.2,<4.0.0) ; extra == "learning" or extra == "jupyter"
Requires-Dist: numpy (>=1.22.4,<2.0.0)
Requires-Dist: pandas (>=1.4.2,<2.0.0)
Requires-Dist: plotly (>=5.10.0,<6.0.0) ; extra == "jupyter"
Requires-Dist: pytest-profiling (>=1.7.0,<2.0.0) ; extra == "profile"
Requires-Dist: python-dotenv (>=0.21.0,<0.22.0)
Requires-Dist: requests (>=2.28.0,<3.0.0)
Requires-Dist: scipy (>=1.8.1,<2.0.0)
Requires-Dist: snakeviz (>=2.1.1,<3.0.0) ; extra == "profile"
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: torch (==1.12.1) ; extra == "learning"
Requires-Dist: tqdm (>=4.64.0,<5.0.0) ; extra == "learning"
