Metadata-Version: 2.0
Name: imagefactory
Version: 0.1.0
Summary: Python package for creating test images.
Home-page: https://github.com/jaantollander/imagefactory
Author: Jaan Tollander de Balsch
Author-email: jaan.tollander@gmail.com
License: MIT license
Keywords: imagefactory
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: Pillow
Requires-Dist: click
Provides-Extra: SVG
Requires-Dist: svgwrite; extra == 'SVG'

ImageFactory
============

.. image:: https://img.shields.io/pypi/v/imagefactory.svg
   :target: https://pypi.python.org/pypi/imagefactory

.. image:: https://img.shields.io/travis/jaantollander/imagefactory.svg
   :target: https://travis-ci.org/jaantollander/imagefactory

.. image:: https://readthedocs.org/projects/imagefactory/badge/?version=latest
   :target: https://imagefactory.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://pyup.io/repos/github/jaantollander/imagefactory/shield.svg
   :target: https://pyup.io/repos/github/jaantollander/imagefactory/
   :alt: Updates


Python package for creating test images. Test images can be created as in
memory images or saved in to the filesystem. Package is released under MIT
license.

Checkout the documentation for installation, examples and API.

https://jaantollander.github.io/imagefactory/


=======
History
=======

0.1.0 (2017-01-09)
------------------

* First release on PyPI.


