Result for 92927E6796E9AAE7B8C6B696608191105AFB793C

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2737
MD56A90C8F0B9309BA2C79E41E2A37BF12C
SHA-192927E6796E9AAE7B8C6B696608191105AFB793C
SHA-2562396565F2686016218B4F6FD0E18CC8EF3EF8019367E974793EF7F40E4F854F2
SSDEEP48:XcNjqdu8jjZnHWUCTqYNb5VBUhz0PwaI5n78EgLbqS6imGS8vIDIHDhOS:sMnjZnG3BUhz0PBLbBjvIsHDhOS
TLSHT18D512B6AA4DEC9383710027738DA4B5B40290D16F3D2F5C5BAB04E1B19EBBC2FE422D5
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
FileSize220636
MD5AD924306DD228332E4EF1CBB583D7FF2
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-1096FA2E6A563F617BFB0262E1F84DDC49C087CDE
SHA-256D80A141C922530E5FAA886F3F4E6DCF17556BE6D5C481560091E73BAB24038A5
Key Value
FileSize195934
MD56EF8C37A7E2F078196DE323B44F69BB8
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-1176B9DF04860FCB14AFD2B38DA9448C1C57BADB2
SHA-2564DAC3FA458E2C575917E5D29F58A850561E05CBCABB9D09D7738770B56434E43
Key Value
FileSize274316
MD505FD044ECACB7A4B66E1B7490F2FD51D
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-1A531707DFDE52B317F517653370DB032991CEDFE
SHA-256C7E78F59886DEDC28E6B2E04E3E499FC9F6B871C571BAA8FF7CDDD7715794DB4
Key Value
FileSize147170
MD52E39AA74783F616F9751A5A9DC626A4B
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-170B1F9C95F406B949997EFB7189EABB6A58DDD5E
SHA-25607C4FE289684EBCD322A4ED18DBDFA32891D1FF071F9EE231C7BAD7C28D9D0E6
Key Value
FileSize250650
MD528FBCBCB79E208DB40741CD6921EB8B4
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-15FDEADF56F98DAA19BAE9086AB324C9DE334D9B2
SHA-25649DD11ADB1A16444EF49FF1D62EDCC0F7981D62518C0CDCE8F51D05F41052C03
Key Value
FileSize163302
MD5591C09F1ADB7C3550838F32980F2CAFA
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-1E0068E69FB1FF45627AC3A9364600D08FEC03434
SHA-2565761C3D490E3E325952C02B2FA84D4BB8AFA122AE05B59A82EE5A433D6FEFD97
Key Value
FileSize155424
MD546E7A649343321D974F8BAEA8351E847
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-1D8A4FFA0D81F200E420AEF8C351571ECC46DE473
SHA-256C4351D54646C4D1D6C0743DD7657D0559438FF8AF4B88D95F8F1B1D4D21C37A3
Key Value
FileSize436652
MD542B2CBA221FD8EDD7A36B8921FB36705
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-1A5F10D1123AE38574DD1624B9BA17433A04B8DD3
SHA-256429355F866653BBA65AEB6129701B44171EA829D2E18ABB395ACE3C9D115C996
Key Value
FileSize378590
MD5B00C145542CEEFE69D3217108FCD269C
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-191C5A960B699A38EE160CD0447D6DF8DC869181B
SHA-25652C053CC6EF3C7AFFEF767FCC20AB758128158FB82369F64243191A67AC6A173