Metadata-Version: 2.3
Name: quantecon_wasm
Version: 0.7.2.post1
Summary: Import the main names to top level.
Keywords: quantitative,economics
Author-email: QuantEcon Project <admin@quantecon.org>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Scientific/Engineering
Requires-Dist: numpy
Requires-Dist: requests
Requires-Dist: scipy>=1.5.0
Requires-Dist: sympy
Requires-Dist: pytest ; extra == "testing"
Requires-Dist: coverage ; extra == "testing"
Requires-Dist: flake8 ; extra == "testing"
Requires-Dist: numpy ; extra == "testing"
Requires-Dist: scipy ; extra == "testing"
Requires-Dist: pandas ; extra == "testing"
Requires-Dist: sympy ; extra == "testing"
Project-URL: Documentation, http://quanteconpy.readthedocs.org/en/latest/
Project-URL: Funding, https://quantecon.org
Project-URL: Homepage, https://quantecon.org/quantecon-py/
Project-URL: Source, https://github.com/quantecon/QuantEcon.py
Project-URL: Tracker, https://github.com/quantecon/QuantEcon.py/issues
Provides-Extra: testing

# QuantEcon.py-wasm

QuantEcon's pure python package for WASM based environments. This library is a mirror of [QuantEcon.py](https://github.com/QuantEcon/QuantEcon.py).
We highly recommend to use the original `quantecon` for better performance.

Anything that works with `quantecon_wasm.*` is expected to work with `quantecon.*` with equal or higher performance.

## Installation

You can install `quantecon_wasm` by opening a terminal prompt and typing

```
pip install quantecon_wasm
```

