Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ndejong committed Nov 11, 2023
1 parent a56974b commit 00125d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ as (seems) Pythonly possible.
## Features

- Only download hash-prefix content blocks when the hash-prefix block content has changed (via content ETAG values).
- Running a `download` on an existing `--data-path` only downloads the new hash-prefix content objects.
- Start, stop and re-start the data-collection process without loss of data already collected.
- Ability to query clear text values and return results from the pwned password data set.
- Generate a single text file with pwned password hash values in-order, similar to [PwnedPasswordsDownloader](https://github.com/HaveIBeenPwned/PwnedPasswordsDownloader) from the HIBP team.
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ classifiers = [
keywords = ["hibp-downloader", "hibp", "haveibeenpwned", "haveibeenpwned-downloader", "sha1", "ntlm"]

[tool.poetry.urls]
Documentation = "https://hibp-downloader.readthedocs.io/en/latest/"
Homepage = "https://github.com/threatpatrols/hibp-downloader"
Repository = "https://github.com/threatpatrols/hibp-downloader"
"Bug Tracker" = "https://github.com/threatpatrols/hibp-downloader/issues"
Documentation = "https://github.com/threatpatrols/hibp-downloader"
Homepage = "https://gitlab.com/threatpatrols/hibp-downloader"
Repository = "https://gitlab.com/threatpatrols/hibp-downloader"

[tool.poetry.scripts]
hibp-downloader = "hibp_downloader.main:entrypoint"
Expand Down

0 comments on commit 00125d6

Please sign in to comment.