heritrix3

A internetarchive/heritrix3 python REST API client.


Keywords
heritrix, api
License
MIT
Install
pip install heritrix3==0.4.1

Documentation

Overview

docs Documentation Status
tests

Coverage Status Coverage Status
package

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