Key | Value |
---|---|
FileName | snap-hashlookup-import/connectedhomeip/python_env/lib/python3.10/site-packages/pycrypto-2.6.1.dist-info/WHEEL |
FileSize | 105 |
MD5 | BFB5EAC0B9AA48C9F4133726A11369E8 |
SHA-1 | DBF0B5600A38DB72E2678E9AC4C3EA05877F3F2A |
SHA-256 | F7D41F9A5349197A723A07BB5BBE9E45734679B7519E91AAD9568ACE4A66948D |
SHA-512 | 30247F6A8CB8BAE21DC56C971151C40E90A850688AB503C834002607D301950A276B6504EBB507A7CF0292E944C17D63CA51101AB5A597348724D2B15906AB1B |
SSDEEP | 3:RtEeX7MWcSlViHoKKjP+tkKcwVTiJMwn:RtBMwlViQWKGFiF |
TLSH | T19AB01211029047FE824BA7538834CD253B92C94BD8551834F9C92151650B8B819DDCFB |
insert-timestamp | 1728980204.3868418 |
mimetype | text/plain |
source | snap:GBerlE9aNYdgGnboKfqZK2Fe3Go1PDd9_5 |
hashlookup:parent-total | 39 |
hashlookup:trust | 100 |
The searched file hash is included in 39 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 0365CB22EB4D56A1BC2B59A903D7E3F1 |
PackageArch | x86_64 |
PackageDescription | Modern password hashing for your software and your servers |
PackageMaintainer | wally <wally> |
PackageName | python3-bcrypt |
PackageRelease | 2.mga9 |
PackageVersion | 4.0.0 |
SHA-1 | 0113499D164BD41555416614531649E7AA9C98B2 |
SHA-256 | F695A59A79CB2A0E70FE9B1B2F2C8086A4EA85C35B94203A56B019A267C6A94C |
Key | Value |
---|---|
MD5 | 61ED8304B8FFEB0A0D6C5484A8765751 |
PackageArch | x86_64 |
PackageDescription | Peewee is a simple and small ORM. It has few (but expressive) concepts, making it easy to learn and intuitive to use. |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-peewee |
PackageRelease | 1.mga9 |
PackageVersion | 3.15.1 |
SHA-1 | 01AED91D4084413AAAAD70E7EEF9B2F060E3CA5B |
SHA-256 | B7F5FDC3256C5BFBC38BE3CF891D8D39FB65CAA8FF640696955742713AB6DB61 |
Key | Value |
---|---|
MD5 | 7B20F64B451666220D1E54E4BABB767F |
PackageArch | x86_64 |
PackageDescription | psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python, implementing many functionalities offered by command line tools. This is the Python 3 build of psutil. |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-psutil |
PackageRelease | 1.mga9 |
PackageVersion | 5.9.2 |
SHA-1 | 0E0AFC0CD338E7CEB9C99012985AFC41078F63BD |
SHA-256 | 7C6E8047BBC712FDD211E4A4A43B03DA86CE7CC8827F1AF69F7C561AA5635CD8 |
Key | Value |
---|---|
MD5 | EBB04FE10072F39DBCCFABCBB1B362A4 |
PackageArch | x86_64 |
PackageDescription | Foreign Function Interface for Python 3 calling C code. The aim of this project is to provide a convenient and reliable way of calling C code from Python 3. The interface is based on LuaJIT’s FFI. |
PackageMaintainer | papoteur <papoteur> |
PackageName | python3-cffi |
PackageRelease | 1.mga9 |
PackageVersion | 1.15.1 |
SHA-1 | 0FB6DA117CD3A7FBAA3E01A38DA1EB5C3E9A0E6B |
SHA-256 | BEFF87C8B07A1FAEAF4E4EA1170ED0BC0DBCA6E8547323122F3E948C9CE37D2A |
Key | Value |
---|---|
MD5 | 4A040C254831488E84EDC4628D50C3B4 |
PackageArch | x86_64 |
PackageDescription | This package provides bindings to the generic input event interface in Linux. The evdev interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are typically located in /dev/input/. This package also comes with bindings to uinput, the userspace input subsystem. Uinput allows userspace programs to create and handle input devices that can inject events directly into the input subsystem. |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-evdev |
PackageRelease | 1.mga9 |
PackageVersion | 1.6.0 |
SHA-1 | 11073B3A8B784F80A24111B65572278C6C0E63D0 |
SHA-256 | 1583DDDE7C720C68D44C061CF13A40BF70810F1908423A7AC5FEFBD77059085C |
Key | Value |
---|---|
MD5 | 275697E82F8CAAEBC0D14F278DFB8BBB |
PackageArch | x86_64 |
PackageDescription | The numexpr package evaluates multiple-operator array expressions many times faster than NumPy can. It accepts the expression as a string, analyzes it, rewrites it more efficiently, and compiles it to faster Python code on the fly. It's the next best thing to writing the expression in C and compiling it with a specialized just-in-time (JIT) compiler, i.e. it does not require a compiler at runtime. |
PackageMaintainer | papoteur <papoteur> |
PackageName | python3-numexpr |
PackageRelease | 1.mga9 |
PackageVersion | 2.8.3 |
SHA-1 | 1297C730766C40F0D4F36C35D8AE1A0D33C0F275 |
SHA-256 | C742E64CDD0A0E07E142FC0FEF5C9BBA8016CA9A98FCB91529DA96A37252AE8C |
Key | Value |
---|---|
MD5 | A17B2B7BC8989789D696960A9A615AAF |
PackageArch | x86_64 |
PackageDescription | python-xattr is a C extension module for Python 3 which implements extended attributes manipulation. It is a wrapper on top of the attr C library - see attr(5). |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-xattr |
PackageRelease | 1.mga9 |
PackageVersion | 0.9.9 |
SHA-1 | 15F7F686A3DFEAC048A6D77DACB8721263643DA0 |
SHA-256 | 87FABC7DEAF4144F710270D28C59A59F1A7A1A6439F817C54F8650C65A41DC8B |
Key | Value |
---|---|
MD5 | 40A29B3B9CE9D81C97024DF33FF964A3 |
PackageArch | x86_64 |
PackageDescription | JPype is a Python module to provide full access to Java from within Python. It allows Python to make use of Java only libraries, exploring and visualization of Java structures, development and testing of Java libraries, scientific computing, and much more. By gaining the best of both worlds using Python for rapid prototyping and Java for strong typed production code, JPype provides a powerful environment for engineering and code development. |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-jpype |
PackageRelease | 1.mga9 |
PackageVersion | 1.4.0 |
SHA-1 | 18071261E50B74492D53CB214E20570DE81CA3CA |
SHA-256 | 60B9958C939E133C3563186D6F8DAF6C184F8993703247B14709E7FE4151DA4F |
Key | Value |
---|---|
MD5 | 5C53A822F9B9B269961370951B89B18B |
PackageArch | x86_64 |
PackageDescription | MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data. This is a Python 3 (de)serializer for MessagePack. |
PackageMaintainer | neoclust <neoclust> |
PackageName | python3-msgpack |
PackageRelease | 1.mga9 |
PackageVersion | 1.0.4 |
SHA-1 | 19DD2226B3AE7B613AAEAFAB6319AD7990F0483C |
SHA-256 | 37EC55EBF4CC595AC4132D36655694C741C4819ED12E391CD58EE0BED1E2DDF4 |
Key | Value |
---|---|
MD5 | BCD1C126E21ADF5D9536C6850894B6B1 |
PackageArch | x86_64 |
PackageDescription | lxml is a Pythonic binding for the libxml2 and libxslt libraries. It follows the ElementTree API as much as possible, building it on top of the native libxml2 tree. It also extends this API to expose libxml2 and libxslt specific functionality, such as XPath, Relax NG, XML Schema, XSLT, and c14n. |
PackageMaintainer | papoteur <papoteur> |
PackageName | python3-lxml |
PackageRelease | 1.mga9 |
PackageVersion | 4.9.1 |
SHA-1 | 2EF139939A168D74967D9286BE11B9DD1AC2D4FA |
SHA-256 | E6E57C527A958F2DBC87A8FB1E3C8B53BF02FCD0BD119629BF9920022A200BDA |