Result for D84A90E811FB9ED68E97C39698B93496D348951A

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2679
MD5AE8C76E0CFB36F9F43001DA58D768107
SHA-1D84A90E811FB9ED68E97C39698B93496D348951A
SHA-25691700E5DB00574AD6668FC07714D55B33EBA22DF42E2DC5F9701F43058D3D1C8
SSDEEP48:XYBOTG9fYvJfCojrBSusRZNb/o0N3tKhbGnZlljHQsb1sF+QvlgCxidQXJjvX:IoTNvdCovA/Zp/pRQcnZllDVxWvlBDjv
TLSHT19F515C70254FAC2632026E57A9A1CEF5420C26C92B528BFFC7342637EFC2C492896146
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
FileSize152900
MD555A4925DFC3F3353F8F5C0E8FB6EEB7A
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-1047DA22DE725F7F0ECCB5BE1BD1893E6C986341E
SHA-2565E0D93B278C7D7FC2307135ED1533C089430FB26D40E73643F525FE1337B934A
Key Value
FileSize431824
MD5A021EB12DE045DF8E895CF394C4A2C07
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-1B2D2E071380C64C9BBF5FA299459A3E294BB14AA
SHA-256A2D06BAEEB30B4D51292374C581F5B81C9444A09F583D0DC04D2EF68672DD4D2
Key Value
FileSize269456
MD5E8A8DA3F0C347A3A23B1D4AE8FA1F856
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-15E38CAA25E4F60D7D014F3BC81C1659024FF6D6A
SHA-25626B489A279E13E74266A67B3352DEFCC81782E70AF67016DCEBFDF4E960D9C17
Key Value
FileSize159704
MD5825CA88DFAD78CA73273BD347C6746F2
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-11266ACA7453C1B55D57A2CFBE7DC8C8241DF068B
SHA-256E58BFFF39AE5B6D7FA6DF1FEDAE61022A3D6A59A59B84EAB10E6E7F9E3C5D796
Key Value
FileSize247220
MD5C0742464AD0EFEB64052E8D633A09E4C
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-145F65D3D55183B8D5A663E932CC7DE138BEB8B2A
SHA-2567009EB684871AE5706E3AA30BB0267C9DCA9E78596F94A531FA0952E249A948D
Key Value
FileSize215672
MD52A83AD8B7B6310634A1DB51A48ABB841
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-1A6FBEF272B4B99D9948761DF15C9E30A786EA7EC
SHA-25684A881D9A39CEEA37DDBD73810A3EB1A93CE764B603AF2403A4720F907F81427
Key Value
FileSize144762
MD5ACC7228CF15FB5233331EB96F2D5E4BF
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-1222536B028B52E7663FA8255923835C6F3DB82C1
SHA-256194A734F825383C4408292815B2CC43E34B47321F5E78A824A39DF76A0F1C063
Key Value
FileSize373884
MD585B7942C2E1CDBFF560B62F391012720
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-1F07CA635FAA3AACB294E88281A7AD78B21D817E6
SHA-2566242E755968CF46C79EE2D25D99EB440E843B5261BBA5C26ED3DF6E63E322689
Key Value
FileSize185886
MD528EE285F7169A0DC500108C197932E92
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-147D932D39D20702E2B9364FF63B07530AE264C4C
SHA-2565B712B915B7584DC2B0F262FA478C0AC88ADD788705FAF6789F20221611C1319