Metadata-Version: 1.0
Name: hello-memoryview
Version: 0.1.0
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/source/h/hello-memoryview/hello-memoryview-0.1.0.tar.gz
Description: About hello-memoryview
        ======================
        
        This is an example usage of the new-style buffer API
        available in Python 2.6.
        
        
        Requirements
        ============
        
        * Linux
        * Python_ 2.6+
        * numpy_
        * argparse_ (required for Python versions 2.6, 3.0, and 3.1)
        
        
        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.
        
        .. _Python: http://www.python.org/
        .. _numpy: http://numpy.scipy.org/
        .. _argparse: http://pypi.python.org/pypi/argparse
        
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
