CMakeLists.txt
LICENSE
MANIFEST.in
README.md
VERSION_INFO
requirements-test.txt
requirements.txt
setup.py
awkward1/__init__.py
awkward1/_util.py
awkward1/highlevel.py
awkward1.egg-info/PKG-INFO
awkward1.egg-info/SOURCES.txt
awkward1.egg-info/dependency_links.txt
awkward1.egg-info/not-zip-safe
awkward1.egg-info/requires.txt
awkward1.egg-info/top_level.txt
awkward1/_numba/__init__.py
awkward1/_numba/content.py
awkward1/_numba/cpu.py
awkward1/_numba/fillable.py
awkward1/_numba/identity.py
awkward1/_numba/iterator.py
awkward1/_numba/libawkward.py
awkward1/_numba/types.py
awkward1/_numba/util.py
awkward1/_numba/array/__init__.py
awkward1/_numba/array/emptyarray.py
awkward1/_numba/array/listarray.py
awkward1/_numba/array/listoffsetarray.py
awkward1/_numba/array/numpyarray.py
awkward1/_numba/array/recordarray.py
awkward1/_numba/array/regulararray.py
awkward1/behavior/__init__.py
awkward1/behavior/string.py
awkward1/operations/__init__.py
awkward1/operations/convert.py
awkward1/operations/describe.py
awkward1/signatures/Content_8cpp.xml
awkward1/signatures/EmptyArray_8cpp.xml
awkward1/signatures/Identity_8cpp.xml
awkward1/signatures/Index_8cpp.xml
awkward1/signatures/Iterator_8cpp.xml
awkward1/signatures/ListArray_8cpp.xml
awkward1/signatures/ListOffsetArray_8cpp.xml
awkward1/signatures/NumpyArray_8cpp.xml
awkward1/signatures/RecordArray_8cpp.xml
awkward1/signatures/Record_8cpp.xml
awkward1/signatures/RegularArray_8cpp.xml
awkward1/signatures/Slice_8cpp.xml
awkward1/signatures/cpu-kernels_2util_8cpp.xml
awkward1/signatures/getitem_8cpp.xml
awkward1/signatures/identity_8cpp.xml
awkward1/signatures/libawkward_2util_8cpp.xml
include/awkward/Content.h
include/awkward/Identity.h
include/awkward/Index.h
include/awkward/Iterator.h
include/awkward/Slice.h
include/awkward/util.h
include/awkward/array/EmptyArray.h
include/awkward/array/ListArray.h
include/awkward/array/ListOffsetArray.h
include/awkward/array/NumpyArray.h
include/awkward/array/RawArray.h
include/awkward/array/Record.h
include/awkward/array/RecordArray.h
include/awkward/array/RegularArray.h
include/awkward/cpu-kernels/getitem.h
include/awkward/cpu-kernels/identity.h
include/awkward/cpu-kernels/util.h
include/awkward/fillable/BoolFillable.h
include/awkward/fillable/Fillable.h
include/awkward/fillable/FillableArray.h
include/awkward/fillable/FillableOptions.h
include/awkward/fillable/Float64Fillable.h
include/awkward/fillable/GrowableBuffer.h
include/awkward/fillable/Int64Fillable.h
include/awkward/fillable/ListFillable.h
include/awkward/fillable/OptionFillable.h
include/awkward/fillable/RecordFillable.h
include/awkward/fillable/StringFillable.h
include/awkward/fillable/TupleFillable.h
include/awkward/fillable/UnionFillable.h
include/awkward/fillable/UnknownFillable.h
include/awkward/io/json.h
include/awkward/io/root.h
include/awkward/type/ArrayType.h
include/awkward/type/ListType.h
include/awkward/type/OptionType.h
include/awkward/type/PrimitiveType.h
include/awkward/type/RecordType.h
include/awkward/type/RegularType.h
include/awkward/type/Type.h
include/awkward/type/UnionType.h
include/awkward/type/UnknownType.h
pybind11/CMakeLists.txt
pybind11/CONTRIBUTING.md
pybind11/LICENSE
pybind11/README.md
pybind11/include/pybind11/attr.h
pybind11/include/pybind11/buffer_info.h
pybind11/include/pybind11/cast.h
pybind11/include/pybind11/chrono.h
pybind11/include/pybind11/common.h
pybind11/include/pybind11/complex.h
pybind11/include/pybind11/eigen.h
pybind11/include/pybind11/embed.h
pybind11/include/pybind11/eval.h
pybind11/include/pybind11/functional.h
pybind11/include/pybind11/iostream.h
pybind11/include/pybind11/numpy.h
pybind11/include/pybind11/operators.h
pybind11/include/pybind11/options.h
pybind11/include/pybind11/pybind11.h
pybind11/include/pybind11/pytypes.h
pybind11/include/pybind11/stl.h
pybind11/include/pybind11/stl_bind.h
pybind11/include/pybind11/detail/class.h
pybind11/include/pybind11/detail/common.h
pybind11/include/pybind11/detail/descr.h
pybind11/include/pybind11/detail/init.h
pybind11/include/pybind11/detail/internals.h
pybind11/include/pybind11/detail/typeid.h
pybind11/tools/FindCatch.cmake
pybind11/tools/FindEigen3.cmake
pybind11/tools/FindPythonLibsNew.cmake
pybind11/tools/check-style.sh
pybind11/tools/libsize.py
pybind11/tools/mkdoc.py
pybind11/tools/pybind11Config.cmake.in
pybind11/tools/pybind11Tools.cmake
pybind11/tools/clang/.git
pybind11/tools/clang/.gitignore
pybind11/tools/clang/LICENSE.TXT
pybind11/tools/clang/README.md
pybind11/tools/clang/__init__.py
pybind11/tools/clang/cindex.py
pybind11/tools/clang/enumerations.py
src/pyawkward.cpp
src/cpu-kernels/getitem.cpp
src/cpu-kernels/identity.cpp
src/cpu-kernels/util.cpp
src/libawkward/Content.cpp
src/libawkward/Identity.cpp
src/libawkward/Index.cpp
src/libawkward/Iterator.cpp
src/libawkward/Slice.cpp
src/libawkward/util.cpp
src/libawkward/array/EmptyArray.cpp
src/libawkward/array/ListArray.cpp
src/libawkward/array/ListOffsetArray.cpp
src/libawkward/array/NumpyArray.cpp
src/libawkward/array/Record.cpp
src/libawkward/array/RecordArray.cpp
src/libawkward/array/RegularArray.cpp
src/libawkward/fillable/BoolFillable.cpp
src/libawkward/fillable/Fillable.cpp
src/libawkward/fillable/FillableArray.cpp
src/libawkward/fillable/FillableOptions.cpp
src/libawkward/fillable/Float64Fillable.cpp
src/libawkward/fillable/GrowableBuffer.cpp
src/libawkward/fillable/Int64Fillable.cpp
src/libawkward/fillable/ListFillable.cpp
src/libawkward/fillable/OptionFillable.cpp
src/libawkward/fillable/RecordFillable.cpp
src/libawkward/fillable/StringFillable.cpp
src/libawkward/fillable/TupleFillable.cpp
src/libawkward/fillable/UnionFillable.cpp
src/libawkward/fillable/UnknownFillable.cpp
src/libawkward/io/json.cpp
src/libawkward/io/root.cpp
src/libawkward/type/ArrayType.cpp
src/libawkward/type/ListType.cpp
src/libawkward/type/OptionType.cpp
src/libawkward/type/PrimitiveType.cpp
src/libawkward/type/RecordType.cpp
src/libawkward/type/RegularType.cpp
src/libawkward/type/Type.cpp
src/libawkward/type/UnionType.cpp
src/libawkward/type/UnknownType.cpp
tests/__init__.py
tests/test_PR001_refcount.py
tests/test_PR002_minimal_listarray.py
tests/test_PR003_minimal_numba_listarray.py
tests/test_PR004_design_surrogate_key.py
tests/test_PR005_surrogate_key_in_numba.py
tests/test_PR006_deep_iteration.py
tests/test_PR008_slices_and_getitem.py
tests/test_PR009_identity_and_getitem.py
tests/test_PR011_listarray.py
tests/test_PR012_listarray_in_numba.py
tests/test_PR013_error_handling_struct.py
tests/test_PR014_finish_up_getitem.py
tests/test_PR015_finish_up_getitem_in_numba.py
tests/test_PR016_finish_getitem_for_rawarray.cpp
tests/test_PR018_fromiter_fillable.py
tests/test_PR019_use_json_library.cpp
tests/test_PR019_use_json_library.py
tests/test_PR020_support_unsigned_indexes.py
tests/test_PR021_emptyarray.py
tests/test_PR022_fillablearray_in_numba.py
tests/test_PR023_regular_array.py
tests/test_PR024_use_regular_array.py
tests/test_PR025_record_array.py
tests/test_PR026_recordarray_in_numba.py
tests/test_PR028_add_dressed_types.py
tests/test_PR030_recordarray_in_numba.cpp
tests/test_PR031_types_in_numba.py
tests/test_PR032_replace_dressedtype.py
tests/test_PR038_emptyarray_astype.py