Metadata-Version: 2.1
Name: crocoite
Version: 1.1.1
Summary: Save website to WARC using Google Chrome.
Home-page: https://6xq.net/crocoite/
Author: Lars-Dominik Braun
Author-email: lars+crocoite@6xq.net
License: LICENSE.txt
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: warcio
Requires-Dist: html5lib (>=0.999999999)
Requires-Dist: bottom
Requires-Dist: pytz
Requires-Dist: websockets
Requires-Dist: aiohttp
Requires-Dist: PyYAML
Requires-Dist: yarl
Requires-Dist: multidict
Provides-Extra: manhole
Requires-Dist: manhole (>=1.6) ; extra == 'manhole'

crocoite
========

.. code:: bash

    pip install crocoite pywb
    crocoite http://example.com/ example.com.warc.gz
    wb-manager init test && wb-manager add test example.com.warc.gz
    wayback &
    $BROWSER http://localhost:8080

See documentation_ for more information.

.. _documentation: https://6xq.net/crocoite/



