wart

Wayback As Research Tool

This library is currently in development.

Developer Guide

If you are new to using nbdev here are some useful pointers to get you started.

Install wart in Development mode

# make sure wart package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to wart
$ nbdev_prepare

Usage

Installation

Install latest from the GitHub repository:

$ pip install git+https://github.com/polsci/wart.git

Documentation

Documentation can be found hosted on this GitHub repository’s pages.