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

Python core class structure and related logic

License

Notifications You must be signed in to change notification settings

EZCampusDevs/py_core

Repository files navigation

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

About

Python core class structure and related logic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published