Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

cssc_common

Shared building blocks for the CSSC Dashboard microservices. See the CSSC Dashboard design.

What's here

Module Purpose
github.py GitHubClient — a small, cached httpx wrapper around the GitHub REST API (auth, API-version header, Link pagination).
cache.py TTLCache — a tiny thread-safe time-to-live cache.
models.py Shared Pydantic models: Tag, MirroredImage, PromotionIssue, Cve.
config.py github_settings() — environment-driven GitHubSettings.

Install

pip install -e .

Test

pip install -e '.[test]'
pytest