Result for 3A6D686023F454F74EF6D0171FC7371AC813C957

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.mips.gz
FileSize224
MD58D8FBFCAF87FAC3CB32557F34677A92D
SHA-13A6D686023F454F74EF6D0171FC7371AC813C957
SHA-256C1DC5B6F558DE0A1AAE6BD5D703DE5C6D26BC4562871FB362920FDCCBBDB1F5A
SSDEEP6:XtrSibGTlzqERlnV6xrVT4i7cbF62KeP4/Ph/n:XYyCl5RlnVarV4nbF6QP4/R
TLSHT1EAD09702C002A81B8FF54AB0829C0EF401C4017C5083622F08811588B14952A2B1600E
hashlookup:parent-total9
hashlookup:trust95

Network graph view

Parents (Total: 9)

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

Key Value
FileSize14532
MD5C6A803751B3374DAA030C5E530701D0C
PackageDescriptionfast and memory-efficient queue for Python mxQueue is a Python extension package that provides a new object type called Queue. . 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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxqueue
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-144433B604D69A1845F3B1DC77840E9A3DCBF56CC
SHA-2560113CA8CC8A318B0F9897F2D8376212AC1273E005610303100331ADEE839FCE3
Key Value
FileSize15920
MD5237AC496B2B9DCE7299A0EEFCBA326E3
PackageDescriptionunique identifiers for Python mxUID provides a fast mechanism for generating universal identification strings (UIDs) with intention of making these UIDs unique with high probability in order to serve as object or data set identifiers. . A typical use lies in generating session IDs. Other areas where unique IDs play an important role are RPC-implementations, ORBs, user identification, message passing systems, object databases, etc.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxuid
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-175F4357E1D3AAE045CBD88FCA47FB26154E65D08
SHA-2569CA6A7F71BA762874BD90439661DA5F3482D6082A71D17F52C10E60D83608023
Key Value
FileSize46572
MD579BC81F577799BC0B114374017C14618
PackageDescriptionfast text processing tools for Python mxTextTools is an extension package for Python that provides high-performance text manipulation and searching algorithms, in addition to a very flexible and extendable state machine, the Tagging Engine, which allows scanning and processing text at C speeds.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxtexttools
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-17B509A6EC2713916A136A580C376E956C254BC0D
SHA-256E4350C943EF9D157470AC5986A3E34BA601E77ECDE7E970625453AA795CE98E8
Key Value
FileSize15460
MD53F2113B17580DE9E546C3C97D704159D
PackageDescriptionfast and memory-efficient stack for Python mxStack is a Python 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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxstack
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-17D4734C422F76810C11B51875764FEF8C968645A
SHA-256CBB1E0923FE3EC8F4A508E3026B54D81CC7C09235CF5E57D14B8D936FAAC2898
Key Value
FileSize46868
MD5B8486D9DDC3DEE322C57A21AF9F8C3EC
PackageDescriptionon-disk B+Tree based database kit for Python mxBeeBase is a high performance construction kit for disk based indexed databases. It offers components which you can plug together to easily build your own custom mid-sized databases. . The two basic building blocks in mxBeeBase are storage and index. Storage is implemented as variable record length data storage with integrated data protection features, automatic data recovery and locking for multi process access. Indexes use a high performance optimized B+Tree implementation built on top of Thomas Niemann's Cookbook B+Tree implementation. . mxBeeBase comes with two readily usable on-disk dictionary implementations: BeeDict and BeeStringDict.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxbeebase
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-148DAB589D437A1637A0D81BA8C4AEA6244BA53CE
SHA-256C70B5132B1A74A517581CDCC30BB0BA1810593D15B39BFD9D8113643F1299C5C
Key Value
FileSize28124
MD5EE7A43303F74C77367EFB294629CD44C
PackageDescriptionflexible URL datatype for Python mxURL provides a new easy to use, fast and light-weight builtin datatype URL for storing and manipulating Universal Resource Locators (URLs), as well as a few helpers related to URL building, encoding and decoding. . The new type supports the common tasks of URL joining and gives direct access to the various URL components. It also provides methods for rebuilding URLs, e.g. replacing the host or just the scheme in an existing URL. . All this is coded in C to give you the fastest possible performance for these everyday web application operations.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxurl
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-1DF2B3E13D78427C2BE87D659C68A8BAC3564CB5A
SHA-2566F4301AABD9A7EC44BBC49A7D3B9447CEEE4A96047FC3DD9612A82BDD0203E57
Key Value
FileSize70276
MD5F9D7236051A9555BC1FCD9980A327E19
PackageDescriptiondate and time handling routines for Python mxDateTime is a Python extension package that provides three new objects, 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 1970-01-01 00:00:00 UTC), the representation used by Python's 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 (the mxODBC package is one example of an extension using this interface). . mxDateTime can convert between various different date/time storage formats, including COM dates, TJD, MJD, JDN, tuples and, probably most important, strings. . The date/time parser included in mxDateTime is one of the most flexible such parser available for Python. It is constantly being improved to make parsing date/time strings as easy as possible. At the same time, it offers a fully customizable interface which allows selecting valid date/time formats from a range of predefined categories. . There are also special parser and formatter modules for ARPA and ISO date/time formats, which are handy if you work a lot with Internet standards.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxdatetime
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-1674A226C86AC942ACC48921AD9D3AF024F56D730
SHA-2560D2F76F82E8CD97AE45F53CE0297D32FB818BDAFEA77B41ADBCA88D6C32985E3
Key Value
FileSize19148
MD5EF943859B00EA7D20093AB01A2785A55
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. . Given that current Python versions no longer support Bastion or rexec as secure sand-box execution models, mxProxy fills an important gap. It also gives the programmer more control over how and to what extent access should be controlled or not.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxproxy
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-1EB900B1D017F1E496DE8A1692B17B564F3941BFD
SHA-256CAF48FD73217C546196A5A9DFDD15C757F535BD2CD49A8454CE7F490F9AF041F
Key Value
FileSize76592
MD50379AB377B811ADDF8A5D242629E90C5
PackageDescriptioncollection of additional builtins for Python mxTools is a Python extension package that includes a collection of handy functions and objects giving additional functionality to the Python programmer in form of new builtins, extensions to the sys module and several other helpers as part of the package. . The package includes several functions which provide access to Python internals that would otherwise not be available.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxtools
PackageSectionpython
PackageVersion3.2.9-1+b1
SHA-1154AC3E190F51805800B57ACF0002B1559510AAE
SHA-256C0DD91966E1147256E3B7177C92D52C9771E269E7F415143CB5CC7F06A4D4D65