Result for 6F15987FF3E49DEC5AFFD1549654E7CD27A46DFB

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxtools/changelog.Debian.gz
FileSize2392
MD5AD6484B1F420CFBC5A5CE55B09B57947
SHA-16F15987FF3E49DEC5AFFD1549654E7CD27A46DFB
SHA-256BB5EAC239934299049CB21FDEC293BB1EC6F9EC9393D6B39E91FBC2F8B9B690B
SSDEEP48:X7XLbN3IuOT2L+W2JLrWwD9bAHRK+prMdE4Xwc0Mvop9SHm3lTuDsOcF:fbyg6rWybAHRxWq4XwnHp8HmVSgF
TLSHT1BD411BB6C3B7AA5C04918045E87B1ED1475A36D94AECF001F1B1DF6E4F899388CD98A6
hashlookup:parent-total7
hashlookup:trust85

Network graph view

Parents (Total: 7)

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
FileSize21356
MD5C0DA7C0CFBFA0B4E1974AD749EF4ECEC
PackageDescriptionfast and memory-efficient stack for Python mxStack is an extension package that provides a new object type called Stack. It works much like what you would expect from such a type, having .push() and .pop() methods and focuses on obtaining maximum speed at low memory costs.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxstack
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-18B5EB00DE6DAC49600840F4F136B5465B73EE64C
SHA-2566B387C05EF715A93DDEA11480360934D695D0A085D15F339F06FB22B96A3087C
Key Value
FileSize121676
MD512B0791D339F193CA0CC06FEAF31DC40
PackageDescriptiondate and time handling routines for Python mxDateTime is an extension package that provides three new object types, DateTime, DateTimeDelta and RelativeDateTime, which let you store and handle date/time values in a much more natural way than by using ticks (seconds since 1.1.70 0:00 UTC; the encoding used by the time module). . You can add, subtract and even multiply instances, pickle and copy them and convert the results to strings, COM dates, ticks and some other more esoteric values. In addition, there are several convenient constructors and formatters at hand to greatly simplify dealing with dates and times in real-world applications. . In addition to providing an easy-to-use Python interface the package also exports a comfortable C API interface for other extensions to build upon. This is especially interesting for database applications which often have to deal with date/time values.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxdatetime
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-19CC620D074DD44437C9E2805329179ECCA2E08C2
SHA-25611A8CF8B3B8735851F31D7F16674E2A5C2C7799FAEB46B182B2676BA8643EBA4
Key Value
FileSize36930
MD54CA91429F3A01DF14C108B2E259975D7
PackageDescriptiondevelopment files for the egenix-mx-base distribution This package contains the C header files needed to build C Python modules based on the egenix-mx-base modules.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mx-base-dev
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-1A5145D0A515AB1FE51FEAE8EE026FF1EAA0654C5
SHA-256A0B83D0047042F6B08FD9BAE161E38331E292A76309F0D87B708BAFBDD9193C3
Key Value
FileSize31690
MD5678BFAD97ED6679721064AEE69E0EA28
PackageDescriptiongeneric proxy wrapper type for Python mxProxy is an extension package that provides a new type that is suitable to implement Bastion like features without the need to use restricted execution environments. . The type's main features are secure data encapsulation (the hidden objects are not accessible from Python since they are stored in internal C structures), customizable attribute lookup methods and a cleanup protocol that helps in breaking circular references prior to object deletion. . The latest version adds a very interesting new feature: weak references which help you work with circular references in a way that doesn't cause memory leakage in a Python system.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxproxy
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-1B501ECD1A187BE40EC1E966035C9830474494DD5
SHA-256AEE7FED4C441E5CBA95451EEFBB5E937099606D83B98F5D35D839B38E79FB877
Key Value
FileSize19302
MD5087E4609E93B1E5D59EF75783CE38DE6
PackageDescriptionfast and memory-efficient queue for Python mxQueue is an extension package that provides a new object type called Queue. It works much like what you would expect from such a type.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxqueue
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-1CDF972DC5F27AFD750E6FFEF5C52075FC5AF21F4
SHA-256A31D79860AF8E036C2FCC63F84C6D5959220934F5996F2D1C77C11919B68FB31
Key Value
FileSize82376
MD59CD20B4279AEC32A3C8816B47F8C32CF
PackageDescriptionfast text manipulation tools for Python mxTextTools is an extension package for Python that provides several useful functions and types that implement high-performance text manipulation and searching algorithms in addition to a very flexible and extendable state machine, the Tagging Engine, that allows scanning and processing text based on low-level byte-code "programs" written using Python tuples. It gives you access to the speed of C without the need to do any compile and link steps every time you change the parsing description. . Applications include parsing structured text, finding and extracting text (either exact or using translation tables) and recombining strings to form new text.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxtexttools
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-199812E3F5B7343D01D51B24FF5F969006925D08F
SHA-25672079201AD8F312451051E98EA3A09E8EEE101ECE7BA67D3286A29D2F095C769
Key Value
FileSize101352
MD53972AF8268A56B9C20755B882CA6026E
PackageDescriptioncollection of new builtins for Python mxTools is an extension package that includes a collection of handy functions and objects giving additional functionality in form of new builtins to the Python programmer. . The package auto-installs the new functions and objects as builtins upon first import. This means that they become instantly available to all other modules without any further action on your part. Add the line import mx.Tools.NewBuiltins to your site.py script and they will be available to all users at your site as if they were installed in the Python interpreter itself.
PackageMaintainerUbuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxtools
PackageSectionpython
PackageVersion2.0.6ubuntu1-5ubuntu1
SHA-1B96ED59DF9F1B328225548D7BFC5FB03CB563384
SHA-256AE7FF830C2C1EFFE74306580F913C1C73D27107BF246776F9A1DD23017288CF4