File: control

package info (click to toggle)
elixir 0.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 404 kB
  • ctags: 494
  • sloc: python: 3,200; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,350 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Source: elixir
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Piotr Ożarowski <piotr@debian.org>, Gustavo Noronha Silva <kov@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.3.5-11), python-setuptools (>= 0.6b3),
# tests:
 python-sqlalchemy, python-nose
Standards-Version: 3.9.5
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/elixir/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/elixir/trunk/
Homepage: http://elixir.ematia.de/
X-Python-Version: >= 2.4

Package: python-elixir
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Recommends: python-crypto
Description: declarative mapper for SQLAlchemy
 A declarative layer on top of SQLAlchemy. It is a fairly thin wrapper, which
 provides the ability to define model objects following the Active Record
 design pattern, and using a DSL syntax similar to that of the Ruby on Rails
 ActiveRecord system.
 .
 Elixir does not intend to replace SQLAlchemy's core features, but instead
 focuses on providing a simpler syntax for defining model objects when you do
 not need the full expressiveness of SQLAlchemy's manual mapper definitions.
 .
 Elixir is intended to replace the ActiveMapper SQLAlchemy extension, and the
 TurboEntity project.