Metadata-Version: 1.1
Name: typo-shot
Version: 0.1.1
Summary: Check your website/blog typography simple, with screenshots!
Home-page: https://github.com/flavertonrr/typo-shot
Author: Flaverton Rodrigues Rosa
Author-email: contato@flaverton.com
License: MIT
Description: # Typo Shot!
        
        [![Build Status](https://travis-ci.org/flavertonrr/typo-shot.svg)](https://travis-ci.org/flavertonrr/typo-shot)
        
        Typo is a script to take screenshot on your website/blog. A simple way to check typography, viewing the page in complete.
        
        You just need to provide a `site.json` file on your website. In the following format:
        
        ```
        {
          "pages": [
            {
              "title": "Title",
              "url": "http://url.com"
            },
            {
              "title": "Title",
              "url": "http://url.com"
            },
            ...
          ]
        }
        ```
        
        ## Reference
        
        - [Classifiers](https://pythonhosted.org/an_example_pypi_project/setuptools.html)
        
        ## License
        
        [License](LICENSE)
        
Keywords: splinter screenshot typo typography
Platform: UNKNOWN
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
