Metadata-Version: 2.1
Name: vega-sim
Version: 0.1.2
Summary: Simulator for running self-contained Vega chain on local PC
Home-page: https://github.com/vegaprotocol/vega-market-sim
License: MIT
Author: Vega
Author-email: hi@vega.xyz
Requires-Python: >=3.7.13,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3
Provides-Extra: jupyter
Provides-Extra: learning
Provides-Extra: profile
Requires-Dist: PyNaCl (>=1.5.0,<2.0.0)
Requires-Dist: grpc-gateway-protoc-gen-openapiv2 (>=0.1.0,<0.2.0)
Requires-Dist: grpcio-tools (>=1.48.0,<2.0.0)
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.21,<2.0); python_full_version >= "3.7.13" and python_version < "3.8"
Requires-Dist: numpy (>=1.22.4,<2.0.0); python_version >= "3.8" and python_version < "4.0"
Requires-Dist: pandas (>=1.3,<2.0); python_full_version >= "3.7.13" and python_version < "3.8"
Requires-Dist: pandas (>=1.4.2,<2.0.0); python_version >= "3.8" and python_version < "4.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: requests (>=2.28.0,<3.0.0)
Requires-Dist: scipy (>=1.7.1,<2.0.0); python_full_version >= "3.7.13" and python_version < "3.8"
Requires-Dist: scipy (>=1.8.1,<2.0.0); python_version >= "3.8" and python_version < "4.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.11.0,<2.0.0); extra == "learning"
Requires-Dist: tqdm (>=4.64.0,<5.0.0); extra == "learning"
Project-URL: Repository, https://github.com/vegaprotocol/vega-market-sim
