Result for C82BC9EEA78D269BC8BF90773D81E148BD2E8E32

Query result

Key Value
FileName./usr/lib/python3/dist-packages/galpy-1.8.1.dist-info/WHEEL
FileSize104
MD50DDE250B828BED553DF54CE90CB97F96
SHA-1C82BC9EEA78D269BC8BF90773D81E148BD2E8E32
SHA-25608ABA4D297C44D476B40229B0499DF180795DADE78EDC1076D8DAC4FD8A878A4
SSDEEP3:RtEeX7MWcSlViJR4KgP+tkKcfAkdD:RtBMwlVifAWK5AUD
TLSHT1DDB01200025146FB9547350680548E313BD4955BC5654028F5859211650E85496C9CF9
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
FileSize168688
MD5739928E3F08484FF387E7455060AE24F
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-1F43050E7B7448BE97351DE0F88A486C3AFCEE079
SHA-256F5468790A02DE4C4B2A6B3C7D5C040FBCD48B3FA7F3A00CB6BB58A94373AA1E8
Key Value
FileSize45312
MD5780A95EA6D399C509FFDA97FD870D2C9
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-101D42AFF78E5CEAF4CD3869AA5C77E460968106B
SHA-256E60768F22E160E8CF65405C69F91B397E8B2D8DFA780D4CCD410AF53576AAA00
Key Value
FileSize26744
MD5A54F3FF58F5D550A11220CF4D5C629F0
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
SHA-14E852C84EE5C66D0DDDD8496DE0CC3D796031DFB
SHA-25614E430563FB2A7AAAB73E6060885D97CDAEBB1345E4027037AB5A29CC0191A92
Key Value
FileSize473156
MD5F8AC894E4BC2F4E70373B78A3ABC87B2
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-17AE7B6DB64D5B1235D8576EEFC8EDC11C654B6DC
SHA-25685450F038D6E2C4052B2CD1FA9FF39834301459873AF5FE5253CA87C603B18DB
Key Value
FileSize132340
MD5B05201293DD0E4D5E29CC6E9140900B7
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-14CA5CB6922E435E10100D59E346624CA210A3416
SHA-2562D252639A1E62E0989EECD74A531269EDD90B1109A95EC6D3BF3E8CD6CB33A4D
Key Value
FileSize143152
MD58252BB46A7A56237D1DF2FEDEFDDAEE1
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
SHA-102092BFE698C5BA976215E445D67B477D910D33F
SHA-256D68DB5B1F301AA8261EE7F8A519D47F7D910E30D640E7EB3449B69ADAFE5E4A4
Key Value
FileSize122892
MD550EDA2FE003724B8E2C5D965CF295571
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-1CC6839B9581517B7EB5071F88FD917BC7F96CA9E
SHA-2568C0AB8D213E0CFC477E614DBC8ACA3AF96A85775DEC1A5CF33AC58FA3C80DB94
Key Value
FileSize449140
MD539F32D881F878F0CE3417F0D8E1CE981
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-1CD66AF6D9A49BE5BDEE04C0C521D1C85C4A3F355
SHA-25615AD9B3748CABE3BE1D269E4808E8D065BA2862A086653640C42C4A701F58602
Key Value
FileSize489028
MD58757C7F9C120BFE292B1E33EDBDD3E2D
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-1052D46179639A0A94AD5C0ADF958ED648836C272
SHA-256E4F4B6FCDD1161C8C9E74346768BD07FC31CD7574C7C1A2DB761B58B00E01366