Result for F6D161062DC05B9546241E6CC2EE1F102F0B9631

Query result

Key Value
FileName./usr/share/doc/python-egenix-mxurl/changelog.Debian.gz
FileSize2679
MD51465DFE6E8E20CBB12E71D4292585517
SHA-1F6D161062DC05B9546241E6CC2EE1F102F0B9631
SHA-2562003CA9A26BC4956AF0D3DF69E8BE33197CFC8528E7A7646B0F61B9740A29388
SSDEEP48:XiCBOTG9fYvJfCojrBSusRZNb/o0N3tKhbGnZlljHQsb1sF+QvlgCxidQXJjvX:SCoTNvdCovA/Zp/pRQcnZllDVxWvlBDr
TLSHT1F0515C70294FAC2632017E57AD61CEF5425C26C92B528BFFC3342637EFC2C492896146
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
FileSize442930
MD5A9C235E61A725B47E69EEAAC96456CC0
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxdatetime
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-11C5B1C71C7A1C3A25FF00284AAB38F0CCD0F1DF1
SHA-256DD2B5D21E01DC30D0FCBDD00C0FAB73EC5A9DAD5684BB0B23ECCC60307CE9CFF
Key Value
FileSize381944
MD59C3771B1DD5481BCCFB725492BB66D8D
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxtexttools
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-148017B7AD554F7125F8B3A719060E6BB55048594
SHA-25697A20B8B51E14DAFF568F59F792848A95566436A0CECC40866DD0844729FB7A4
Key Value
FileSize276688
MD53FA09115725CC4CEB9CA43225E27BC3C
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxtools
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1AC547EDF00667E137F1BDCFECECB707C3DB4AF47
SHA-25659B85B1732D964E4B5B8938B004246846344D22CB42592D917037D118081DB9D
Key Value
FileSize146704
MD51CA371B5EB283ECB3C33507839BEA8D2
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxuid
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1F29EB846546542649BA311897CD43BB9CF41350B
SHA-256122F98A9F4469393C87AA37B5DAC2B9AC8E8EC7DC58898AA767794718A5D7976
Key Value
FileSize222558
MD5C5A34C6B66CE16F7E63F8694B3424C5B
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxurl
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1F765E4C1A755EA56EB0A8278E5C15203AD94B715
SHA-2563B043B33E80A876640E02A3B41DF4E3041B3F86792AB25E05BE05F5DB5B7BDE0
Key Value
FileSize253758
MD51A3ABE54D85889BF905AAB6BD14BB130
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxbeebase
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-14A192C7E7CB04706D8A913ED2E227F5B59DA758F
SHA-2560035CCC05ED6576C24EB9FCD3794B5EAB27E959669468D465A1605C3B2A38DEB
Key Value
FileSize154692
MD5339F02BCE5737415E93EFA3903B29729
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxqueue
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-16BDE63470D5FB11A6C5F064D451E4C4C7BB3C9B7
SHA-2566B1BF78A02257CA1D3C101BA9A82D39A29441A14535E6239F492250A47EB5C07
Key Value
FileSize161836
MD5EADB6712AC6ADDD259565DF582BDAA2A
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxstack
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-174EDFB91C5BFD87C6B875C22E645591D5DAB8A65
SHA-25632E22CD9025433D2478EA4C122EF742A14F64637A02EC94DA57DE86C34BF7547
Key Value
FileSize196190
MD569DB39E1EB70B4EA537F70ABEEA1CE96
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.
PackageMaintainerJoel Rosdahl <joel@debian.org>
PackageNamepython-egenix-mxproxy
PackageSectionpython
PackageVersion3.0.0-2ubuntu1
SHA-1FDA60F76747956677C20C98922E8F05DC8340745
SHA-25604D9C1E1E35E8BA1EAD93960D79DD7FBA02ABB6941EAA87AD403CDE938D8C8BE