Result for 929F069CB8BCDF466267D0679AE537CE314BA4E7

Query result

Key Value
FileName./usr/share/doc/python2.4-egenix-mxqueue/changelog.Debian.gz
FileSize2149
MD5084B55D5177888437545CD03F6A03B8C
SHA-1929F069CB8BCDF466267D0679AE537CE314BA4E7
SHA-256D8122FE4F0F56F642F9457893E47D1616AD4A4762922CA0767DD749FD0021795
SSDEEP48:XwvpkTTLhxLW3cFYq9OOTgPWmMC4pmBESww:ARk/LhxvROaAW+zR
TLSHT185412B90A13CD80D034BA99D14D1197227AF094A88C33EC16B03CD35A86BC741FCE23C
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
FileSize18242
MD52331D7E5E9E2C0B323AF9E8F1381F7C1
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-182A8000C686A72F6628B9955FBB65C3D079F325E
SHA-25661DFE6C3C906EC403181B3FA0F189D7FFA3D23F912A511BA67E6D1C5B5CFAF9F
Key Value
FileSize20002
MD54B227F6FB4862D903AEE15C7AA5466EA
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-1340249AC3CBDD36AF2F22911C867B1E746635537
SHA-256F0FD9897183261633CC9A7096631DD98D58C34AB598D968BBBA03AD9C97DFEB0
Key Value
FileSize20004
MD57DA08D35E81F44B3C50192ECB77356AE
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-17B54B62F65BD0BEB898F660361C049D5F8247BD6
SHA-2564C80937983C5455044336FF31D8D3F9FB88A9F99C5D9937CE54502CC50D237A8
Key Value
FileSize66100
MD563D262F43395B0EDD389EAD126AB1DB0
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-1D0CFCD4BC1505D0C2942BAF21EB5A62A6FB5FA4F
SHA-256763C003CFD9710F7F45654C0FC9543ED5CCF0D42AEBF68CD8DFFE3C7790EE97A
Key Value
FileSize18232
MD5C229A2828E7B82F87A3BFD8DE623F9F5
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-1EF4AA328A4307C29B370AA515092378DCC74BECA
SHA-2564F7E8031FB112F9A4C04C4309BF841529D2B8026D40B88A8ABA891AEDBEFBE45
Key Value
FileSize29610
MD5F1A3D825CC957154A029309AC52B857F
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-133940E26F7571D8F88C2C1A85228F1A46A37F324
SHA-256D2455DB59369927F2174016317D1ED3B4046F2AB40A68A5BC0F5E6AF9D47EA82
Key Value
FileSize105068
MD5D5FDFA0795292C4B46E92743B6C0BBF1
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-102583086E34109682E04D8075F4FC9488B841413
SHA-256B019F5EACE12A25659F42474E496741A9C86DEC37D6F77691C353891FC72A9D0
Key Value
FileSize29612
MD547C3718F1339F8281DC77447049BE664
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-1CD60DBB27D5111D874FB76C675889DEC8807BD20
SHA-256155A044106332A550D4BBC53BA6B5FEBFF91F6720201F15E00B2764CC917BFF0
Key Value
FileSize87016
MD5FE10B8D35CD1452BB1E45FCD326CDFBC
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-1A46080EFCE860674444EE551CB38158733F61762
SHA-256B4D1CA47652680DFEA16BE2CF8644458D5040A33E1913B7A983F969350671FCA
Key Value
FileSize87018
MD5295F273E97757864854DD1B4F0EC86B6
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-1919803AC1E786BDEFA89BC6CBE2A5A06B8EF1A2B
SHA-2562BE27FCA7070C8B08A944A9D2E88BE9350E16B12B9C033B69BC7F7E3A217586D
Key Value
FileSize66110
MD5B8D42BA8D3D66FAEED2F754C80603D23
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-1AD72E1F297FAF93D7947C9E2309EA2C9C1F2922C
SHA-256468A223205FF134E7EF16A7FB035EB89D12A15013B52F089CFA97C6D7DF6F5BE
Key Value
FileSize105064
MD509189EF0685350B83109D1129FD0F5DA
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-1EEDA89A7E2F65EE38D783DEBCBD6480C1781E633
SHA-2565261C8842AAE92284D609FA1F64D5398FA2D5F6F77B7D3C9CD258779E2F80805