An open API service indexing awesome lists of open source software.

https://github.com/leifgehrmann/pangocairocffi

CFFI-based pango-cairo bindings for Python.
https://github.com/leifgehrmann/pangocairocffi

binding cairo cffi pango python

Last synced: 6 months ago
JSON representation

CFFI-based pango-cairo bindings for Python.

Awesome Lists containing this project

README

          

# pangocairocffi

[![Latest PyPi Release](https://img.shields.io/pypi/v/pangocairocffi.svg)](https://pypi.python.org/pypi/pangocairocffi)
[![Supported Python Versions](https://img.shields.io/pypi/pyversions/pangocairocffi.svg?style=flat)](https://pypi.python.org/pypi/pangocairocffi)
[![Build Status](https://github.com/leifgehrmann/pangocairocffi/actions/workflows/build.yml/badge.svg)](https://github.com/leifgehrmann/pangocairocffi/actions)
[![Documentation Status](https://readthedocs.org/projects/pangocairocffi/badge/?version=latest)](https://pangocairocffi.readthedocs.io/en/latest/?badge=latest)
[![Code Coverage](https://codecov.io/gh/leifgehrmann/pangocairocffi/branch/master/graph/badge.svg)](https://codecov.io/gh/leifgehrmann/pangocairocffi)

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://docs.gtk.org/PangoCairo/

The bindings are currently not fully implemented. Feel free to make a pull
request to contribute!

## Installation and usage

See ['Overview'] for information on how to install the necessary libraries.

See ['Python API Reference'] for additional information on all the objects.

['Overview']: https://pangocairocffi.readthedocs.io/en/latest/overview.html
['Python API Reference']: https://pangocairocffi.readthedocs.io/en/latest/modules.html

## Contributing

If you would like to contribute to this project, either by leaving feedback or
submitting a pull request, please read '[CONTRIBUTING.md]'.

[CONTRIBUTING.md]: CONTRIBUTING.md