Result for CA1EECAF2CA4ACC4D7D6049B196D1E62D4DB8423

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2737
MD5F33C0FF6FF2670518D1A27BD9613909F
SHA-1CA1EECAF2CA4ACC4D7D6049B196D1E62D4DB8423
SHA-2561183A8BF6801BEA056C0BC84327015466DD603825B13F3AB24D39CFB3DCB0ABB
SSDEEP48:XXENjqdu8jjZnHWUCTqYNb5VBUhz0PwaI5n78EgLbqS6imGS8vIDIHDhOS:EMnjZnG3BUhz0PBLbBjvIsHDhOS
TLSHT173512B6A60DEC9383710026738DA4B9B40290D16E3D2F5C5BAB04E1B19EBBC2FE422D5
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
FileSize170120
MD59702CBCEEAC62C5CB1130A82B51CB3FF
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-3build1
SHA-1F36DBB22D8BA799F63398EE8D32CC07A978423EF
SHA-25644958F50779783FC177AD1F90D9FD887FF7FED61514D30D08B9352BD19CB5E29
Key Value
FileSize157498
MD560449525AAA73D9526D70DDC88704B65
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-3build1
SHA-1A408F81B278628B71104F1D89173D5C1DBBFC7E8
SHA-2563BF6CBB9F2120C79DD12BF0962505809FD6C04CE74FD79CFEA7F2E982F89FB69
Key Value
FileSize285416
MD5DA94423739F6B23CF2DEFE49E7171EB4
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-3build1
SHA-1431C3E9077B98B3F13EB123E6C735BD0E89EE8AB
SHA-2569D40D36D1FEDCC7E652866BFCBAA1A63045E7A1CC8F189DA817389BB82F843CD
Key Value
FileSize202862
MD591C535041D5CA483EB20A448243508A4
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-3build1
SHA-13A6D49970DB4B428D07B8B9166BC313DD4A12902
SHA-2568ADA41D9782925BC2F2A532119501D01A99D4AD242E94F690684BF4BC78F4F6E
Key Value
FileSize236794
MD51A7D1F1F8A0C6B0FF43728270997A8A6
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-3build1
SHA-1AD2CC2F126DAC5C455A3208BD29406F6A07F9BC9
SHA-256ADB3917D7E513DB9123AB6373254049E5C41B5BA356194EC8E9295FBF17BF779
Key Value
FileSize407708
MD5FD750C4B5DF7600FADF4CD1A29DB69B4
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-3build1
SHA-18F4C5B2CF662F154A5481B82A982C5D9F8C3C78D
SHA-256D62BBC465610F8E627415DF8099863E0B5906EDAB1F3179136027C9663F01313
Key Value
FileSize460592
MD5E602D75EA998991C388B74EBC8D96E4E
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-3build1
SHA-15E7587B1B9DAAF91C289C220BBDA97B9985FB002
SHA-25625945E391318BEA1A092460110C055F6629D26AD93988A843647A775B9FE3137
Key Value
FileSize268416
MD5B893BB4AED9CF8C20B4E918D5DCD9BBE
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-3build1
SHA-123014A24545AD6C6AB682E43A5CF716B58AC08B2
SHA-256C30A8398D0810B1FCE4593EC6704EEF5979A53997C103A23CB67F59D69494C1F
Key Value
FileSize149730
MD5FD1A2D2455257A292CD8895578930B55
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-3build1
SHA-1C502C1400AC0350A4A36A9CAA784340721CBF37F
SHA-256954433BD335AB523218C4F43D223354DE8309C8D825D554C09516F303EF44434