Metadata-Version: 2.1
Name: avif
Version: 0.3.0
Summary: Python bindings for libavif
Home-page: https://github.com/Julian/avif
Author: Julian Berman
Author-email: Julian+avif@GrayVines.com
License: UNKNOWN
Project-URL: Source, https://github.com/Julian/avif
Project-URL: Issues, https://github.com/Julian/avif/issues/
Description: ========
        ``avif``
        ========
        
        |PyPI| |Pythons| |CI|
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/avif.svg
          :alt: PyPI version
          :target: https://pypi.org/project/avif/
        
        .. |Pythons| image:: https://img.shields.io/pypi/pyversions/avif.svg
          :alt: Supported Python versions
          :target: https://pypi.org/project/avif/
        
        .. |CI| image:: https://github.com/Julian/avif/workflows/CI/badge.svg
          :alt: Build status
          :target: https://github.com/Julian/avif/actions?query=workflow%3ACI
        
        
        Python bindings for `libavif <https://github.com/AOMediaCodec/libavif>`_ (via
        `CFFI <https://cffi.readthedocs.io/en/latest/>`_)
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/x-rst
