Result for DAC3B5FD919AFC1F5FA8C8465474D705C37F4EB1

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2737
MD53D296210DB09C930EA35720575659726
SHA-1DAC3B5FD919AFC1F5FA8C8465474D705C37F4EB1
SHA-25649C5B227020753B1BDA2BA07712E05791DE4BAB217E90DE1C22B9BCC428138FD
SSDEEP48:XuNjqdu8jjZnHWUCTqYNb5VBUhz0PwaI5n78EgLbqS6imGS8vIDIHDhOS:+MnjZnG3BUhz0PBLbBjvIsHDhOS
TLSHT159512B6A64DEC9383710026738DA4B9B40290D16E3D2F5C5BAB04E1B59EBBC2FE422D5
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
FileSize440016
MD581E9B98C79CA9EED9C7E8EEBF7E02EFB
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-1F89009A48303FB66C5C1E5E9D4EDD27404F4D2BC
SHA-25606EE0DE78836C3079980DEC7DC2F24C2A80EFFD4CF1CE74367DD30FA3489BF21
Key Value
FileSize224138
MD593AE010281F701E451A22C9C567BFB2B
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-12FA516650559BCCC584DB55DC54D1C03BF9A4AE9
SHA-256E4FF747A8BC0F85EEF9197253FD7EB19018189FE76E48EFE1F4665CE0B16FB23
Key Value
FileSize253320
MD5A62BBF069EA5DAB80F38162AA40CAE56
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-159C14EB00FF428F1146F41A7AA9D4CD4123215E4
SHA-256536CC4F4978BE98CB574EE069A7360987E8813DB612D272FC572D643D1E8C2B6
Key Value
FileSize149762
MD579193E9D0305FAE2BD6BFC3D5F9358D7
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-188C68BBC26C2683DAC196081DF6C462205B517FF
SHA-256D4686C2BA3F40BFFD04CC8B92B89D8BD3AF3FE72E9B475D895FDBE47395B4FF2
Key Value
FileSize381256
MD5EB43D3037A25F6206E814CA2AF5D8FDC
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-1E4109F20E6BBB4DD0DEDBDE17D7EB2FECDD364CA
SHA-256CEF4E3DC97480A074DA9740712F15376FB57B089D429B725D7BE31B81B76BF43
Key Value
FileSize276542
MD5C51F9C0DCA60EC08497C31B6B2B5AFFF
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-18E8288F4B4C9B623F26F399C7F3F0C180ECE3033
SHA-256C570E430A2BC73BE6277DC9464399B26B0BE691FCB8393A663D382A679F89E84
Key Value
FileSize157166
MD585FECE465BB3306C1FE3C52EADDE68C6
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-10A48530DD4200C23C6947BB07EE9D1DAC44960C9
SHA-256FF640B313107DE507531460E4CD4C7E4746F155761DE57A1FC364D1FCB712463
Key Value
FileSize198160
MD54861F547D790576A59BB33DDFCC3F6AF
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-11A5AB90F445D03EE4F6CCDD82CA103B0FC96F7FA
SHA-2565E04D385885CE913B3D6EE149BABEC2E78733D0C6325D6534635DCFCDCDB47A1
Key Value
FileSize164282
MD5AE499B602A053BA4C64B65A553ECD70B
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-183551B5855E8F790B0D26FDC1869ABE5874148D5
SHA-256A474E01B35C62B2A2332C9A37C166C65D8C234E229CE28980239F79ECCB314D0