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.
tests
Pytest-based unit and regression tests.
More 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.
- DatabankLib
- Subfolders
- Python files
- DatabankLib.analyze module
- DatabankLib.analyze_nmrpca module
- DatabankLib.core module
- DatabankLib.databankLibrary module
- DatabankLib.databankio module
- DatabankLib.databankop module
- DatabankLib.jpyroutines module
- DatabankLib.jsonEncoders module
- DatabankLib.maicos module
- DatabankLib.openmm_parser module
- DatabankLib.plottings module
- DatabankLib.quality module
- DatabankLib.utils module
- Module contents
- developer
- Project testing