Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 720 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 720 Bytes

py_core

Python Core Architecture

  • py_core is our core python submodule containing primary DB access modules and internal class models.
  • Our core packages:

File Structure & Conventions

Pydantic Internal Class Models

  • All pydantic class modules such as Course, Meeting, ExtendedMeeting are found in the /classes/ directory.
  • Class modules are named using the following convention:
    • <snake_case_of_class_name_here>_class.py