Result for F37F3635FCACCE09490C1562213A1D7DA5E61E53

Query result

Key Value
FileNameWHEEL
FileSize103
MD5608CF14A0F3B6BE9ABD281BB560DDCDE
RDS:package_id294714
SHA-1F37F3635FCACCE09490C1562213A1D7DA5E61E53
SHA-256741889A273D6F5889CB1A0073F3A0E9DE72D20F66E96E62FB535761E225F1C43
SSDEEP3:RtEeX7MWcSlViJR4KgP+tkKcfAkds:RtBMwlVifAWK5AUs
TLSHT138B01200025086FB854B350281148F213794956FC569403CF5859110650E85417C9CF9
insert-timestamp1696445996.770856
sourcedb.sqlite
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

The searched file hash is included in 9 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize589572
MD5165F757575FEAC03095B164B101E6AE7
PackageDescriptionPython bindings for the CryptoMiniSat SAT solver (Python 3) CryptoMiniSat is a modern, multi-threaded, simplifying SAT solver. . This package provides the pycryptosat module to use CryptoMiniSat from Python 3. See https://github.com/msoos/cryptominisat#python-usage for examples.
PackageMaintainerDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython3-cryptominisat
PackageSectionpython
PackageVersion5.11.4+dfsg1-2+b1
SHA-1D99A05346ED6E95C6EB868AFB9E8CEA6B3FE2A9F
SHA-256BEEBD1251B792AACCA420C48186D230482BDB5431F7E97F6F3D821DB209782CC
Key Value
FileSize488984
MD5CF48E1DA37FDD0CE27BDF01C8F818385
PackageDescriptionPython 3 package for Galactic Dynamics Python 3 module that supports orbit integration in a variety of potentials, evaluating and sampling various distribution functions, and the calculation of action-angle coordinates for all static potentials.
PackageMaintainerDebian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
PackageNamepython3-galpy
PackageSectionpython
PackageVersion1.8.1-2+b1
SHA-1F29CEE978AE19C1FFCCB37EC2298E3FBA806D7DF
SHA-2565DB7741E596EAE2987BCC75C9FAC994A616052C80E2ECC5E25C873AA9B9B646B
Key Value
FileSize51688
MD5341B9695E3756C9859AC3DDC6079B6D8
PackageDescriptionImplements Concise Binary Object Representation (Python 3) This library provides encoding and decoding for the Concise Binary Object Representation (CBOR, RFC 7049) serialization format. . Features: * Simple API like json or pickle modules. * Support many CBOR tags with stdlib objects. * Generic tag decoding. * Shared value references including cyclic references. * Optional C module backend tested on big- and little-endian architectures. * Extensible tagged value handling using tag_hook and object_hook on decode and default on encode. * Command-line diagnostic tool, converting CBOR file or stream to JSON (This is a lossy conversion, for diagnostics only) * Thorough test suite. . This package installs the library for Python 3.
PackageMaintainerDebian Python Team <team+python@tracker.debian.org>
PackageNamepython3-cbor2
PackageSectionpython
PackageVersion5.4.6-1+b1
SHA-11A31A7A6A31C73E4F4880311D6E5AC1EC0F3FB7B
SHA-2565766D1CD9E5E4B7313ACA2AED87AA35AA87EE3D702CEEB124B8355582E832DA8
Key Value
FileSize189524
MD5667F600310914DF752DCE7723241C149
PackageDescriptionTime-handling functionality from netcdf4-python (Python 3) Python library for decoding time units and variable values in a netCDF file conforming to the Climate and Forecasting (CF) netCDF conventions. . This package contains the cftime module for Python 3.
PackageMaintainerDebian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
PackageNamepython3-cftime
PackageSectionpython
PackageVersion1.6.2-3+b1
SHA-18FCB8F687F043A4ECA920CDD6C9DC50ABB633195
SHA-25637B0E915DB17EC2ED90E97552CECBA47952AE24719DDC92C545AA33FD591AFBF
Key Value
FileNamepython3-frozenlist_1.3.3-1+b1_i386.deb
FileSize31128
MD56587A397464E4846F5D4DB0A0B891090
PackageDescriptionlist-like structure which implements collections.abc.MutableSequence `frozenlist.FrozenList` is a list-like structure which implements `collections.abc.MutableSequence`. The list is mutable until `FrozenList.freeze` is called, after which list modifications raise `RuntimeError`: . >>> from frozenlist import FrozenList >>> fl = FrozenList([17, 42]) >>> fl.append('spam') >>> fl.append('Vikings') >>> fl <FrozenList(frozen=False, [17, 42, 'spam', 'Vikings'])> >>> fl.freeze() >>> fl <FrozenList(frozen=True, [17, 42, 'spam', 'Vikings'])> >>> fl.frozen True >>> fl.append("Monty") Traceback (most recent call last): File "<stdin>", line 1, in <module> File "frozenlist/_frozenlist.pyx", line 97, in frozenlist._frozenlist.FrozenList.append self._check_frozen() File "frozenlist/_frozenlist.pyx", line 19, in frozenlist._frozenlist.FrozenList._check_frozen raise RuntimeError("Cannot modify frozen list.") RuntimeError: Cannot modify frozen list. . FrozenList is also hashable, but only when frozen. Otherwise it also throws a RuntimeError: . >>> fl = FrozenList([17, 42, 'spam']) >>> hash(fl) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "frozenlist/_frozenlist.pyx", line 111, in frozenlist._frozenlist.FrozenList.__hash__ raise RuntimeError("Cannot hash unfrozen list.") RuntimeError: Cannot hash unfrozen list. >>> fl.freeze() >>> hash(fl) 3713081631934410656 >>> dictionary = {fl: 'Vikings'} # frozen fl can be a dict key >>> dictionary {<FrozenList(frozen=True, [1, 2])>: 'Vikings'}
PackageMaintainerDebian Python Team <team+python@tracker.debian.org>
PackageNamepython3-frozenlist
PackageSectionpython
PackageVersion1.3.3-1+b1
RDS:package_id294707
SHA-11B37C3C28842C3C22A083AD1F54B184AAAFCC7AF
SHA-25606041B31355C5A3FEC758B994CA265F79BC47606047610DFBE26B51042648BD5
insert-timestamp1687506085.60847
sourcedb.sqlite
Key Value
FileNamepython3-contourpy_1.0.7-1+b1_i386.deb
FileSize184260
MD54EF104A57BEF9783B6ECE866108D8D74
PackageDescriptionPython library for calculating contours of 2D quadrilateral grids ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11. . It contains the 2005 and 2014 algorithms used in Matplotlib as well as a newer algorithm that includes more features and is available in both serial and multithreaded versions. It provides an easy way for Python libraries to use contouring algorithms without having to include Matplotlib as a dependency.
PackageMaintainerSandro Tosi <morph@debian.org>
PackageNamepython3-contourpy
PackageSectionpython
PackageVersion1.0.7-1+b1
RDS:package_id294707
SHA-1995DDF2725E2DAB234836F37B0DB971778A62769
SHA-256C8563C2DCF8C288E31E1984B7D53FC6581446ED27CAD29D0B605C3A2CBB7F232
insert-timestamp1687506087.678709
sourcedb.sqlite
Key Value
FileSize513568
MD56932E36FD030547B92A95493F6AB36CB
PackageDescriptionPython 3 API for reading/writing vector geospatial data Fiona is a Python wrapper around the OGR vector data abstraction library. Fiona is designed to be simple and dependable. It focuses on reading and writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely. . This package provides the Python 3 API
PackageMaintainerDebian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
PackageNamepython3-fiona
PackageSectionpython
PackageVersion1.9.0-1
SHA-10F329D14DA4FA729EA1C980A336A2F302A829D26
SHA-25621F9F1F92FDDE6427DB80F3675CF31FFC0248514B05115A357DB55F4316B9B6E
Key Value
FileSize161912
MD5F1DB1AF2DFB16E30FA8DBD66C353DFE9
PackageDescriptionMulti-point constraints with FEniCS-X This library contains an add-on to FEniCSx enabling the possibilities of enforce multi-point constraints. This can be used to for instance enforce slip conditions strongly, or apply periodic boundaries..
PackageMaintainerDrew Parsons <dparsons@debian.org>
PackageNamepython3-dolfinx-mpc
PackageSectionlibs
PackageVersion0.5.0.post0-2+b1
SHA-153DE9AD05C586D960F81D10673924AC2AC0742D2
SHA-256AB966881411810F6B880CD99239C2B40F1546627B6CB0054F6174E43F9194A56
Key Value
FileSize151704
MD5A1A4EA748D0013A1307F46D88F0FC892
PackageDescriptionFinite Element Basis Function Definition Runtime Library (Python 3) Computes FE basis functions and derivatives for the following elements: - Lagrange (interval, triangle, tetrahedron, prism, pyramid, quadrilateral, hexahedron) - Nédélec (triangle, tetrahedron) - Nédélec Second Kind (triangle, tetrahedron) - Raviart-Thomas (triangle, tetrahedron) - Regge (triangle, tetrahedron) - Crouzeix-Raviart (triangle, tetrahedron) . Computes quadrature rules on different cell types . Provides reference topology and geometry for reference cells of each type. . Python wrapper provided with pybind11. . This package installs the library for Python 3.
PackageMaintainerDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
PackageNamepython3-basix
PackageSectionpython
PackageVersion0.5.1-1+b2
SHA-1ED80A37368793F81F284FAAC41F3D46FB9ECB94B
SHA-256740B7A3696D5414CF03959BAA872309F156039B1BECDAE321A07E5F6F82027C7