Metadata-Version: 2.4
Name: populationsim
Version: 0.10.0
Summary: Population Synthesis (for ActivitySim)
Author-email: Ben Stabler <ben.stabler@rsginc.com>
Requires-Python: <3.13,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: ortools>=5.1.4045
Requires-Dist: pyinstrument>=5.0.1
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: psutil>=7.0.0
Requires-Dist: pandas>=2.2
Requires-Dist: numpy<2,>=1.16.1
Requires-Dist: tables>=3.9
Requires-Dist: orca>=1.8
Requires-Dist: blosc2>=2.5.1
Requires-Dist: cvxpy[glpk]>=1.6.5
Requires-Dist: numba>=0.60.0
Requires-Dist: pyarrow>=20.0.0
Dynamic: license-file

PopulationSim
=============

[![Build Status](https://travis-ci.org/activitysim/populationsim.svg?branch=master)](https://travis-ci.org/ActivitySim/populationsim) [![Coverage Status](https://coveralls.io/repos/ActivitySim/populationsim/badge.png?branch=master)](https://coveralls.io/r/ActivitySim/populationsim?branch=master)<a href="https://medium.com/zephyrfoundation/populationsim-the-synthetic-commons-670e17383048"><img src="https://github.com/ZephyrTransport/zephyr-website/blob/gh-pages/img/badging/project_pages/populationsim/PopulationSim.png" width="72.6" height="19.8"></a>


PopulationSim is an open platform for population synthesis.  It emerged
from Oregon DOT's desire to build a shared, open, platform that could be
easily adapted for statewide, regional, and urban transportation planning
needs.  PopulationSim is implemented in the
[ActivitySim](https://github.com/activitysim/activitysim) framework.

## Command-Line Interface

PopulationSim can be run directly from the command line:

```bash
populationsim -c /path/to/configs -d /path/to/data -o /path/to/output
```

See the [examples directory](examples/) for more information on using the command-line interface.

## Documentation

https://activitysim.github.io/populationsim/
