Result for 63BB3DF3AD30708AC54DA4C614FEF04CB00CE87C

Query result

Key Value
CRC32BBAD3378
FileName./usr/share/doc/python3-lockfile/ACKS
FileSize125
MD58C525945D4D8AD678966A6F82DD15B2F
OpSystemCode{'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'}
ProductCode{'ApplicationType': 'Operating System', 'Language': 'English', 'MfgCode': '80428', 'OpSystemCode': '86', 'ProductCode': '181087', 'ProductName': 'Ubuntu MATE 64-bit', 'ProductVersion': '16.10'}
RDS:package_id222721
SHA-163BB3DF3AD30708AC54DA4C614FEF04CB00CE87C
SHA-2569CF30A8054F842A3C9C3B868BDD9D47C54DF47235EB167FAB48D545A5A391D1D
SHA-512687719A4741D71FF27A3B78E55005C3CC03EC65210FD3182023B35743901C2330B110DF05C76B30F43FD9EDCDD021062AF04858974A255FB9D9ECC2DF25A6CC8
SSDEEP3:xWFLS7mOqDMF6SQXE9ZURdMEJg4v/xqnWLwzTHdjn:xWF2iJMF6SQXDzgyQnMwzTHdjn
SpecialCode
TLSHT169B02B0FE18001D31EC3841054882091E114D275D3810D05213C1088432527030040E0
dbnsrl_modern_rds
insert-timestamp1727109654.298103
mimetypetext/plain
sourcesnap:NgKGYmmZZ6XnI12r2fiNueCsPwp488dD_38
hashlookup:parent-total137
hashlookup:trust100

Network graph view

Parents (Total: 137)

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

Key Value
FileSize17300
MD5E445B4D8AEA3B1481DF5072075D13D68
PackageDescriptionfile locking library for Python — Python 3 library The ‘lockfile’ library exports a ‘LockFile’ class which provides a simple API for locking files. . The appropriate implementation for ‘LockFile’ is chosen automatically based on the OS capabilities for an atomic filesystem operation. These implementations are also available for explicit use as ‘LinkLockFile’ and ‘MkdirLockFile’. . Other back ends are possible with the same semantics. Examples included are: * ‘SQLiteLockFile’, using records in an SQLite database. * ‘PIDLockFile’, using the semantics of a Unix PID file. . Unlike other Python locking libraries (the Windows ‘msvcrt.locking’ function, the Unix ‘fcntl.flock’, ‘fcntl.lockf’, and the deprecated ‘posixfile’ module), the API is identical across both Unix (including GNU/Linux and MacOS) and Windows platforms. . This package installs the Python 3 library.
PackageMaintainerBen Finney <bignose@debian.org>
PackageNamepython3-lockfile
PackageSectionpython
PackageVersion1:0.12.2-2.2
SHA-1000C167D03BB18C1150AD549DB2E9DA4A67976FA
SHA-2564C78427C1D8C8A2898CDBD4B59F0AA8EADCAA52C569B6DA78ABE78A25D4128AB
Key Value
MD5F309CD9E0FD7CE36FED91EAE305684EA
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
PackageMaintainerFedora Project
PackageNamepython-lockfile
PackageRelease2.fc17
PackageVersion0.9.1
SHA-1015A37F2D59D633353CC26F6C55A8F43D75FAFCF
SHA-256061A2137FCDB5D46D4BAD11455FF3D4EA3E0EAA9445994622A35A52D99999D86
Key Value
MD50214578274D28589C4BAC2FAF07AEA65
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
PackageMaintainerCBS <cbs@centos.org>
PackageNamepython-lockfile
PackageRelease4.el7
PackageVersion0.9.1
SHA-101CD98795AB12AA8205B0221EEF1EFB3E8F6FAC8
SHA-256CBA52DF22E24253964913D88C044CC16C97A1844AC5C567BA3619EFBB878F643
Key Value
MD50107598FF135367541686DB679ED6664
PackageArchnoarch
PackageDescriptionThe lockfile package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code.
PackageNamepython2-lockfile
PackageReleaselp153.40.4
PackageVersion0.12.2
SHA-1046F766A5DEEC225E09ED362EC093845164EB90F
SHA-256A49FC46C51296A1BA4794C9FA992D910B80D72E2126FDDE266B1A51D57FB19EC
Key Value
MD501C183DD54785AAFC7BCBCE9F2D630BF
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
PackageMaintainerFedora Project
PackageNamepython-lockfile
PackageRelease8.fc21
PackageVersion0.9.1
SHA-105EA71589236BFC97637BEBDC4AA679896140CE6
SHA-256B6A327BF3F6D7AFBC4C07F3CE991DA5BFD3CFA502FAD20F999CCF93DC884C006
Key Value
MD5870C8585F30BAC872AA0B1F26F1531DB
PackageArchnoarch
PackageDescriptionThe lockfile package exports a LockFile class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the fcntl.lockf and flock functions, and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. An implementation based on SQLite is also provided, more as a demonstration of the possibilities it provides than as production-quality code.
PackageNamepython2-lockfile
PackageRelease3.4
PackageVersion0.12.2
SHA-10A2C79736F6BA6DB41AED43D3D151D3A0AF4D363
SHA-25684561D1B5ED71D47093323A84C9272DB8B815C40B9B0C788C4ED0521062E2527
Key Value
SHA-10BC8F9F669A8C6173778D6E0EE858954CDAF2F49
snap-authoritycanonical
snap-filenamek26XpW9UYHL1HNh20isi5MHoazqHZ8br_329.snap
snap-idk26XpW9UYHL1HNh20isi5MHoazqHZ8br_329
snap-namezwavejs2mqtt
snap-publisher-idZgwwrb2vssjDtam8qFmo4ezg3koyPPyQ
snap-signkeyBWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul
snap-timestamp2020-12-18T00:03:34.315375Z
source-urlhttps://api.snapcraft.io/api/v1/snaps/download/k26XpW9UYHL1HNh20isi5MHoazqHZ8br_329.snap
Key Value
MD51EF337466255A84E5520CE1F7BCC26B0
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
PackageMaintainerFedora Project
PackageNamepython-lockfile
PackageRelease4.fc19
PackageVersion0.9.1
SHA-110F76DC4387332FF384B903298A0E1203E93DD25
SHA-2563DE174969AE0E78B1166233B84BC4895107BFB11A802F675B9014D305B88860E
Key Value
MD5B5BC51AE73151F7CB53EF573C091CA52
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls.
PackageMaintainerFedora Project
PackageNamepython-lockfile
PackageRelease3.fc18
PackageVersion0.9.1
SHA-116D1F5C39554B1DBA7DA0D118015597FE805E097
SHA-2564604DA326A3A603040B5442B39AFD34F35D700199D5F696A11E08D50ACD44D14
Key Value
MD560B46B8FBF21F069BF37E5FFBD01A027
PackageArchnoarch
PackageDescriptionThe lockfile module exports a FileLock class which provides a simple API for locking files. Unlike the Windows msvcrt.locking function, the Unix fcntl.flock, fcntl.lockf and the deprecated posixfile module, the API is identical across both Unix (including Linux and Mac) and Windows platforms. The lock mechanism relies on the atomic nature of the link (on Unix) and mkdir (on Windows) system calls. This is a Python 3 build of lockfile package.
PackageMaintainerFedora Project
PackageNamepython3-lockfile
PackageRelease2.fc23
PackageVersion0.10.2
SHA-118BCAE14BF2E367F4C6BF471E62B5C961BD02845
SHA-2564D2892F93C60922B679C0C2BB0A1942895A64AAE8D86AEE1E2A415F44036301A