Metadata-Version: 1.2
Name: django-thummer
Version: 3.0.dev1
Summary: A website screenshot and thumbnailing app for Django.
Home-page: https://github.com/mattaustin/django-thummer
Author: Matt Austin
Author-email: devops@mattaustin.com.au
License: Apache 2.0
Description-Content-Type: UNKNOWN
Description: ==============
        django-thummer
        ==============
        
        .. image:: https://travis-ci.org/mattaustin/django-thummer.svg
          :target: https://travis-ci.org/mattaustin/django-thummer
          :alt: Build status
        
        .. image:: https://codecov.io/github/mattaustin/django-thummer/coverage.svg
          :target: https://codecov.io/github/mattaustin/django-thummer
          :alt: Code coverage status
        
        .. image:: https://readthedocs.org/projects/django-thummer/badge/?version=latest
          :target: http://django-thummer.readthedocs.io/en/latest/?badge=latest
          :alt: Documentation status
        
        A website snapshot and thumbnailing app for
        `Django <http://www.djangoproject.com/>`_. Uses firefox, selenium, celery, and
        sorl-thumbnail.
        
        
        Getting Started
        ===============
        Documentation is hosted online at: https://django-thummer.readthedocs.io/
        
        
        Development
        =============
        Git repository and issue tracking: https://github.com/mattaustin/django-thummer
        
Keywords: thummer django website snapshot screenshot thumbnail
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Multimedia :: Graphics :: Capture
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
