Metadata-Version: 2.0
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
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
Requires-Dist: django (!=1.10.*,!=1.9.*,<=2.1,>=1.8)
Requires-Dist: pillow (~=5.0)
Requires-Dist: python-dateutil (~=2.6)
Requires-Dist: selenium (~=3.9)
Requires-Dist: sorl-thumbnail (~=12.4)
Provides-Extra: tests
Requires-Dist: coverage (~=4.5); extra == 'tests'
Requires-Dist: freezegun (~=0.3); extra == 'tests'
Requires-Dist: mock (~=2.0); extra == 'tests'
Requires-Dist: pytz; extra == 'tests'

==============
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


