Metadata-Version: 2.1
Name: Thumbalizr
Version: 1.0.0
Summary: Client to interact with Thumbalizr
Home-page: https://github.com/juliensobrier/thumbalizr-python
Author: Julien Sobrier
Author-email: julien@sobrier.net
License: Apache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Requires-Dist: hashlib
Requires-Dist: requests

Thumbalizr version 1.0.0
================================

Thumbalizr (https://thumbalizr.com/) is a web service to create website screenshots.

Thumbalizr (https://thumbalizr.com/) is a web service to easily embed live screenshots of any URL in your website. Thumbalizr has full support for Flash, JavaScript, CSS, & HTML5.

You can install the library from PyPI: https://pypi.python.org/pypi/Thumbalizr

The source code can be found on github at https://github.com/juliensobrier/thumbalizr-python



INSTALLATION

    python setup.py install


DEPENDENCIES

The following python packages are required to run thumbalizr

    hashlib
    requests


To use Thumbalizr with a Django website, check out https://github.com/juliensobrier/thumbalizr-django

