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.
- Host: GitHub
- URL: https://github.com/leifgehrmann/pangocairocffi
- Owner: leifgehrmann
- License: lgpl-2.1
- Created: 2019-02-23T22:21:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-22T16:30:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-24T03:23:26.747Z (over 1 year ago)
- Topics: binding, cairo, cffi, pango, python
- Language: Python
- Homepage: https://pangocairocffi.readthedocs.io
- Size: 338 KB
- Stars: 16
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pangocairocffi
[](https://pypi.python.org/pypi/pangocairocffi)
[](https://pypi.python.org/pypi/pangocairocffi)
[](https://github.com/leifgehrmann/pangocairocffi/actions)
[](https://pangocairocffi.readthedocs.io/en/latest/?badge=latest)
[](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