Metadata-Version: 1.1
Name: ndtypes
Version: 0.2.0dev3
Summary: Dynamic types for data description and in-memory computations.
Home-page: https://github.com/plures/ndtypes
Author: Stefan Krah
Author-email: skrah@bytereef.org
License: BSD License
Description: 
        Overview
        --------
        
        The ``ndtypes`` module is the Python interface to the ``libndtypes`` library.
        ``libndtypes`` implements dynamic types relevant for scientific computing.
        
        These types contain full memory layout information and are used both for type
        checking and  accessing values in memory.
        
        Types are specified using a close variant of the datashape language.
        
        ``ndtypes`` supports other container modules.  It displays types, performs
        type checking, and the concrete type layout information is used to traverse
        memory.
        
        As an example, ``xnd`` is a container module that is based on ``ndtypes``.
        
        Links
        -----
        
        * https://github.com/plures/
        * http://ndtypes.readthedocs.io/en/latest/
        * http://xnd.readthedocs.io/en/latest/
        
Keywords: ndtypes,array computing,data description
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
