Metadata-Version: 2.4
Name: wsp-tasha-toolbox
Version: 0.1.2
Summary: Python tools for working with TASHA-based models
Author-email: Brian Cheung <brian.cheung@wsp.com>
Project-URL: Homepage, https://github.com/sap-toronto/wsp-tasha-toolbox
Project-URL: Issues, https://github.com/sap-toronto/wsp-tasha-toolbox/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: geopandas>=1.0.1
Requires-Dist: numpy>=2.2.6
Requires-Dist: pandas>=2.2.3
Requires-Dist: pandera>=0.24.0
Requires-Dist: pyproj>=3.7.1
Requires-Dist: wsp-balsa>=2.1.0
Dynamic: license-file

# wsp-tasha-toolbox

![PyPI - Version](https://img.shields.io/pypi/v/wsp-tasha-toolbox)

A toolbox for working with travel demand models based upon the *Travel Activity Scheduler for Household Agents (TASHA)* model structure.

Tools included in this toolbox are designed to work with models built using GTAModel V4.0+.

The modelling platform for all TASHA-based models (such as GTAModel V4.0+ in the GTHA and implementations in other regions) is developed by the [Travel Modelling Group](https://tmg.utoronto.ca/) at the University of Toronto.

## Installation

Binary installer for the latest released version is available on the Python Package Index:

```batch
pip install wsp-tasha-toolbox
```
