Project structure ================= Project has four sub-folders in the root directory: #. ``src/DatabankLib`` Main project package. Contains most of the project’s logic and API. :doc:`More info on DatabankLib ` #. ``tests`` Pytest-based unit and regression tests. More :ref:`info on tests `. #. ``docs`` Documentation source files. #. ``developer`` Helper scripts and utilities for developers and CI/CD pipelines. It is not distributed with the package. .. toctree:: :maxdepth: 3 auto_gen/DatabankLib auto_gen/developer miscsrc/unittesting.rst