Package lib

Global Constants for the ORM. Should be immutable

Expand source code
"""
Global Constants for the ORM. Should be immutable
"""

HASH_SALT = "ohcu49zgyAOhYGNLfb33OMjx1tp2UnKSXyKuwmb8yYGktqc1IoqDPLN5lQQ1bbTqhUki0yxnBwL4"
DB_URL = 'sqlite+pysqlite:///empdat.db'
ROOT_DEFAULT_PASS = "Ineed2changemypassword!"

Sub-modules

lib.cli

The root of the command line interface for EmpDat

lib.exporter

Exporter backend

lib.layer

Layer types reside in this module

lib.model

Model base classes and traits

lib.repository

Repository types reside in this module

lib.utils

Utility methods for backend