FireDeamon

Misc routines for the ManipulateAggregates package


Licenses
GPL-3.0/GPL-3.0+
Install
pip install FireDeamon==0.1.2

Documentation

GENERAL

This is a set of C++-based Python extensions for the ManipulateAggregates software package (see https://github.com/razziel89/ManipulateAggregates).

Please see the documentation for all detailed descriptions of libFireDeamon on https://razziel89.github.io/libFireDeamon/ (provided via GitHub pages). Since we lack a good tool to document both Python and C++ code, both are documented separately. Doxygen is used for C++ whereas Sphinx is used for Python. The Python docs are available at: https://razziel89.github.io/libFireDeamon/. They link to the C++ documentation.

Contributing

Contributions are very welcome! Please simply open a pull request. If you would like to make large-ish contributions, it might be prudent to first contact the maintainer to better co-ordinate those efforts.

This project uses the following auto-formatters:

Please make sure to auto-format your pull request with those options. Furthermore, please document any code you add. Happy contributing!