Metadata-Version: 2.1
Name: pangocairocffi
Version: 0.7.0
Summary: CFFI-based pango-cairo bindings for Python
Home-page: https://github.com/leifgehrmann/pangocairocffi
Author: Leif Gehrmann
License: LGPL-2.1
Project-URL: Code, https://github.com/leifgehrmann/pangocairocffi
Project-URL: Issue tracker, https://github.com/leifgehrmann/pangocairocffi/issues
Keywords: pango,cairo,cffi,binding
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Text Processing :: Fonts
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

pangocairocffi
==============

.. image:: https://img.shields.io/pypi/v/pangocairocffi.svg
    :target: https://pypi.python.org/pypi/pangocairocffi
    :alt: Latest PyPi Release

.. image:: https://img.shields.io/pypi/pyversions/pangocairocffi.svg?style=flat
    :target: https://pypi.python.org/pypi/pangocairocffi
    :alt: Supported Python Versions

.. image:: https://github.com/leifgehrmann/pangocairocffi/workflows/Build/badge.svg?branch=master
    :target: https://github.com/leifgehrmann/pangocairocffi/actions

.. image:: https://readthedocs.org/projects/pangocairocffi/badge/?version=latest
    :target: https://pangocairocffi.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

.. image:: https://codecov.io/gh/leifgehrmann/pangocairocffi/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/leifgehrmann/pangocairocffi
    :alt: Code Coverage

pangocairocffi is a `CFFI`_-based set of Python bindings for the
`cairo rendering methods with pango`_. It is meant to be used in
conjunction with cairocffi_ and pangocffi_.

.. _CFFI: https://cffi.readthedocs.org/
.. _pangocffi: https://github.com/leifgehrmann/pangocffi
.. _cairocffi: https://cairocffi.readthedocs.io/en/stable/
.. _cairo rendering methods with pango: https://developer.gnome.org/pango/stable/pango-Cairo-Rendering.html
