Metadata-Version: 2.1
Name: sharrow
Version: 2.3.2
Summary: numba for ActivitySim-style spec files
Home-page: https://github.com/ActivitySim/sharrow
Author: Cambridge Systematics
Author-email: jeffnewman@camsys.com
License: BSD-3-Clause
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy (>=1.19)
Requires-Dist: pandas (>=1.2)
Requires-Dist: pyarrow (>=3.0.0)
Requires-Dist: xarray (>=0.20.0)
Requires-Dist: numba (>=0.54)
Requires-Dist: sparse
Requires-Dist: numexpr
Requires-Dist: filelock
Requires-Dist: dask
Requires-Dist: networkx
Requires-Dist: astunparse ; python_version < "3.9"

# sharrow
numba for ActivitySim-style spec files

## Building the documentation

Building the documentation for sharrow requires JupyterBook.

```shell
jupyterbook build docs
```
