Metadata-Version: 1.1
Name: celiagg
Version: 1.0.3
Summary: Anti-Grain Geometry for Python (2 & 3) with Cython
Home-page: https://github.com/celiagg/celiagg
Author: UNKNOWN
Author-email: UNKNOWN
License: MIT
Description: celiagg
        =======
        
        .. image:: https://img.shields.io/pypi/v/celiagg.svg
          :target: https://pypi.python.org/pypi/celiagg
          :alt: PyPI
        
        .. image:: https://travis-ci.org/celiagg/celiagg.svg?branch=master
           :target: https://travis-ci.org/celiagg/celiagg
           :alt: Build status
        
        .. image:: https://ci.appveyor.com/api/projects/status/1d7wb65intsxrn90
           :target: https://ci.appveyor.com/project/jwiggins/celiagg
           :alt: Appveyor Build status
        
        celiagg provides a simple, stateless canvas object that uses
        Anti-Grain Geometry 2.4 <svn://svn.code.sf.net/p/agg/svn> with Cython to
        render directly into a Numpy array.
        
        A respectably modern C++ compiler is required to build celiagg
        
        `Documentation! <https://celiagg.github.io/celiagg/>`_
        
        Installation
        ------------
        
        ``pip install celiagg`` should do the trick.
        
        Building from source with the Freetype font library on macOS requires
        the `pkg-config` tool which can be installed via Homebrew, MacPorts, or
        other macOS package management systems.
        
        Dependencies
        ------------
        
        * Numpy
        * Cython (build-time only)
        * Freetype2 (optional)
        
        Contributing
        ------------
        
        We encourage contributions to celiagg!  If you would like to contribute, just
        fork the repository on GitHub, make your changes, and issue a pull request.
        
        History
        -------
        
        celiagg started as pyagg (https://github.com/erikhvatum/pyagg) but was renamed
        to avoid clashing with PyAgg (https://github.com/karimbahgat/PyAgg).
        
        celiagg is a play on Celiac (Anti grain...) and AGG (Anti-Grain Geometry).
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Requires: numpy
Requires: freetype
