File: control

package info (click to toggle)
python-macaron 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 164 kB
  • ctags: 257
  • sloc: python: 958; makefile: 8
file content (27 lines) | stat: -rw-r--r-- 803 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
Source: python-macaron
Section: python
Priority: extra
Maintainer: David Paleino <dapal@debian.org>
Build-Depends: 
 debhelper (>= 8~)
 , python (>= 2.6.6-3~)
 , python-nose
XS-Python-Version: >= 2.5
Standards-Version: 3.9.3
Homepage: http://nobrin.github.com/macaron
Vcs-Git: git://git.debian.org/collab-maint/python-macaron.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/python-macaron.git

Package: python-macaron
Architecture: all
Depends:
 ${python:Depends}
 , ${misc:Depends}
Provides: ${python:Provides}
Description: simple ORM for Python, SQLite3 and Bottle web framework
 Macaron is a small and simple object-relational mapper (ORM) for SQLite
 and Python.
 .
 Macaron provides easy access methods to SQLite databases.
 .
 It supports the Bottle web framework through plugin mechanism.