swh-lister/swh/lister/julia
Franck Bret 99bbd9d68f Stateful Julia lister
Add a state to the lister to store the ``last_seen_commit`` as a Git
commit hash.

Use Dulwich to retrieve a Git commit walker since
``last_seen_commit`` if any.
For each commit detect if it is a new package or a new package
version commit and returns its origin with commit date as
last_update.
2023-12-18 16:02:22 +01:00
..
tests Stateful Julia lister 2023-12-18 16:02:22 +01:00
__init__.py Stateful Julia lister 2023-12-18 16:02:22 +01:00
lister.py Stateful Julia lister 2023-12-18 16:02:22 +01:00
tasks.py Add Julia Lister for listing Julia Packages 2023-10-09 15:05:25 +02:00