Result for EFAC778710ECF58E3B5530E6EA95288974A2B77A

Query result

Key Value
FileName./usr/share/doc/python2.4-egenix-mxqueue/changelog.Debian.gz
FileSize2149
MD5B48BE555AE999059591CED1A7DCE9BE2
SHA-1EFAC778710ECF58E3B5530E6EA95288974A2B77A
SHA-25663B5C79A17C056B7C88BACD21192ADA256443ED4F6132A3DFADB7E510D23F524
SSDEEP48:XivpkTTLhxLW3cFYq9OOTgPWmMC4pmBESww:yRk/LhxvROaAW+zR
TLSHT1FD410B90A53C981D134BA99D10D1197267AF094A88C33EC16B43CD75A96BD741FCE23C
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
FileSize31512
MD558113D20E859012E3791D481423965A1
PackageDescriptiongeneric 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.6ubuntu1-1ubuntu3
SHA-195A542AA1E7A9433E994C825490D56B2FE88C6B7
SHA-25647663AD106A25E47A72D3593AEF46ECAADD0180A84FB4F824FDBD31F787E7A52
Key Value
FileSize20168
MD52AAA73CED26F033854CB4915766166F0
PackageDescriptionfast 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.6ubuntu1-1ubuntu3
SHA-11895EA26C9424CB53EFC0EE5A2708FAFF1E979E6
SHA-256B8F4D1D699C32D0EE33C766EE7B0CA1EEBCC5C9B9D33A60CD7F8B3AA86C6B00C
Key Value
FileSize107988
MD5F54109E9983549B8CB1975A0850D8A91
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.6ubuntu1-1ubuntu3
SHA-176E821AABE22A930B3A86C3AB63BE7741A8E8C20
SHA-256690193FAD6B64C3A098A210D2BF0EF12731172FEC9F9631BFDEC4552730F31CD
Key Value
FileSize67030
MD555FA24C5A5CA6A49BE81A87BD2B7DE1E
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.6ubuntu1-1ubuntu3
SHA-194C344464123A17FFC4A7A855286516A4B1DD4B8
SHA-25663F40E35F30A5C2D0B2D15CB74E719D6D2726C49ED429C19893795E7967459FA
Key Value
FileSize90648
MD5B5E85B200D9888DCD84C696E746BA0C2
PackageDescriptioncollection 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.6ubuntu1-1ubuntu3
SHA-1B5048BE317F45F26C95E91CE13C304AA74A11DB9
SHA-256177B9C7D82465204F287743353C3CF0DB9C9316D52E6BA2C1F2D4EA605DD6B89
Key Value
FileSize107990
MD52372676AB428BF288C3D84C4A34C4D55
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.6ubuntu1-1ubuntu3
SHA-1D9D8EF95E1A8A8CA1D219536C58ADBFFC86C432C
SHA-25672FD23D2F5DC96C661920C3D0B5C392B69A3C8CB3AB9C42704120C78242A92EF
Key Value
FileSize90654
MD54C7588ACC9D7AD950212401FB8CEB4E2
PackageDescriptioncollection 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.6ubuntu1-1ubuntu3
SHA-1A3A5635909224283B15FA93AE923E9323B7F42DA
SHA-2566CA9DCAF830DA6E75930D4580F95CDBEB36A7DE1A7B419BF00277DB3B5173ED1
Key Value
FileSize67040
MD5D633A2067DE022FD8ED80615DBB8C393
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.6ubuntu1-1ubuntu3
SHA-116B804D7581A4E12379193DEA6A8835A7F6C5CA9
SHA-256259B0FED33A014E8F3CA3A665034F1FC7CDE4BD91540368E158B718E804305F3
Key Value
FileSize20178
MD5CBB3858D4548F03630535EB87FFA18C8
PackageDescriptionfast 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.6ubuntu1-1ubuntu3
SHA-172273C5FF429AAA7729EBC24A57B06F5D7C4D0C6
SHA-256FC9F531A196ABDF50BF55910200E7B91378D37F3B14229EFC88D8F68E5F04C3B
Key Value
FileSize22066
MD547DFE95954828869CC8867B7B0CC7254
PackageDescriptionfast 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.6ubuntu1-1ubuntu3
SHA-1F5293FC99049B79735D735DC8E34BA4C808DDF8D
SHA-256B4364D7B391734A89BCC4F2977B363B837761477B1FB0A9657F9E85599EA0A73
Key Value
FileSize31506
MD5A8C8A46D7AB6ACBEAF397BB14B965F7E
PackageDescriptiongeneric 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.6ubuntu1-1ubuntu3
SHA-16E0CCB4F91540E1BC185F51ACEC72A6A82EAA7CE
SHA-256D00E1A8856301BF04B3D42EF7E72EC9D275850BC2B2E1206EA9F19E8F8FECE29
Key Value
FileSize22060
MD525CE191AA55C6EB16723B3692ADE549E
PackageDescriptionfast 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.6ubuntu1-1ubuntu3
SHA-1421A0DF043DB5A8BBCC814148F0B7A95DA1F353A
SHA-256B5CC68BA56B93D2883DC31BEB0B4D1B71AB11696F03F09035F3B99246319D311