Metadata-Version: 1.1
Name: pymedia2-pyrana
Version: 0.4.1
Summary: Package for simple manipulation of multimedia files
Home-page: http://bitbucket.org/mojaves/pyrana
Author: Francesco Romani
Author-email: fromani@gmail.com
License: zlib
Download-URL: http://bitbucket.org/mojaves/pyrana
Description: Pyrana is a pure-python package which provides easy, pythonic and
        powerful handling of multimedia files.
        
        -  easy: pyrana does not submerge you with tons of options and details,
           but is filled with sane defaults. pyrana aims to be multimedia
           processing what
           `requests <http://docs.python-requests.org/en/latest/>`_ is for http.
        
        -  pythonic: pyrana wants to play nice and work well with the other
           well-established relevant python packages:
           `Pillow <https://pypi.python.org/pypi/Pillow>`_,
           `pygame <http://pygame.org>`_,
           `PySDL2 <http://pysdl2.readthedocs.org/en/latest/>`_.
           `numpy <http://www.numpy.org/>`_ compatibility is coming soon.
        
        -  powerful: pyrana provides an independent API, but is built on the
           great foundations provided by the `powerful FFMpeg
           libraries <http://ffmpeg.org>`_.
        
        pyrana is a modern, pure python package which is developed for python 3
        (but python 2.7 compatibility is coming soon!) which takes great
        advantage of `CFFI <http://cffi.readthedocs.org/en/release-0.7/>`_, so
        the compatibility with `pypy <http://pypy.org>`_ is just one step away.
        
        pyrana offers a minimum 100% unit-test and documentation coverage, and
        put great emphasis on small, yet complete and workable examples. Last
        but not least, pyrana is released under the very liberal ZLIB license.
        
        More documentation about pyrana on `this series of blog
        posts <http://mojaves.github.io/category/pyrana.html>`_
        
Platform: posix
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: zlib/libpng License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Capture/Recording
Classifier: Topic :: Multimedia :: Video :: Conversion
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
