Metadata-Version: 2.4
Name: aggdraw
Version: 1.4.0
Summary: High quality drawing interface for PIL.
Home-page: https://github.com/pytroll/aggdraw
Download-URL: http://www.effbot.org/downloads#aggdraw
Author: Fredrik Lundh
Author-email: fredrik@pythonware.com
License: Python (MIT style)
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Multimedia :: Graphics
Classifier: Programming Language :: Python :: Free Threading :: 1 - Unstable
Requires-Python: >=3.11
License-File: LICENSE.txt
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: download-url
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-python
Dynamic: summary

The aggdraw module implements the basic WCK 2D Drawing Interface on
top of the AGG library. This library provides high-quality drawing,
with anti-aliasing and alpha compositing, while being fully compatible
with the WCK renderer.
