Result for 5CFC3F3D89CFC186C9DBF0486FE2B6990DEB5CEC

Query result

Key Value
FileName./usr/share/doc/python2.4-egenix-mxqueue/changelog.Debian.gz
FileSize1957
MD53A98252D30D683E5B228A5D9A812FA83
SHA-15CFC3F3D89CFC186C9DBF0486FE2B6990DEB5CEC
SHA-256A1413DB505536494C72A59856E815CB7F8DD63715DC8D3826497AB76C0F780AE
SSDEEP48:X/jwrGzSIwDKu2CCTKnuHcJ7+mzo+q8ZNV0+t1MyPcyOlBI5Y:crGz2RCTYu8Nk+7T0+HRil+i
TLSHT165415D0E863F7996A3F465822E033DABAF61151CA9F13D81002C5C00B2C6CFEE509E77
hashlookup:parent-total12
hashlookup:trust100

Network graph view

Parents (Total: 12)

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

Key Value
FileSize20260
MD52EF2BE31C49F2671EC7D1F4E896F80E9
PackageDescriptionA fast and memory-efficient stack for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxstack
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-17921179EC6455C7624EB45CB10B9D7F004514845
SHA-256FF531DD4B79EFD279A02155F7DD742ADDA497F779C2E9F63590039881DBA72F6
Key Value
FileSize18696
MD5E71C7C63A85C086DA2DF254D8F149547
PackageDescriptionA fast and memory-efficient queue for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxqueue
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-163A0209BAC599570633F109337A7F9E71B8FF497
SHA-256D438EFCAE37446B821871366B352965519B5D59DCDB0EDADF9D513066FC21F88
Key Value
FileSize20258
MD5FFC63A2D3A76D9EDEC2D33989684D1F1
PackageDescriptionA fast and memory-efficient stack for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxstack
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-13D9A3E1BF262AE416D17DA02CADE063BA17C42AB
SHA-2561FF22857D251CAE7F7B3188374531038058D2049DEC09FE53657E004B402C363
Key Value
FileSize31098
MD54F289DFB4030F950FAE4E003B75768C2
PackageDescriptionA generic proxy wrapper type for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxproxy
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-1D5A848F693B85767BE327D5FE6756BC83C24E8A0
SHA-256EBEBA4AC5A2C37D83C85F68A2FD20A90AD9E8366C47A6D434735C95B36B36760
Key Value
FileSize66656
MD56D459ABAFA33BC5FA8E762E821CF43D9
PackageDescriptionFast text manipulation tools for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxtexttools
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-121E204C3F1075967FCE799BC51AB2B56B7C93EAC
SHA-256A25C92630A444471B5AC9A6AE78F06419B63C250A11E3C75F530AEA799424C12
Key Value
FileSize18692
MD5D7C3E57A83D26454CCCC1CF85E812084
PackageDescriptionA fast and memory-efficient queue for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxqueue
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-194CD139358B2F684D8C35EB7F93B89B9906CBC2E
SHA-2566ABEC5A7AE7B4713BDD1C7672EF574374DC1B7E01CB9BA3B2255345CB20BB8C4
Key Value
FileSize89276
MD5DBF25023E1EDC6BC3473D0A1833C9A3B
PackageDescriptionA collection of new builtins for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxtools
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-12034E0D7754950065E02B1AEBA03088436156728
SHA-25639042B59CCCC9ED065C3310C67FA2CF0E975B55DF072D49CBBABBFB4E290A2A6
Key Value
FileSize89280
MD5FFA4BB20A0A567660B64F519A688CB03
PackageDescriptionA collection of new builtins for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxtools
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-14242CCBE41D65F4A70204D8AB75AE7C77CA95A95
SHA-2563C0D3A739571CCBCDDC33C3E403C1465E5B61509EEF71B1229FC7B3CC6161156
Key Value
FileSize109712
MD5312BE95380427F9E72472004A832691F
PackageDescriptionDate and time handling routines for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxdatetime
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-1BF102BEA0B8DEC9DF65E68EACEA8124F36DF5C8D
SHA-256BBCD56744843237CEDB9A5F491E323C1E3672304EC489EA76358D214FE2E5871
Key Value
FileSize109724
MD5873A98E344A0C3096B0AFAB770668E90
PackageDescriptionDate and time handling routines for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxdatetime
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-1DBB59054AA1546A40E5757771A42DABE769BC558
SHA-256CC0AA6006FDA611500CFAED2E190E89FCB58FC65DE6769DB255AC9C52DE2B51C
Key Value
FileSize66670
MD5926231A8D2E870DEDB18D53629D9B2A6
PackageDescriptionFast text manipulation tools for Python 2.3 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. . This Debian package is built for Python 2.3.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.3-egenix-mxtexttools
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-1919EB0DEB55FF929E6930D1F80BA414CB1A0C1DF
SHA-256CF45BD87FBD9BC3AA927D64792DB78687BD6F2DFB519B2C6BF3A17AA86406544
Key Value
FileSize31094
MD51B3183CE4A4281950E200476B0A0F937
PackageDescriptionA generic proxy wrapper type for Python 2.4 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. . This Debian package is built for Python 2.4.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython2.4-egenix-mxproxy
PackageSectionpython
PackageVersion2.0.6-0ubuntu1
SHA-1B5120236114D933F1982E25D68892BBD93105FD4
SHA-256FC981A781644C7A49CC111AD4E57FCD5FCC2AF90430AEC72F9D4943625A0610C