Result for 03188DAC4F4A327F00865BD70C98BC476550C00E

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2679
MD57323F250E5DFFCB3D869B0FD81E7E94E
SHA-103188DAC4F4A327F00865BD70C98BC476550C00E
SHA-256613637A072623F9F7F9D9DFD7B27D37F8F6DEBBF5D463C91CF2E1ABA1FCB48D7
SSDEEP48:X+BOTG9fYvJfCojrBSusRZNb/o0N3tKhbGnZlljHQsb1sF+QvlgCxidQXJjvX:OoTNvdCovA/Zp/pRQcnZllDVxWvlBDjv
TLSHT193515C70294FAC2632016E57A961DEF5420C26C92B568BFFC7342637EFC2C492896146
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
FileSize163930
MD5C38A1C50EAE1DBD74ABA7FC972B8D3AB
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxstack
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-13A402B6BAAE1785786058BB315C4CD8A256F2399
SHA-2561393A76148C9403EBB9F547155D85CAE7371ADDDF79B1D3A106384C4E98A6BA8
Key Value
FileSize223518
MD5B0738FB224A66D115CB4126441DFBE72
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxurl
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1D8802A7CBE723B6FA984E136886FE07D23226E7F
SHA-25692C3D553E6A8159479B92ECCE9405593E937C85E5D62641A3CA1568D6706A24D
Key Value
FileSize253040
MD58E4C72B3B69453CE614C24449764341D
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxbeebase
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1B1A4C23721BFB8D649147898D66D811C0ADE6969
SHA-256F74E06F09073976F272FA5577A89FD0C4F7A0EB6F4BB54CF2C4BF69CB8644A99
Key Value
FileSize156754
MD57F1E6A3F44F60DF3ED99345D610A15BA
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxqueue
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1290E1E336F94DE987D1E754A0FBF22216F182502
SHA-256C3310DC08C71E4F0DB7FE32F6E9FB480ED7E050C7F4AD37153FB9F77B2952D9B
Key Value
FileSize276416
MD51D8C6E2BE24E63A6C9579997D25E6C3A
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxtools
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1D0EC59DB08A49872D0F789D552B7E810E6720E64
SHA-2563297EA15F8A227012607766559C9EC01CDE9807CFBD38502B85F396181AA74F6
Key Value
FileSize380750
MD5113A6A1D1DC0B23AC415320D4556C72B
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxtexttools
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-12F1A2A5D8B76F8D2451E782B4FAE1E83247D027B
SHA-2560BA7BFFBA5229CF216E148C1AEE7FA9BF07D82602BD894E08E83ACF0D20094BC
Key Value
FileSize440414
MD54842E47E055711C1CAE71F7DC6DED645
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 1.1.1970 0: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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxdatetime
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1F61E236BA80FD172DDCBFB484E386CC0121A0984
SHA-2569E8FA43A96859389BFC693BAB4CDB56DC0ADC6888B28F059C81403A58C1F1E87
Key Value
FileSize197916
MD5DA1E958A41DC54F35DBF06767AC74294
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxproxy
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1B2F371F4821BD99C54C838E64BD9908A427306A3
SHA-2563155F13A675610269F7900DA7C52E346485201725639C094C21C15B990719FF3
Key Value
FileSize149452
MD528CEE808C817AD64C78623E3DD7753F5
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.
PackageMaintainerUbuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
PackageNamepython-egenix-mxuid
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1DABF5AB6FDD10732B36D00827234528699C50300
SHA-256674FEA94CDB8C891B137FC3E260A98B83ACD58C7021BF3A82CFA7B28245D2011