-
Notifications
You must be signed in to change notification settings - Fork 34
Home
Akash Mahanty edited this page Jan 4, 2021
·
35 revisions
waybackpy is an open-source python package & command-line tool that interfaces with the Internet Archive's Wayback Machine API.
waybackpy can be used as a python library and a CLI application. Choose one of the following pages based on your requirements.
To cite waybackpy visit https://doi.org/10.5281/zenodo.3977276.
To run tests locally:
- Install or update the testing/coverage tools
pip install codecov pytest pytest-cov -U
- Inside the repository run the following commands
pytest --cov=waybackpy tests/
- To report coverage run
bash <(curl -s https://codecov.io/bash) -t SECRET_CODECOV_TOKEN
You can find the tests here.
-
Increment version.
-
Build package
python setup.py sdist bdist_wheel
. -
Sign & upload the package
twine upload -s dist/*
.
waybackpy is released under the MIT License.