Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

course-db

CLI util for managing the database of the course (aka all the Google Sheets)

my_app/
├── cli/          # Entry points — argument parsing, command definitions (Click/Typer)
├── services/     # Business logic — what the commands actually do
├── models/       # Data models/schemas (Pydantic, dataclasses)
├── repository/   # Data access — reading/writing files, DB, APIs
└── utils/        # Shared helpers

About

CLI util for managing the database of the course (aka all the Google Sheets)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages