Metadata-Version: 2.1
Name: celiagg
Version: 2.1.2
Summary: Anti-Grain Geometry for Python 3 with Cython
Home-page: https://github.com/celiagg/celiagg
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
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 :: 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
Description-Content-Type: text/x-rst

celiagg
=======

.. image:: https://img.shields.io/pypi/v/celiagg.svg
  :target: https://pypi.python.org/pypi/celiagg
  :alt: PyPI

.. image:: https://github.com/celiagg/celiagg/workflows/Test/badge.svg
   :target: https://github.com/celiagg/celiagg/actions?query=workflow%3A%22Test%22
   :alt: 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).


