The lib modules are responsible for standard routines of different kinds.
The lib module does not have any internal dependencies (i.e. it only depends on external libraries), and is intended to be portable to other projects.
Allows for various tricks with configuration files in pure python
.. automodule:: lib.conf_utils :members: :undoc-members: :show-inheritance:
Handles the abstraction of various filter implementations
.. automodule:: lib.digital_filters :members: :undoc-members: :show-inheritance:
Implements abstraction over hexagonal grids for various cellular scenarios
.. automodule:: lib.hexgrid :members: :undoc-members: :show-inheritance:
.. automodule:: lib :members: :undoc-members: :show-inheritance: