Metadata-Version: 2.1
Name: FireDeamon
Version: 0.1
Summary: Misc routines for the ManipulateAggregates package
Home-page: https://github.com/razziel89/libFireDeamon
Author: Torsten Sachse
License: UNKNOWN
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.
        
        # DOWNLOAD
        
        You can get libFireDeamon easily if you have `git` installed by executing
        
        > git clone git://github.com/razziel89/libfiredeamon.git
        
        In the future, the package will be made available via `pip`.
        Please check the more extensive online documentation for more details.
        
        # 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!
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3 :: Only
Description-Content-Type: text/markdown
