Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kudanai/libDhiraagu
Python libraries for interacting with Dhiraagu web services
https://github.com/kudanai/libDhiraagu
Last synced: 26 days ago
JSON representation
Python libraries for interacting with Dhiraagu web services
- Host: GitHub
- URL: https://github.com/kudanai/libDhiraagu
- Owner: kudanai
- Archived: true
- Created: 2012-02-04T16:29:05.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T17:11:44.000Z (almost 13 years ago)
- Last Synced: 2024-08-03T13:02:10.703Z (4 months ago)
- Language: Python
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-maldives - libDhiraagu - Python libraries for interacting with Dhiraagu web services. (Table of Contents / PYTHON Projects)
README
**libDhiraagu** is a collection of python libraries to interact with various web services provided by Dhiraagu (http://www.dhiraagu.com) - a local telco in Maldives.
## Documentation**todo**
## demo apps
the sms.py library file has a cli interface and can be used directly from the command line. e.g. try: `python sms.py -h` for usage information.
trayApp.py is a simple pySide/qt4 application that will sit on the systemTray. click the icon to display a nice drop-down widget. (expect some problems with this behavior on windows). You will need to have Qt4 and pySide installed.(pyqt4 should work too - change `from pySide import…` to `from PyQt4 import…`)
![image](https://github.com/kudanai/libDhiraagu/raw/master/screenshots/trayApp.jpg)