odoo-timesheets/src/timesheets
Jef Roosens 29698b1241
feat(config): add TOML config file support
- Add config.py with load_config(), find_default_config(), get_token(),
  and get_map_path()
- Auto-discover timesheets.toml in cwd; override with --config flag
- Priority: CLI flag > config file > env var / cwd default
- Add timesheets.example.toml as a committed reference template
- Add timesheets.toml to .gitignore to prevent accidental secret leakage
- Document config file format in AGENTS.md
2026-06-02 09:31:04 +02:00
..
__init__.py feat: set up modularized version of project with testing 2026-06-02 09:31:01 +02:00
cli.py feat(config): add TOML config file support 2026-06-02 09:31:04 +02:00
config.py feat(config): add TOML config file support 2026-06-02 09:31:04 +02:00
joplin.py feat(joplin): add --joplin flag to fetch weekly timesheet note from Joplin 2026-06-02 09:31:02 +02:00
output.py feat: set up modularized version of project with testing 2026-06-02 09:31:01 +02:00
parser.py feat(joplin): add --joplin flag to fetch weekly timesheet note from Joplin 2026-06-02 09:31:02 +02:00
projects.py feat: set up modularized version of project with testing 2026-06-02 09:31:01 +02:00
utils.py feat(cli): add flexible positional day argument 2026-06-02 09:31:04 +02:00