Metadata-Version: 1.2
Name: arraycontext
Version: 2021.1
Summary: Choose your favorite numpy-workalike
Home-page: https://documen.tician.de/arraycontext
Author: Andreas Kloeckner
Author-email: inform@tiker.net
License: MIT
Description: arraycontext: Choose your favorite ``numpy``-workalike
        ======================================================
        
        .. image:: https://gitlab.tiker.net/inducer/arraycontext/badges/main/pipeline.svg
            :alt: Gitlab Build Status
            :target: https://gitlab.tiker.net/inducer/arraycontext/commits/main
        .. image:: https://github.com/inducer/arraycontext/workflows/CI/badge.svg
            :alt: Github Build Status
            :target: https://github.com/inducer/arraycontext/actions?query=branch%3Amain+workflow%3ACI
        .. image:: https://badge.fury.io/py/arraycontext.png
            :alt: Python Package Index Release Page
            :target: https://pypi.org/project/arraycontext/
        
        GPU arrays? Deferred-evaluation arrays? Just plain ``numpy`` arrays? You'd like your
        code to work with all of them? No problem! Comes with pre-made array context
        implementations for:
        
        - numpy
        - `PyOpenCL <https://documen.tician.de/pyopencl/array.html>`__
        - `Pytato <https://documen.tician.de/pytato>`__ (for lazy/deferred evaluation)
        - Debugging
        - Profiling
        
        ``arraycontext`` started life as an array abstraction for use with the
        `meshmode <https://documen.tician.de/meshmode/>`__ unstrucuted discretization
        package.
        
        Distributed under the MIT license.
        
        Links
        -----
        
        * `Source code on Github <https://github.com/inducer/arraycontext>`_
        * `Documentation <https://documen.tician.de/arraycontext>`_
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Other Audience
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: ~=3.6
