Metadata-Version: 1.2
Name: stylo
Version: 0.2.2
Summary: Using a blend of Python and Maths for the creation of images
Home-page: UNKNOWN
Author: Alex, Carney
Author-email: alcarneyme@gmail.com
License: MIT
Description: Stylo
        ---------
        
        .. image:: https://travis-ci.org/alcarney/stylo.svg?branch=develop
            :target: https://travis-ci.org/alcarney/stylo
        
        .. image:: https://readthedocs.org/projects/stylo/badge/?version=develop
            :target: http://stylo.readthedocs.io/en/develop/?badge=develop
            :alt: Documentation Status
        
        .. image:: https://coveralls.io/repos/github/alcarney/stylo/badge.svg?branch=develop
            :target: https://coveralls.io/github/alcarney/stylo?branch=develop
        
        Stylo is a library that attempts to allow users to easily describe the
        contents of an image using a blend of Python and Mathematics. It also provides
        tools that allow for easy parameterisation of the contents of an image opening
        up the possibilities for the creation of animations.
        
        One of the design goals is to minimise the amount of code needed from the user
        to achieve the desired result.
        
        Requirements
        ------------
        
        This framework is Python 3 only, and has the following dependencies:
        
        - Numpy
        - Scipy
        - Pillow
        - Matplotlib
        
        
        Installation
        ------------
        
        Stylo is available on PyPi and can easily be installed using Pip:
        
        .. code::
        
            $ pip install stylo
        
        Alternatively you can grab the latest source code using Git:
        
        .. code::
        
            $ git clone https://github.com/alcarney/stylo
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Multimedia :: Graphics
Requires-Python: >=3.0
