The bibscrap package provides semi-automated tools for systematic literature reviews.
- Python 3.8+
To install Bibscrap, use one of the commands below:
Package Manager | Install Command |
---|---|
pip |
pip install --pre bibscrap |
pipenv |
pipenv install --pre bibscrap |
poetry |
poetry add --allow-prerelease bibscrap |
Documentation is available online at https://bibscrap.readthedocs.io/ and in the
docs
directory.
To download the development version of bibscrap and install its dependencies into a virtual environment, follow the instructions provided below:
$ git clone https://github.com/cotterell/bibscrap.git $ cd bibscrap $ poetry install -E devtools -E docs
To activate the virtual environment, use the following command:
$ poetry shell
If you are part of the bibscrap development team, then you should also install the pre-commit hooks once your virtual environment is activated. You only need to do this once. Here is the command:
$ pre-commit install
Contributor | GitHub | Role |
---|---|---|
Aidan Killer | @aikill | Developer |
Jack Solomon | @jbs26156 | Developer |
Matthew Pooser | @mpooser | Developer |
Michael E. Cotterell | @mepcotterell | Maintainer |
Mitchell Casleton | @MitchellCasleton | Developer |
My Nguyen | @mynguyen0628 | Developer |