Python library for the boxcar.io API
Project description
Introduction
towbar is a python library for the boxcar.io web service.
Installation
Install via pip:
pip install towbar
Or if you must:
easy_install towbar
Usage
towbar can be imported into any python module:
from towbar import Towbar tow_bar = Towbar(user, password)
The object then provides the following API methods:
tow_bar.notify_myself(message, sender)
There is also an exported API function which can be used directly:
import towbar towbar.send_notification(user, password, text)
Dependencies
TODO
Full API support
Provider support
Integration testing
Meta
Contribute
If you want to contribute:
Fork the project.
Make your feature addition or bug fix based on develop.
Add tests for it. This is important so I don’t break it in a future version unintentionally.
Commit, do not mess with version
Send me a pull request. Bonus points for topic branches.
History
0.1.0 (2011-09-10)
basic API access
send notification to oneself
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file towbar-0.1.2.tar.gz
.
File metadata
- Download URL: towbar-0.1.2.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 68bfb37724bb677ee088e6517d5e689e8569142bcf863f41075406933d36c1be |
|
MD5 | 52a97d421583a0900d43d437eaf5ffa2 |
|
BLAKE2b-256 | b1eb72af680a64fe12e5f800af0c0e9e49191f556b7741621ccbf3a7d60cb5aa |