Metadata-Version: 2.1
Name: awkward1
Version: 0.2.19
Summary: Development of awkward 1.0, to replace scikit-hep/awkward-array in 2020.
Home-page: https://github.com/scikit-hep/awkward-1.0
Author: Jim Pivarski
Author-email: pivarski@princeton.edu
Maintainer: Jim Pivarski
Maintainer-email: pivarski@princeton.edu
License: BSD 3-clause
Download-URL: https://github.com/scikit-hep/awkward-1.0/releases
Description: <a href="https://github.com/scikit-hep/awkward-1.0#readme"><img src="https://github.com/scikit-hep/awkward-1.0/raw/master/docs-img/logo/logo-300px.png"></a>
        
        Awkward Array is a library for **nested, variable-sized data**, including arbitrary-length lists, records, mixed types, and missing data, using **NumPy-like idioms**.
        
        Arrays are **dynamically typed**, but operations on them are **compiled and fast**. Their behavior coincides with NumPy when array dimensions are regular and generalizes when they're not.
        
        <table>
          <tr>
            <td width="33%" valign="top">
              <a href="https://awkward-array.org/how-to.html">
                <img src="https://github.com/scikit-hep/awkward-1.0/raw/master/docs-img/panel-data-analysts.png" width="268">
              </a>
              <p align="center"><b>
                <a href="https://awkward-array.org/how-to.html">
                How-to documentation<br>for data analysts
                </a>
              </b></p>
            </td>
            <td width="33%" valign="top">
              <a href="https://awkward-array.org/how-it-works.html">
                <img src="https://github.com/scikit-hep/awkward-1.0/raw/master/docs-img/panel-developers.png" width="268">
              </a>
              <p align="center"><b>
                <a href="https://awkward-array.org/how-it-works.html">
                How-it-works tutorials<br>for developers
                </a>
              </b></p>
            </td>
            <td width="33%" valign="top">
              <a href="https://awkward-array.readthedocs.io/en/latest/_static/index.html">
                <img src="https://github.com/scikit-hep/awkward-1.0/raw/master/docs-img/panel-doxygen.png" width="268">
              </a>
              <p align="center"><b>
                <a href="https://awkward-array.readthedocs.io/en/latest/_static/index.html">
                C++<br>API reference
                </a>
              </b></p>
              <a href="https://awkward-array.readthedocs.io/en/latest/index.html">
                <img src="https://github.com/scikit-hep/awkward-1.0/raw/master/docs-img/panel-sphinx.png" width="268">
              </a>
              <p align="center"><b>
                <a href="https://awkward-array.readthedocs.io/en/latest/index.html">
                Python<br>API reference
                </a>
              </b></p>
            </td>
          </tr>
        </table>
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Description-Content-Type: text/markdown
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: test
