Metadata-Version: 1.0
Name: hello-memoryview
Version: 0.0.1
Summary: an example usage of the new style buffer API
Home-page: http://github.com/argriffing/hello-memoryview
Author: Alex Griffing
Author-email: argriffi@ncsu.edu
License: MIT
Download-URL: http://pypi.python.org/packages/sourceh/hello-memoryviewhello-memoryview-0.0.1.tar.gz
Description: About hello-memoryview
        ======================
        
        This is an example usage of the new-style buffer API
        available in Python 2.6.
        
        
        Requirements
        ============
        
        Python 2.6+ and the numpy package.
        
        
        Usage
        =====
        
        To run the demo using the slow python code::
        
            $ hello-memoryview
        
        To run the demo using the faster C extension::
        
            $ hello-memoryview --fast
        
        To advance the state by one step press 'n'.
        To advance the state by multiple steps press '<k>n'
        where <k> is some number, possibly with multiple digits.
        For example, typing '99n' will advance the state by 99 steps.
        To quit, press any key that is not 'n' and is not a digit.
        
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console :: Curses
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: C
Classifier: Topic :: Artistic Software
