Python program to automate exporting my Markdown timesheets to Odoo
- Add subparsers for 'summary' and 'csv' replacing the --summary flag - Extract _add_shared_args(), _resolve_date(), _resolve_rows(), and _resolve_project_map() as shared helpers used by both subcommands - Both subcommands support -o/--output to write to a file instead of stdout - Update AGENTS.md with new subcommand usage examples |
||
|---|---|---|
| src/timesheets | ||
| tests | ||
| .coverage | ||
| .gitignore | ||
| .python-version | ||
| AGENTS.md | ||
| project_map.json | ||
| pyproject.toml | ||
| README.md | ||
| timesheets.example.toml | ||
| uv.lock | ||