Key | Value |
---|---|
CRC32 | 835B5D73 |
FileName | ./usr/lib/python3/dist-packages/lockfile/__init__.py |
FileSize | 9342 |
MD5 | B788CEB517F4B160953BCF369EAEADA2 |
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_id | 222721 |
SHA-1 | 7CA5A2E1F443BD6DA7BC25662EB6D25F6036A1CB |
SHA-256 | E2AE2FF42A1D39459DA5A3AECD13A9664A6976ACDED8C2CCDA30103D2749BCEC |
SHA-512 | 6BCFDF99EAF3E5957E1995294C46496D9C819CBA4FBEFC595652F414649906FEFD3D785E35F3622164A7D3DB14541E3586D77770EC2A06D72172EDA73DD434DD |
SSDEEP | 192:5qJgpGK5kzz30V2X/0O6EADNXdsbMkkXIpDrG4UTR+sUAw4RyglU52RcJHpBi:vHi0GSXdIMk4IpDr2t+zyGGUg |
SpecialCode | |
TLSH | T11012411FE6750CD2932389F55E3A50A07A46992B8708217BBCFCC25C2F9D924C1E6CEC |
db | nsrl_modern_rds |
insert-timestamp | 1727109688.1947434 |
mimetype | text/x-python |
source | snap:NgKGYmmZZ6XnI12r2fiNueCsPwp488dD_38 |
hashlookup:parent-total | 14 |
hashlookup:trust | 100 |
The searched file hash is included in 14 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 17300 |
MD5 | E445B4D8AEA3B1481DF5072075D13D68 |
PackageDescription | file 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. |
PackageMaintainer | Ben Finney <bignose@debian.org> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2.2 |
SHA-1 | 000C167D03BB18C1150AD549DB2E9DA4A67976FA |
SHA-256 | 4C78427C1D8C8A2898CDBD4B59F0AA8EADCAA52C569B6DA78ABE78A25D4128AB |
Key | Value |
---|---|
SHA-1 | E435182575E8965E61DA4AD7307CA2CB224DDCC1 |
snap-authority | canonical |
snap-filename | k26XpW9UYHL1HNh20isi5MHoazqHZ8br_323.snap |
snap-id | k26XpW9UYHL1HNh20isi5MHoazqHZ8br_323 |
snap-name | zwavejs2mqtt |
snap-publisher-id | Zgwwrb2vssjDtam8qFmo4ezg3koyPPyQ |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-12-18T00:03:34.315375Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/k26XpW9UYHL1HNh20isi5MHoazqHZ8br_323.snap |
Key | Value |
---|---|
FileSize | 14556 |
MD5 | 0F4A6838731373BD58B12F0408CCCC66 |
PackageDescription | file 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2ubuntu2 |
SHA-1 | 421CE18A02CC9FD4C572EC47559CAA88C82D14D3 |
SHA-256 | BBC2408BA33C9BC238668DF073565BB10BE6FBDE8827CCB1559A060240DF0E8E |
Key | Value |
---|---|
FileSize | 14092 |
MD5 | 32D33AE6581E15B3007479985FA4BD2C |
PackageDescription | file locking library for Python — Python 2 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 2 library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-1 |
SHA-1 | E215838B8A18339596F824DA8A7429DDB218F5FB |
SHA-256 | 3BACCBB5398206ADC817C52665EF81FE16A0F34F64BD0521D423BA35497DC08D |
Key | Value |
---|---|
SHA-1 | 3B826D7F792C3BD944AAAE4C05B7104CC7663E02 |
snap-authority | canonical |
snap-filename | NgKGYmmZZ6XnI12r2fiNueCsPwp488dD_38.snap |
snap-id | NgKGYmmZZ6XnI12r2fiNueCsPwp488dD_38 |
snap-name | apkmirror2fdroid |
snap-publisher-id | 7xN2sMCILuFk10e6DxrTrQWprdmV0Vi9 |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2018-08-25T12:28:14.634483Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/NgKGYmmZZ6XnI12r2fiNueCsPwp488dD_38.snap |
Key | Value |
---|---|
FileSize | 17006 |
MD5 | BB6EDBE2ECEBC566031405F97E3BB0BF |
PackageDescription | file locking library for Python — Python 2 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 2 library. |
PackageMaintainer | Ben Finney <bignose@debian.org> |
PackageName | python-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2 |
SHA-1 | 3FD1CE5921101D710B5307FAD46DB302A11FB5F6 |
SHA-256 | B9ED210A2250BAB32DC1FD0BD5A3AFC34B14423BFAED0D16F0BEF1053C05D18C |
Key | Value |
---|---|
FileSize | 14592 |
MD5 | 3EB8AABA74AB6D2B609E2A202DDCDC46 |
PackageDescription | file locking library for Python — Python 2 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 2 library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2 |
SHA-1 | 858746D909B40FE2E2936F92594334DB4E1C4D3E |
SHA-256 | 5E2FE468893192E858C4C1D55ACC537755F9B4E6F2E653F34A8E0EA956A44852 |
Key | Value |
---|---|
FileSize | 14576 |
MD5 | 908577FE9428EC8DBA1E28D90017DA07 |
PackageDescription | file 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2.2 |
SHA-1 | 8ECB90851F2EE146FB7A88D21121D9753CB269F8 |
SHA-256 | 3C858ECD31235D29431D154A98204D22C1B4BC04D7BC7DD48C46F246F59F2896 |
Key | Value |
---|---|
FileSize | 14168 |
MD5 | A759082F360D1F2DAB79227794CBA3DB |
PackageDescription | file 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-1 |
SHA-1 | 279CCD763E73EBDBAE3B20F55811FC0634B658AC |
SHA-256 | 32F1FC623AEABFDC206C554B947D5B0781A9F4E71593564E2CA36E863C371FA0 |
Key | Value |
---|---|
FileSize | 14656 |
MD5 | 3812277134DEF1E16DB9F2D80CB9411E |
PackageDescription | file 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2ubuntu1 |
SHA-1 | 4F82B0EFCBC4334430EC872367CF5D079790252E |
SHA-256 | 9618276A4BC262C417BB0CD7B079A1B7AD7E0C09E45E21FE2D3175AAF8A6BBFE |
Key | Value |
---|---|
FileSize | 17092 |
MD5 | 49BA99743929F92D3DF0B7EAB93D10BE |
PackageDescription | file 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. |
PackageMaintainer | Ben Finney <bignose@debian.org> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2 |
SHA-1 | 2F28BAAFC54D05753B14D7B97F78B31436F9B61E |
SHA-256 | 37DDE39CA934D02035433F47FCB2779F6B6F61A6A81115B26C60248FCB6940AB |
Key | Value |
---|---|
FileSize | 14436 |
MD5 | DFD42CA26F0CB168951901998D3292EB |
PackageDescription | file locking library for Python — Python 2 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 2 library. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2ubuntu2 |
SHA-1 | D19EE18E4F245195F8EE9A42EB264C2F3A5022E6 |
SHA-256 | 61DB5D02C5F71B96BFD5FF717D4AE6C0B94774E7C0A328699F46422AA5C20F03 |
Key | Value |
---|---|
FileSize | 14678 |
MD5 | 20970F5D4DA92B1B9ABAE0451F12E8FE |
PackageDescription | file 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. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | python3-lockfile |
PackageSection | python |
PackageVersion | 1:0.12.2-2 |
SHA-1 | E12BCCDBF550BD5C2B5864C1B7E7F97614A28B2C |
SHA-256 | 445EA5356C0E71F7701175625758B0795E343C4AE21D01597E32448331A3E8D6 |
Key | Value |
---|---|
SHA-1 | 0BC8F9F669A8C6173778D6E0EE858954CDAF2F49 |
snap-authority | canonical |
snap-filename | k26XpW9UYHL1HNh20isi5MHoazqHZ8br_329.snap |
snap-id | k26XpW9UYHL1HNh20isi5MHoazqHZ8br_329 |
snap-name | zwavejs2mqtt |
snap-publisher-id | Zgwwrb2vssjDtam8qFmo4ezg3koyPPyQ |
snap-signkey | BWDEoaqyr25nF5SNCvEv2v7QnM9QsfCc0PBMYD_i2NGSQ32EF2d4D0hqUel3m8ul |
snap-timestamp | 2020-12-18T00:03:34.315375Z |
source-url | https://api.snapcraft.io/api/v1/snaps/download/k26XpW9UYHL1HNh20isi5MHoazqHZ8br_329.snap |