Result for 526414AFCA744E64A2FE2F942C2AECD3949FB2D1

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2679
MD547C3EA190A851E26D84ACB362EC4B0F3
SHA-1526414AFCA744E64A2FE2F942C2AECD3949FB2D1
SHA-256FBD5D7D9136C86D19049CE1D64EFE94E691B5CE029348F258F55426B7EB97FF6
SSDEEP48:XNBOTG9fYvJfCojrBSusRZNb/o0N3tKhbGnZlljHQsb1sF+QvlgCxidQXJjvX:doTNvdCovA/Zp/pRQcnZllDVxWvlBDjv
TLSHT1F7515C70254FAC2632017E57A961CEF5420C26C92B528BFFC3342637EFC2C492896147
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
FileSize435576
MD51B3291DE18CC38B3EB4B8C4765EF57C3
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-10980A6157EE941D5D0E2E4D1B89B886177162A43
SHA-256964249060B97F46EE977A931513FEEDAD49E28AE5AFB4575F3BE2D8C5DD87891
Key Value
FileSize274134
MD5FECB6229280CE090C13E55BCB0D161DA
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-1B8D90A3C7001683E4E13C62640CC3B2A201042C3
SHA-2565E7261A0148E48ACF595F1D6036BBEC4176B7E9C0C965B55AF5264B93EF11FFF
Key Value
FileSize250378
MD5505B4E96EB4322E22FDF005C5BFD0B28
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-100E66905295B68B50BB43820E646086647D4559C
SHA-2560FDD5AF6BF8D17CDCB59CD8C6DAEE91E6DB99244C580C52CE6AE2727B4FBB2D6
Key Value
FileSize220170
MD5598D783E5B15E30DCB3F2898C307E33D
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-1DA75752AF8975E278969ADC599E66394139720E4
SHA-2566278833B646CD7BA5CBA4A4D5BC5204CEB4F24D00522C82780B2776A204792D4
Key Value
FileSize155028
MD5E8D15F3C137723B542D33388F686B4D7
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-1EDCF80F06BC9E1D091F69F807266B4151DD8392C
SHA-25635D1284C559A91DD1CA623B9A1922CFF2BD7B6196522AC126F203B1290B99FD6
Key Value
FileSize379134
MD5D0FAC8F668F812EE55FF0DF73144552D
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-197E9382A9B33878B6593B70E3D7787860FC9D243
SHA-2563F501914D31C39C18B01510297296369E10453D4C6D664B6CE94820D8EA39689
Key Value
FileSize163028
MD5A76B0F9CDA735DCF75D2C7A248403A4D
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-1A11117483CFEED0E87A1DA413562A0D32F171D76
SHA-256DBA15182E31CDA8E7F7941401B9329B9E291EACA86E983399C01AA880FDB54A1
Key Value
FileSize146724
MD50114C77D3AE460A56A3DFA9E1747F1D3
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-148CF58B65C9135150C6520BA5994E36548B337CA
SHA-2563A440D3A4600564F5CE674E0E0ACAAF86FA84B65BF4A845FC5CA22E8A25DE470
Key Value
FileSize195474
MD58F4EF596D7248B820A77E93FD77EB7F5
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-1395C6E900328B1B23E8DBCAF5CAB253EE44F0F23
SHA-256037496DB7771C9691B4025C9445956B146FB9BEFE14D93DDFF5F435937179B18