freelance-project-34-market.../python
LLM b67a40936b [+] add sqlite cache and archive sync for archlinux package
1. add cache_db.py: sqlite3 ORM with pydantic row models, typed streaming;
  2. add archive.py: archive sync logic, list-dates, list-packages, show-versions cli;
  3. cache_db stores snapshots, packages, relations, local_packages, signatures;
  4. archive.py delegates cli subparser to archive.main(), keeps cli.py thin;
  5. sync downloads .db files per date, parses into sqlite, skips unchanged;
  6. supports date ranges with configurable step;
2026-04-03 16:45:34 +00:00
..
online/fxreader/pr34 [+] add sqlite cache and archive sync for archlinux package 2026-04-03 16:45:34 +00:00
_m.py [+] reformat with ruff 2025-05-20 11:03:00 +03:00
.mypy.ini [+] add .whl release 2025-05-15 13:34:55 +03:00
cli.py [+] fix python 3.10 compatibility 2025-05-20 14:00:09 +03:00
m.py [+] reformat with ruff 2025-05-20 11:03:00 +03:00
meson_options.txt [+] update module_switch 2025-05-09 14:35:27 +03:00
meson.build [+] rename version before merging 2025-07-01 16:29:29 +03:00
pyproject.toml [+] fix python 3.10 compatibility 2025-05-20 14:00:09 +03:00
requirements.txt [+] fix python 3.10 compatibility 2025-05-20 14:00:09 +03:00