|
| 1 | +Source: flask-restless |
| 2 | +Section: python |
| 3 | +Priority: optional |
| 4 | +Maintainer: Jeffrey Finkelstein < [email protected]> |
| 5 | +Uploaders: Jeffrey Finkelstein < [email protected]> |
| 6 | +Build-Depends: |
| 7 | + debhelper (>= 9), |
| 8 | + dh-python, |
| 9 | + python-all (>= 2.6), |
| 10 | + python-dateutil (>= 2.2), |
| 11 | + python-flask (>= 0.10), |
| 12 | + python-mimerender (>= 0.5.2), |
| 13 | + python-setuptools, |
| 14 | + python-sqlalchemy (>= 0.8), |
| 15 | + python3-all (>= 3.3), |
| 16 | + python3-dateutil (>= 2.2), |
| 17 | + python3-flask (>= 0.10), |
| 18 | + python3-mimerender (>= 0.5.2), |
| 19 | + python3-setuptools, |
| 20 | + python3-sqlalchemy (>= 0.8) |
| 21 | +X-Python-Version: >= 2.6 |
| 22 | +X-Python3-Version: >= 3.3 |
| 23 | +Standards-Version: 3.9.8 |
| 24 | +Homepage: https://pypi.python.org/pypi/Flask-Restless |
| 25 | +Vcs-Git: https://github.com/jfinkels/flask-restless.git |
| 26 | +Vcs-Browser: https://github.com/jfinkels/flask-restless |
| 27 | + |
| 28 | +Package: python-flask-restless |
| 29 | +Architecture: all |
| 30 | +Depends: |
| 31 | + python-dateutil (>= 2.2), |
| 32 | + python-flask (>= 0.10), |
| 33 | + python-mimerender (>= 0.5.2), |
| 34 | + python-sqlalchemy (>= 0.8), |
| 35 | + ${misc:Depends}, |
| 36 | + ${python:Depends} |
| 37 | +Description: A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models. |
| 38 | + This is Flask-Restless, a Flask extension that creates URL endpoints that satisfy the requirements |
| 39 | + of the JSON API specification. |
| 40 | + It is compatible with models that have been defined using either SQLAlchemy or Flask-SQLAlchemy. |
| 41 | + |
| 42 | +Package: python3-flask-restless |
| 43 | +Architecture: all |
| 44 | +Depends: |
| 45 | + python3-dateutil (>= 2.2), |
| 46 | + python3-flask (>= 0.10), |
| 47 | + python3-mimerender (>= 0.5.2), |
| 48 | + python3-sqlalchemy (>= 0.8), |
| 49 | + ${misc:Depends}, |
| 50 | + ${python3:Depends} |
| 51 | +Description: A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models. |
| 52 | + This is Flask-Restless, a Flask extension that creates URL endpoints that satisfy the requirements |
| 53 | + of the JSON API specification. |
| 54 | + It is compatible with models that have been defined using either SQLAlchemy or Flask-SQLAlchemy. |
0 commit comments