quicfire-tools is a Python package that provides a convenient interface for programmatically creating and managing QUIC-Fire input file decks and processing QUIC-Fire output files into standard Python array data structures.
The goals of quicfire-tools are to:
- Make it easy to write Python code to work with QUIC-Fire input and output files.
- Unify code, scripts, and workflows across the QUIC-Fire ecosystem into a single package to support the development of new QUIC-Fire tools and applications.
- Provide a platform for collaboration among QUIC-Fire developers and users.
quicfire-tools can be installed using pip
or conda
.
pip install quicfire-tools
Conda support is coming soon!
If you encounter any issues with the quicfire-tools package, please submit an issue on the quicfire-tools GitHub repository issues page.