Metadata-Version: 1.1
Name: xnd
Version: 0.2.0dev3
Summary: General container that maps a wide range of Python values directly to memory.
Home-page: https://github.com/plures/xnd
Author: Stefan Krah
Author-email: skrah@bytereef.org
License: BSD License
Description: 
        Overview
        --------
        
        The ``xnd`` module implements a container type that maps most Python values
        relevant for scientific computing directly to typed memory.
        
        Whenever possible, a single, pointer-free memory block is used.
        
        ``xnd`` supports ragged arrays, categorical types, indexing, slicing, aligned
        memory blocks and type inference.
        
        Operations like indexing and slicing return zero-copy typed views on the data.
        
        Importing PEP-3118 buffers is supported.
        
        Links
        -----
        
        * https://github.com/plures/
        * http://ndtypes.readthedocs.io/en/latest/
        * http://xnd.readthedocs.io/en/latest/
        
        
Keywords: xnd,array computing,container,memory blocks
Platform: Many
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development
