Last updated:
0 purchases
heritrix3 0.4.1
A internetarchive/heritrix3 python REST API client.
Free software: MIT license
Installation
pip install heritrix3
You can also install the in-development version with:
pip install https://github.com/Querela/python-heritrix3-client/archive/master.zip
Documentation
https://python-heritrix3-client.readthedocs.io/
Development
To run all the tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox
Changelog
WIP
Tests using real Heritrix? (Coverage?)
Refactoring common code fragments.
Documentation (docstrings).
0.4.0 (2021-01-11)
Reorder heritrix3.api functions.
Add log retrieval methods.
Add job state check + wait_for methods.
0.3.0 (2021-01-11)
Move into separate heritrix3.api module. Empty __init__.py.
0.2.0 (2021-01-09)
Typings.
Add file download (e.g. all WARCs).
Add report retrieval.
0.1.0 (2021-01-09)
First release on PyPI.
Initial implementation and documentation.
0.0.0 (2021-01-09)
Code skeleton using cookiecutter gh:ionelmc/cookiecutter-pylibrary
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.