13 projects tagged "SQLAlchemy"
IMDbPY is a Python package useful to retrieve and manage the data of the IMDb movie database about movies, people, characters, and companies. It can retrieve data from both the IMDb's Web server and a local copy of the whole database. The IMDbPY package can be very easily used by programmers and developers to provide access to the IMDb's data to their programs. Some simple example scripts are included in the package.
MDS (Mandriva Directory Server), along with the Mandriva Management Console (MMC), is a powerful system that allows developers, system administrators, and other software vendors to manage users, groups, and their associated policies in both OpenLDAP server and Fedora Directory Server which allows multi-master replication. Its highly ergonomic interface design makes it very easy to use, and delegation of administration enables medium size organization to adopt MDS.
SASqlConsole is a unified SQL console based on SQLAlchemy. It features pretty colors, intelligent formatting of output, convenient CSV output, a consistent interface across all backends supported by SQLAlchemy, persistent readline history, and tab completion of all tables and columns and a selection of SQL keywords.
sqlamp is an implementation of Materialized Path, an efficient algorithm for working with hierarchical data structures. sqlamp uses (and depends on) SQLAlchemy. Materialized Path is a way to store (and fetch) trees in a relational databases. It is the compromise between Nested Sets and Adjacency Relations in respect to simplicity and efficiency.
Orphereus is a modular imageboard engine with a broad set of features: a flexible system of tags and filters, a pluggable architecture, memcached support for better performance, full-text search powered by the Sphinx engine, a private mode where invitation is required to join, AJAX, extended security, highly customizable appearance, an improved analogue of tripcodes, news and statistics modules, advanced administrative, a maintenance subsystem, internationalization, and much more.
Ibid is a multi-protocol, general purpose, instant messaging chat bot written in Python. It aims for a naturalistic interface rather than strict-syntax commands. Ibid understands many protocols, including IRC, Jabber/XMPP/Google Talk, Campfire, NMDC, and SILC. It also interacts over SMTP, HTTP, and various RPC protocols. Ibid aims to make plugins as easy as possible to write. It ships with a large collection of plugins for looking up information, performing conversions, storing factoids, delivering messages, and much more.
DevContest is a tool for teachers of programming that makes it possible to create programming contests for your students. You prepare tasks, a description of them, an examle of the input and output, and a Python script that generates input and output. Students send their source code to the server and the system decides if they work well..
Cubes is a Python framework for online analytical processing (OLAP), multidimensional analysis, star and snowflake schema denormalization, and cube comptutation. It features a logical model that describes how data are being analyzed and reported, independent of physical data implementation, hierarchical dimensions (attributes that have hierarchical dependencies, such as category-subcategory or country-region), localizable metadata and data localization.