Source: yowsup
Section: python
Priority: optional
Maintainer: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-axolotl (>= 0.1.35),
               python-dateutil,
               python-pil,
               python-setuptools
Standards-Version: 3.9.8
Homepage: https://github.com/tgalal/yowsup
Vcs-Git: https://anonscm.debian.org/git/collab-maint/yowsup.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/yowsup.git

Package: python-yowsup
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: library to implement a WhatsApp client
 WhatsApp Messenger is a cross-platform mobile messaging app
 which allows you to exchange messages, via Internet, without
 having to pay for SMS, using a mobile phone.
 .
 In addition to basic messaging, WhatsApp users can create
 groups, send each other unlimited images, video and audio
 media messages.
 .
 Yowsup is a cross platform Python library that enable to do all
 the previous in your own app. Yowsup allows you to login and use
 the WhatsApp service, providing all capabilities of an official
 WhatsApp client, allowing to create a full-fledged custom
 WhatsApp client.
 .
 python-yowsup has these features:
    - Registration.
    - Text send/receive.
    - Encryption of messages.
    - Media send/receive (images, videos, audio, location,
      contact cards).
    - Groups(create, leave, join, update picture, updating
      subject).
    - Fetch user profile picture.
    - Fetch user status.
    - Set profile picture.
    - Set group icon.
    - Set status and others.
  .
  The package yowsup-cli is a good example of the python-yowsup
  implementation.

Package: yowsup-cli
Section: net
X-Python-Version: >= 2.6
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-yowsup,
         python-libxml2,
         python-axolotl (>= 0.1.35),
         python-dateutil
Description: command line tool that acts as WhatsApp client
 WhatsApp Messenger is a cross-platform mobile messaging app which allows
 you to exchange messages, via Internet, without having to pay for SMS,
 using a mobile phone.
 .
 In addition to basic messaging, WhatsApp users can create groups, send
 each other unlimited images, video and audio media messages.
 .
 yowsup-cli is a command line program, based in python-yowsup library, that
 allows you to login and use the WhatsApp service, providing all capabilities
 of an official WhatsApp client, as encryption of messages. This program can
 be used for multiple purposes as e.g. to receive messages from network servers
 or appliances, notifying about issues, via direct command or by special agents
 (Zabbix, Nagios, iwatch, portsentry, etc.).
 .
 This package is a good example of the python-yowsup library implementation.
