Metadata-Version: 1.1
Name: pyfilm
Version: 0.2.3
Summary: Easily create 1D and 2D films of NumPy arrays.
Home-page: https://github.com/ferdinandvwyk/pyfilm.git
Author: Ferdinand van Wyk
Author-email: ferdinandvwyk@gmail.com
License: GNU
Description: PyFilm is a package which enables the quick creation of animations of NumPy arrays. It does this by writing each time step as a separate image and using either ffmpeg or avconv to stitch the images together into an animation. The package is designed to be very easy to use, and allow animations to be created with a single line.
Keywords: film,video,animation,numpy,ffmpeg,avconv
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Multimedia :: Video
