sqlalchemy 0.8.4-1build1 source package in Ubuntu

Changelog

sqlalchemy (0.8.4-1build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:54:12 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Piotr Ożarowski
Architectures:
any all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Downloads

File Size SHA-256 Checksum
sqlalchemy_0.8.4.orig.tar.gz 3.7 MiB 92646ef7567d85d42ad7abf4ccc4327d664d32d4e9e4fd8a241f865c639a98c0
sqlalchemy_0.8.4-1build1.debian.tar.gz 10.4 KiB 82ffcb0862bdaf1b194cc8b91a2be75ffc7b3a77826acbe718bc0d3f7d04d4a0
sqlalchemy_0.8.4-1build1.dsc 1.7 KiB 9cabf842054f8723dae806ad63a5800dc491bab4c0ce730a13d94b58b094a97b

View changes file

Binary packages built by this source

python-sqlalchemy: SQL toolkit and Object Relational Mapper for Python

 SQLAlchemy is an SQL database abstraction library for Python.
 Its strengths are:
  * full power and flexibility of SQL. SQLAlchemy provides a full suite
    of well known enterprise-level persistence patterns, designed for
    efficient and high-performing database access, adapted into a simple
    and Pythonic domain language.
  * extremely easy to use for all the basic tasks, such as: accessing pooled
    connections, constructing SQL from Python expressions, finding object
    instances, and committing object modifications back to the database.
  * powerful enough for complicated tasks, such as: eager load a graph of
    objects and their dependencies via joins; map recursive adjacency
    structures automatically; map objects to not just tables but to any
    arbitrary join or select statement; combine multiple tables together to
    load whole sets of otherwise unrelated objects from a single result set;
    commit entire graphs of object changes in one step.
  * built to conform to what DBAs demand, including the ability to swap out
    generated SQL with hand-optimized statements, full usage of bind parameters
    for all literal values, fully transactionalized and consistent updates
    using Unit of Work.
  * modular. Different parts of SQLAlchemy can be used independently of the
    rest, including the connection pool, SQL construction, and ORM. SQLAlchemy
    is constructed in an open style that allows plenty of customization, with
    an architecture that supports custom datatypes, custom SQL extensions, and
    ORM plugins which can augment or extend mapping functionality.

python-sqlalchemy-doc: No summary available for python-sqlalchemy-doc in ubuntu utopic.

No description available for python-sqlalchemy-doc in ubuntu utopic.

python-sqlalchemy-ext: No summary available for python-sqlalchemy-ext in ubuntu utopic.

No description available for python-sqlalchemy-ext in ubuntu utopic.

python3-sqlalchemy: No summary available for python3-sqlalchemy in ubuntu utopic.

No description available for python3-sqlalchemy in ubuntu utopic.