forgot to commit easy.py, add pywb.py with support for pywb rethinkdb index, and make brozzler-easy also run pywb

This commit is contained in:
Noah Levitt 2016-07-06 14:52:00 -05:00
parent 3b252002b7
commit be58fb46f7
4 changed files with 390 additions and 3 deletions

View file

@ -21,7 +21,7 @@ import setuptools
setuptools.setup(
name='brozzler',
version='1.1b3.dev47',
version='1.1b3.dev48',
description='Distributed web crawling with browsers',
url='https://github.com/internetarchive/brozzler',
author='Noah Levitt',