Artifact python3-cyarray_1.1-8_amd64

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: amd64
  Depends: python3 (<< 3.13), python3 (>= 3.12~), python3-mako, python3-numpy (>=
    1:1.25.0), python3-numpy-abi9, python3-pkg-resources, python3:any, libc6 (>= 2.14)
  Description: |-
    Fast, typed, resizable, Cython array
     The cyarray package provides a fast, typed, re-sizable, Cython array.
     .
     It currently provides the following arrays: ``IntArray, UIntArray,
     LongArray, FloatArray, DoubleArray``.
     .
     All arrays provide for the following operations:
     .
      - access by indexing.
      - access through get/set function.
      - resizing the array.
      - appending values at the end of the array.
      - reserving space for future appends.
      - access to internal data through a numpy array.
     .
     If you are writing Cython code this is a convenient array to use as it
     exposes the raw underlying pointer to the data.
     For example if you use a ``FloatArray`` and access its ``data``
     attribute it will be a ``float*``.
     .
     Each array also provides an interface to its data through a numpy
     array.
     This is done through the ``get_npy_array`` function.
     The returned numpy array can be used just like any other numpy array
     but for the following restrictions:
     .
      - the array may not be resized.
      - references of this array should not be kept.
      - slices of this array may not be made.
     .
     The numpy array may however be copied and used in any manner.
  Homepage: https://github.com/pypr/cyarray
  Installed-Size: '561'
  Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
  Package: python3-cyarray
  Priority: optional
  Section: python
  Source: cyarray
  Version: 1.1-8
srcpkg_name: cyarray
srcpkg_version: 1.1-8

File

python3-cyarray_1.1-8_amd64.deb
Binary file python3-cyarray_1.1-8_amd64.deb cannot be displayed. you can view it raw or download it instead.

binary package System mirror sid from https://deb.debian.org/debian - 2 weeks, 2 days ago 0 minutes
BETA