Result for E22D4E2019D72EA1E1F7EDED1B8FACDEB43E810E

Query result

Key Value
FileNameWHEEL
FileSize104
MD5AB31EE6D96B936CE7B6AF82F48F970A1
RDS:package_id304063
SHA-1E22D4E2019D72EA1E1F7EDED1B8FACDEB43E810E
SHA-256BE652F9AA48080A3E95584CBE5C2AE9590D4B0720CF86500ECD02F78B3B256D4
SSDEEP3:RtEeX7MWcSlViJR4KgP+tkKcfAkdC:RtBMwlVifAWK5AUC
TLSHT192B01200025146FB85473502C0249E213BD8995BC9654028F985D211650E85456CECF9
insert-timestamp1712928725.9352732
sourcesqlite.db
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
FileNamepython3-frozenlist_1.3.3-1+b1_arm64.deb
FileSize28012
MD5591CE8DD516C62924588335444EB9D0E
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_id294708
SHA-1FFC7CC9C6817ACEDEC829B72B10B0A01FFFDC4D9
SHA-256E87E1A5A06A38C3A6827DA303F3C9A43FE23214C82DE4C66E71EDF2E4C1CDA88
insert-timestamp1687506086.7061808
sourcedb.sqlite
Key Value
FileSize478024
MD5EC48F1E2942D16C56980A5B8AB62EC3F
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-16BAABCD3056001B238A1F478A03B6973C3341906
SHA-256B3967B542D402CCA732DA28520F2C04B176A1A692D598128A5A9B262D286037D
Key Value
FileSize138508
MD50E2E304B2CF7ED115BE5FF8F42CA701D
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-13B32F83E3D9D2A2521EC6D8832C213690264F286
SHA-2566C1A88ECBCF5F7DA96B401B3EC5B344096F62ED38ECBF462DF656D3647D670DA
Key Value
FileSize47412
MD59CF5E155E740DB372D77EA7F2E8960A8
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-1E47C5B22AF88FCBEE0B5830B90B93866ABBB582A
SHA-256BF5751D18E1C0DB54243A414F38B247247E9F25C45EB78AA9118944938C9EF39
Key Value
FileSize125344
MD5D2A832E3A99D0F21F1CB588A5E9AC8DA
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-16733BEA751493D11512A04BE88760D95E6038CCA
SHA-25659401FE14DF7C8C06ED0C6FF7344A5B33F8B49000F8202C34546AF8D308FA9DA
Key Value
FileSize490280
MD55E4F00A0CF627C6B6B05F6CBE92DF8B0
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-1B6F6D53085B6809F2F8675D7B09D2096D5F8BEB3
SHA-25680A1336EBB263AB7F42BBEC51DBD18CA00A286B8B3A5378CC3D54DE36C9ACBB6
Key Value
FileNamepython3-contourpy_1.0.7-1+b1_arm64.deb
FileSize154200
MD5965BAED55ABC41CE748030D272130C3D
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_id302126
SHA-16ACE701D3B58D965CF5E2231FD3D047658212C70
SHA-256B8EAC955F598E8352087844BFEB9EE31282D3376A1DD641A7F447C6D5FB233CE
insert-timestamp1712770756.6447923
sourcedb.sqlite
Key Value
FileSize162560
MD576D9370232AB64DB2417CF1763F194FC
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-1A000882E0512E7A02C705A297CFF12835BA158B4
SHA-256291F0BBBEC0A96DFD589578AC61F841E3B0564CC06DA666C9453F14E48CB4163
Key Value
FileSize454852
MD51D46E4D2016C069CAFE68BD7E898BD33
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-1A7503DAB281E39CA38765F7B431D88F21C1030CB
SHA-256CF0A99CB53030124D32404BCD25404CE1CDEF6F996B1E2935302D759CF2450CA