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
Description: 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/
        
        
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
Provides-Extra: manhole
