Metadata-Version: 1.1
Name: hitchexamplefiles
Version: 0.1.1
Summary: Example jpeg, pdf and png files which can be used for testing.
Home-page: http://hitchdev.com/hitchexamplefiles
Author: Colm O'Connor
Author-email: colm.oconnor.github@gmail.com
License: MIT
Description: HitchExampleFiles
        =================
        
        A group of example files which can be used for testing - a big jpeg, small jpeg, pdf and png.
        
        Uses path.py, so you can use path.py API to do anything with the files.
        
        E.g.
        
        .. code:: python
        
          import hitchexamplefiles
          from path import Path
        
          >>> hitchexamplefiles.jpeg_large.copy(Path("/path/to/your/jpegname.jpeg"))
          >>> hitchexamplefiles.jpeg_small.copy(Path("/path/to/your/jpegname.jpeg"))
          >>> hitchexamplefiles.pdf_one_page.copy(Path("/path/to/your/pdf_one_page.pdf"))
          >>> hitchexamplefiles.png_large.copy(Path("/path/to/your/png_large.png"))
        
Keywords: pdf jpeg png test
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Software Development :: Libraries
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
