Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython
INSTALL>
pypm install xotl.ql

How to install xotl.ql

  1. Download and install ActivePython
  2. Open Command Prompt
  3. Type pypm install xotl.ql
 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
0.1.4dev
0.2.1devNever BuiltWhy not?
0.1.4dev Available View build log
Windows (64-bit)
Mac OS X (10.5+)
0.1.4dev
0.2.1devNever BuiltWhy not?
0.1.4dev Available View build log
Linux (32-bit)
0.2.1dev Available View build log
0.1.7 Available View build log
0.1.4dev Available View build log
0.1.2dev Available View build log
Linux (64-bit)
0.2.1dev Available View build log
0.1.4dev Available View build log
0.1.2dev Available View build log
 
License
GNU General Public License version 3 or later ...
Lastest release
version 0.2.1dev on Apr 14th, 2013

This package provides an implementation of a query language for Python. The query language is based on Python's generator expression. A query in this language looks like this:

>>> from xotl.ql import these, parent

>>> query = these(child
...               for parent in this
...               if parent.children & parent.age > 32
...               for child in parent.children
...               if child.age < 6)

The resultant query is an object that "describes" at the syntactical level the query expression above.

Full documentation kept at Read the doc.

How to contribute

You may contribute as much as you like, and by any means you feel the project may be help. If is code what you may apport; just fork this project make changes and place a pull request.

What does xotl mean?

The word "xotl" is a Nahuatl word that means foundation, base. The xotl package comprises the foundation for building reliable systems: both frameworks, libraries and an object model that allows to build complex systems.

Subscribe to package updates

Last updated Apr 14th, 2013

Download Stats

Last month:1

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.