File: control

package info (click to toggle)
python-awkward 2.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 35,360 kB
  • sloc: python: 187,941; cpp: 33,672; sh: 432; ansic: 256; makefile: 21; javascript: 8
file content (45 lines) | stat: -rw-r--r-- 1,333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Source: python-awkward
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders:
 Aryan Karamtoth <spaciouscoder78@disroot.org>,
Section: python
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 cmake,
 libpython3-all-dev,
 nox (>= 2025.2.09~),
 pybind11-dev,
 pybuild-plugin-pyproject,
 python-is-python3,
 python3-all,
 python3-fsspec,
 python3-hatch-fancy-pypi-readme,
 python3-hatchling,
 python3-numpy,
 python3-pyproject-metadata,
 python3-pytest,
 python3-scikit-build-core,
 python3-setuptools,
 python3-typing-extensions,
 python3-yaml,
 rapidjson-dev,
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/med-team/python-awkward
Vcs-Git: https://salsa.debian.org/med-team/python-awkward.git
Homepage: https://github.com/scikit-hep/awkward

Package: python3-awkward
Architecture: any
Depends:
 ${misc:Depends},
 ${python3:Depends},
 ${shlibs:Depends},
Description: manipulate JSON-like data with NumPy-like idioms
 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.