Key | Value |
---|---|
FileName | ./usr/lib/python2.7/site-packages/daemon/daemon.py |
FileSize | 35591 |
MD5 | 84F7F136132B31A37B7446D91E7E805E |
SHA-1 | 83C2347EEB6594E3C6BA5818B86435CC62C17E6B |
SHA-256 | 4AF072FFC66FB44745B5652DA4DF0C3C5859D36F345752097F13E4ABB3939DDD |
SSDEEP | 768:GinuBouO/rFD70yfWUd1GSnJetMYCOcQI6WHfFtY/Z3eNk3j3aPetmP4SJy:GisiV8SJy |
TLSH | T196F2C613FE89363342C348B519AFC4935769859F062962343DECD2982F84674D3F9AFA |
hashlookup:parent-total | 7 |
hashlookup:trust | 85 |
The searched file hash is included in 7 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | BCCBD455149D40EA03431AA1F0190EBE |
PackageArch | noarch |
PackageDescription | This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state. |
PackageName | python2-python-daemon |
PackageRelease | lp150.4.1 |
PackageVersion | 2.2.3 |
SHA-1 | 63FDA827E1B3DF968BE52AFDC2BEAD5CD658210B |
SHA-256 | 9465F0B00491F3742D3CF791BB194F5DC1F299078FBA55E0A4031AAD4E82A59C |
Key | Value |
---|---|
FileSize | 24912 |
MD5 | FAD8FEA4200DA121D95D8067E54D4EC3 |
PackageDescription | library for making a Unix daemon process — Python 3 ‘daemon’ is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143. . This library provides a ‘DaemonContext’ class that manages the following important tasks for becoming a daemon process: . * Detach the process into its own process group. * Set process environment appropriate for running inside a chroot. * Renounce suid and sgid privileges. * Close all open file descriptors. * Change the working directory, uid, gid, and umask. * Set appropriate signal handlers. * Open new file descriptors for stdin, stdout, and stderr. * Manage a specified PID lock file. * Register cleanup functions for at-exit processing. . This package installs the library for Python 3. |
PackageMaintainer | Ben Finney <bignose@debian.org> |
PackageName | python3-daemon |
PackageSection | python |
PackageVersion | 2.2.3-1 |
SHA-1 | D9D388CE09DEEDC4328D8F830478100CEB09C320 |
SHA-256 | D43375DF0DC845C144AD837E4EC6D0BD213EB2630BE7466180D76FF15953A449 |
Key | Value |
---|---|
MD5 | DF04EF844C195F69B8F616FBDFBF8DA2 |
PackageArch | noarch |
PackageDescription | This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". A well-behaved Unix daemon process is tricky to get right, but the required steps are much the same for every daemon program. A DaemonContext instance holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state. |
PackageName | python3-python-daemon |
PackageRelease | lp150.4.1 |
PackageVersion | 2.2.3 |
SHA-1 | 704B5B3934E582ABB6DA7924EA0DFC6C9BE93788 |
SHA-256 | CEFD8F402EF349A8A965FE5B07986724BEFCF04C2EF842958C677F346CEC618C |
Key | Value |
---|---|
MD5 | B7BBD0908111024C57E1529113FFB542 |
PackageArch | noarch |
PackageDescription | This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". |
PackageMaintainer | daviddavid <daviddavid> |
PackageName | python2-daemon |
PackageRelease | 1.mga7 |
PackageVersion | 2.2.3 |
SHA-1 | A99C639D872F52A96188A4BF0D7EFB64744AAF27 |
SHA-256 | 34BA8857A5A65D7F75820E2E5D03D02C99F30E349B53363BBCEE2013A414D8D3 |
Key | Value |
---|---|
MD5 | 647A60D452D3068B6F0C3752F7454BD8 |
PackageArch | noarch |
PackageDescription | This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". |
PackageMaintainer | daviddavid <daviddavid> |
PackageName | python3-daemon |
PackageRelease | 1.mga7 |
PackageVersion | 2.2.3 |
SHA-1 | 6F3A9768E5112E3D73EA6878EBAF4533861A7307 |
SHA-256 | 9A44BEB9DA6278CB4641EAF93B7A16EA246D594C4A06E32677112932B1C68E89 |
Key | Value |
---|---|
MD5 | B6CFDE473D2E9541925C57B7BC5D0FA1 |
PackageArch | noarch |
PackageDescription | This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon process library". This is the python2 version of the library. |
PackageMaintainer | CBS <cbs@centos.org> |
PackageName | python2-daemon |
PackageRelease | 1.el7 |
PackageVersion | 2.2.3 |
SHA-1 | E7230888232E100168C0578AD9996016DD9B142F |
SHA-256 | 26B116A905E7A9C78BDA0C05D0C6324ABB485D5FA4B5264E0E11850938FBA7D1 |
Key | Value |
---|---|
FileSize | 24836 |
MD5 | 0460D69792A7577B6268153DDE0EAB9B |
PackageDescription | library for making a Unix daemon process — Python 2 ‘daemon’ is a library that assists a Python program to turn itself into a well-behaved Unix daemon process, as specified in PEP 3143. . This library provides a ‘DaemonContext’ class that manages the following important tasks for becoming a daemon process: . * Detach the process into its own process group. * Set process environment appropriate for running inside a chroot. * Renounce suid and sgid privileges. * Close all open file descriptors. * Change the working directory, uid, gid, and umask. * Set appropriate signal handlers. * Open new file descriptors for stdin, stdout, and stderr. * Manage a specified PID lock file. * Register cleanup functions for at-exit processing. . This package installs the library for Python 2. |
PackageMaintainer | Ben Finney <bignose@debian.org> |
PackageName | python-daemon |
PackageSection | python |
PackageVersion | 2.2.3-1 |
SHA-1 | 8789D5194AB8EAB9D352C8FAE2843BDCB84CAA8D |
SHA-256 | C370258A71E6C0D8D4CA23490CE1EBD76B2A46C47FA534AF33BB43E8B787CAC3 |