Result for 2B6CF8599FEAA02B7652FFFFF632075AB73A0B8E

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2679
MD5C07D989E86AA97870753DEB0142B7F80
SHA-12B6CF8599FEAA02B7652FFFFF632075AB73A0B8E
SHA-256447C79407604E2C87AFDDEF655806B5602FC21D4909F8B25076DC03E54D209EB
SSDEEP48:XGBOTG9fYvJfCojrBSusRZNb/o0N3tKhbGnZlljHQsb1sF+QvlgCxidQXJjvX:2oTNvdCovA/Zp/pRQcnZllDVxWvlBDjv
TLSHT1DF515C70254FAC2632016E57A9A1CEF5421C26C92B528BFFC3342637EFC2C49289614B
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
FileSize458844
MD5690D96DE1A22F199E32E7218B14D1904
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-19C4E2C667F8DC9D22A932B4A294F571D2AF24325
SHA-256A7D9A6B05BD8522F93E42E5A79AD806FABA44B986F745373422B49CCDE0CEA8B
Key Value
FileSize267870
MD56041F2BB466CDC5AEE760E444FEEEB55
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-128394850CC840FCE5F114A3BFC9CD1AAA2BC4656
SHA-2569AEDE5A261BBC4114A9D13F45A965A220E987C209747DCB83375A11803AAEE54
Key Value
FileSize285006
MD57BE60DCE560C7E083A6BB7D0CF213B84
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-15949A6A8450B6837EE58A4DF4EB91F6BEC0D1A1B
SHA-2562C215B9813AAF197F61AD104B7A4E0E644776FBEC1EE152AC7491960A5CC18F6
Key Value
FileSize202826
MD518B6618892009256F833CDF19014E317
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-17B563157D0BE4228C302F94B600B5BAFD563C03C
SHA-256DD31A162731793E6B3A278F457DADD989BCFD5F1898CA92481672BA60DDB47C4
Key Value
FileSize149526
MD57DDBDEEC26A84BD4E8873E0204F3AA73
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-1C7622C0F28C4E2272CD93198276F5E0997918728
SHA-256AD6B61D9EB2650341512BF2917C3F5027E4F9F8CCC21493D10A4BAF3E8A27A33
Key Value
FileSize407564
MD5FD96935AC8F18512A6E8B18BAB652B2C
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-15E1E5E74C851D3872AE58EBCB6C709F485635314
SHA-256688977CBDEEF3208DE2F6EF57F2B01BFF6996FEBA7A75CC97A03A95DB3A75E20
Key Value
FileSize157136
MD525C0C34509AFE6418D1211C1C65CEBDA
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-1560C03560BFD9C3CE46663463065ACAF666EACBA
SHA-25645D361299D028358D5A1E8FEBE4B1D40228B744FD6D900BB4905379C124162A4
Key Value
FileSize169998
MD51F5DEEEE0B18EDB771AA0530A1E6337B
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-1EB66D051DBFF26C67DD355252638361778DE15A1
SHA-256D93E064BDB893CF0ADD05DEE1B8908D8C260A32A9B7E262ABC30740360422FA2
Key Value
FileSize235862
MD5896D574FAB99F70E4D13D6C70362F7D2
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-13764FFDE7FB347BF6DA2E1530D72B49DD248B42A
SHA-256E8A67D6654704AABCA06FAF73A58AA97E870A124D36AA664BD1D5AC51BB52E25