Skip to content

Commit

Permalink
add state management to the dumper to ease resumption
Browse files Browse the repository at this point in the history
state can be serialized to disk and used to skip already handled
features
  • Loading branch information
ramSeraph committed Jan 12, 2024
1 parent 70fbe02 commit 15c54df
Show file tree
Hide file tree
Showing 7 changed files with 894 additions and 235 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
requests = "*"
jsonschema = "*"
esridump = {editable = true, path = "."}

[dev-packages]
Expand Down
230 changes: 173 additions & 57 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15c54df

Please sign in to comment.