Skip to content

maybe add command line tools and/or installer for easier use #287

Description

@bstabler

setuptools/pip can install simple python-based command line tools with your package. The open matrix project uses a command line validator tool to validate files against the standard.

We should think about maybe creating one of these for running activitysim. We could roll the existing simulation.py script in the example folder into a tool that you can call to run the model.

asim_run_model --config xxxx --data xxxx --output xxxx

We could update Travis to test this as well. We could also create a tool to copy the example setup (from the pip install location) to a user controlled location like the working directory, which would help with getting/distributing the example. Currently users either get the example data from the pip install location or clone the GitHub repo.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions