egenix-mx-base 3.2.1-1ubuntu1 source package in Ubuntu

Changelog

egenix-mx-base (3.2.1-1ubuntu1) precise; urgency=low

  * mxSetup.py: Go back to importing customize_compiler from
    distutils.sysconfig.  This is needed with Python 2.7.3, and should still
    work with earlier 2.7 versions.
 -- Colin Watson <email address hidden>   Mon, 02 Apr 2012 23:24:37 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release main interpreters

Downloads

File Size SHA-256 Checksum
egenix-mx-base_3.2.1.orig.tar.gz 4.4 MiB 4cf18ba4b4c827d8ff8de5a1a6e4cf7f241de6d1f940aa6107807c0a3003b301
egenix-mx-base_3.2.1-1ubuntu1.debian.tar.gz 12.2 KiB a735c11db7ede45f9ce9c69dfdccac21566c345cbda4aaa6046ae23af97fc31c
egenix-mx-base_3.2.1-1ubuntu1.dsc 3.2 KiB f294652e3e13d288a8e5b5688a519393be1f4f4c9b803ec7b287615432a8a1c6

Available diffs

View changes file

Binary packages built by this source

python-egenix-mx-base-dbg: extension files for the egenix-mx-base distribution (debug build)

 This package contains the extensions built for the Python debug
 interpreter.
 .
 You normally don't need to install this package.

python-egenix-mx-base-dev: development files for the egenix-mx-base distribution

 This package contains the C header files needed to build C Python
 modules based on the egenix-mx-base modules. It contains no other
 functionality.

python-egenix-mxbeebase: on-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.

python-egenix-mxbeebase-doc: No summary available for python-egenix-mxbeebase-doc in ubuntu quantal.

No description available for python-egenix-mxbeebase-doc in ubuntu quantal.

python-egenix-mxdatetime: No summary available for python-egenix-mxdatetime in ubuntu quantal.

No description available for python-egenix-mxdatetime in ubuntu quantal.

python-egenix-mxdatetime-doc: No summary available for python-egenix-mxdatetime-doc in ubuntu quantal.

No description available for python-egenix-mxdatetime-doc in ubuntu quantal.

python-egenix-mxproxy: generic 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.

python-egenix-mxproxy-doc: generic proxy wrapper type for Python (documentation)

 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.
 .
 The package includes documentation for mxProxy.

python-egenix-mxqueue: No summary available for python-egenix-mxqueue in ubuntu quantal.

No description available for python-egenix-mxqueue in ubuntu quantal.

python-egenix-mxqueue-doc: fast and memory-efficient queue for Python (documentation)

 mxQueue is a Python extension package that provides a new object type
 called Queue.
 .
 The package includes documentation for mxQueue.

python-egenix-mxstack: fast 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.

python-egenix-mxstack-doc: No summary available for python-egenix-mxstack-doc in ubuntu quantal.

No description available for python-egenix-mxstack-doc in ubuntu quantal.

python-egenix-mxtexttools: No summary available for python-egenix-mxtexttools in ubuntu quantal.

No description available for python-egenix-mxtexttools in ubuntu quantal.

python-egenix-mxtexttools-doc: fast text processing tools for Python (documentation)

 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.
 .
 The package includes documentation for mxTextTools.

python-egenix-mxtools: collection 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.

python-egenix-mxtools-doc: No summary available for python-egenix-mxtools-doc in ubuntu quantal.

No description available for python-egenix-mxtools-doc in ubuntu quantal.

python-egenix-mxuid: unique 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.

python-egenix-mxuid-doc: unique identifiers for Python (documentation)

 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.
 .
 The package includes documentation for mxUID.

python-egenix-mxurl: flexible 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.

python-egenix-mxurl-doc: No summary available for python-egenix-mxurl-doc in ubuntu quantal.

No description available for python-egenix-mxurl-doc in ubuntu quantal.