Skip to content

mrc-ide/outpack-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

outpack

PyPI - Version PyPI - Python Version


Table of Contents

Installation

pip install outpack

Development

Useful hatch commands:

hatch shell
hatch run test
hatch run cov
hatch run lint:style
hatch run lint:fmt

Modifying the parser

The outpack query parser is implemented in Rust as part of the outpack_server repository. When developing new features in the query parser, they can be tested out in your development environment of outpack-py by installing the parser from your local checkout:

hatch run pip install /path/to/outpack_server

License

outpack is distributed under the terms of the MIT license.