Misc routines for the ManipulateAggregates package
Project description
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:
- Python code: black (the uncompromising Python code formatter) https://github.com/psf/black
- C++ code: clang-format https://clang.llvm.org/docs/ClangFormat.html with the
options
--style="{BasedOnStyle: llvm, ColumnLimit: 100, BinPackArguments: false}"
Please make sure to auto-format your pull request with those options. Furthermore, please document any code you add. Happy contributing!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.