We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Might make more sense to integrate it into py-wacz, which has cdxj-indexer as a dependency.
e.g. follow how py-wacz validation works to go through the indexes (https://specs.webrecorder.net/wacz/1.1.1/#indexes and grab the zip offsets from the file to work out the whole-file offsets (https://stackoverflow.com/questions/44799018/how-to-get-offset-values-of-all-files-or-given-filename-in-a-zipfile-using-pyt).
Unit tests can go like: https://github.com/webrecorder/py-wacz/blob/47b3eefbaa8f70d839a048cc3d36d7014de06c2c/tests/test_validate_wacz.py
Validation of the approach should include indexing POST requests in OutbackCDX, see nla/outbackcdx#106 (comment)
The text was updated successfully, but these errors were encountered:
Basic initial implementation now at webrecorder/py-wacz#38
Sorry, something went wrong.
No branches or pull requests
Might make more sense to integrate it into py-wacz, which has cdxj-indexer as a dependency.
e.g. follow how py-wacz validation works to go through the indexes (https://specs.webrecorder.net/wacz/1.1.1/#indexes and grab the zip offsets from the file to work out the whole-file offsets (https://stackoverflow.com/questions/44799018/how-to-get-offset-values-of-all-files-or-given-filename-in-a-zipfile-using-pyt).
Unit tests can go like: https://github.com/webrecorder/py-wacz/blob/47b3eefbaa8f70d839a048cc3d36d7014de06c2c/tests/test_validate_wacz.py
Validation of the approach should include indexing POST requests in OutbackCDX, see nla/outbackcdx#106 (comment)
The text was updated successfully, but these errors were encountered: