summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control36
1 files changed, 36 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..f7f36e2a
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,36 @@
+Source: pixelated-user-agent
+Maintainer: Thoughtworks <pixelated-team@thoughtworks.com>
+Section: python
+Priority: optional
+Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7.4.3)
+Standards-Version: 3.9.1
+
+
+
+Package: python-pixelated-user-agent
+Architecture: all
+Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client,, leap-mail, gunicorn, python-srp, python-dirspec, python-u1db
+Description: API to serve the pixelated front-end requests
+ Pixelated User Agent Service
+ ============================
+ .
+ This is the service for the Pixelated User Agent. The primary purpose of this is to integrate well with the Pixelated Provider and provide all the capabilities necessary for the UI to work well.
+ .
+ The aim is to support these resources/endpoints:
+ .
+ ```
+ GET /mails
+ DELETE /mails
+ POST /mails
+ PUT /mails
+ POST /mails/read
+ .
+ GET /mail/:id
+ DELETE /mail/:id
+ POST /mail/:id/star
+ POST /mail/:id/unstar
+ POST /mail/:id/replied
+ POST /mail/:id/unreplied
+
+
+