New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

celiagg

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

celiagg

Anti-Grain Geometry for Python 3 with Cython

  • 2.1.6
  • PyPI
  • Socket score

Maintainers
1

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.

To build without text support, set the CELIAGG_NO_TEXT_RENDERING environment variable while building, eg. CELIAGG_NO_TEXT_RENDERING=1 pip install celiagg

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).

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc