[console_scripts]
pddd = python_ddd_framework.cli:main

[python_ddd_framework.modules]
auditing = python_ddd_framework.auditing.sqlalchemy.module:SqlAlchemyAuditingModule
background_jobs = python_ddd_framework.background_jobs.pgqueuer.module:PgQueuerBackgroundJobsModule
identity = python_ddd_framework.identity.sqlalchemy.module:SqlAlchemyIdentityModule
settings = python_ddd_framework.settings.sqlalchemy.module:SqlAlchemyRuntimeSettingsModule

