All Projects → karanlyons → Chump

karanlyons / Chump

Licence: other
The Best API Wrapper for Pushover.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Chump

Alphavantage.net
.Net client library for Alpha Vantage API
Stars: ✭ 52 (-22.39%)
Mutual labels:  api-client
Github
Ruby interface to GitHub API
Stars: ✭ 1,081 (+1513.43%)
Mutual labels:  api-client
Mvvmdemo
MVVMDemo With ReactiveCocoa
Stars: ✭ 60 (-10.45%)
Mutual labels:  api-client
Morningstar
Morningstar API Client
Stars: ✭ 52 (-22.39%)
Mutual labels:  api-client
Anaconda
A Go client library for the Twitter 1.1 API
Stars: ✭ 1,077 (+1507.46%)
Mutual labels:  api-client
Groupy
A simple yet powerful API wrapper for the GroupMe messaging service.
Stars: ✭ 57 (-14.93%)
Mutual labels:  api-client
Apiclientcodegen
A collection of Visual Studio custom tool code generators for Swagger / OpenAPI specification files
Stars: ✭ 50 (-25.37%)
Mutual labels:  api-client
Igdb
Go client for the Internet Game Database API
Stars: ✭ 65 (-2.99%)
Mutual labels:  api-client
Quandl Python
Stars: ✭ 1,076 (+1505.97%)
Mutual labels:  api-client
Somfy Open Api
REST API client for the Somfy Open API
Stars: ✭ 59 (-11.94%)
Mutual labels:  api-client
Yelp Android
Stars: ✭ 53 (-20.9%)
Mutual labels:  api-client
Wikipedir
R's MediaWiki API client library
Stars: ✭ 54 (-19.4%)
Mutual labels:  api-client
Openapi Generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
Stars: ✭ 10,634 (+15771.64%)
Mutual labels:  api-client
Google Measurement Php Client
PHP Client to send analytics data over the Google Measurement Protocol to Google Analytics
Stars: ✭ 52 (-22.39%)
Mutual labels:  api-client
Redux Api Call
One declarative API to create reducers, action creators and selectors for any API calls
Stars: ✭ 63 (-5.97%)
Mutual labels:  api-client
Php Quandl
Easy access to the Quandl Data API using PHP
Stars: ✭ 51 (-23.88%)
Mutual labels:  api-client
Api Php Client
PHP client of Akeneo PIM API
Stars: ✭ 56 (-16.42%)
Mutual labels:  api-client
Moneybird Php Client
PHP Client for Moneybird V2
Stars: ✭ 67 (+0%)
Mutual labels:  api-client
Slacko
A neat interface for Slack
Stars: ✭ 64 (-4.48%)
Mutual labels:  api-client
Avenue
Wrapper around URLSession and URLSessionTask to enable seamless integration with Operation / OperationQueue.
Stars: ✭ 58 (-13.43%)
Mutual labels:  api-client

Chump

.. image:: https://img.shields.io/pypi/v/chump.svg :target: https://pypi.org/project/chump :alt: PyPI Version

.. image:: https://img.shields.io/pypi/l/chump.svg :target: https://pypi.org/project/chump :alt: License

.. image:: https://img.shields.io/pypi/pyversions/chump.svg :target: https://pypi.org/project/chump :alt: Python Compatibility

.. image:: https://img.shields.io/badge/docs-latest-blue.svg :target: https://chump.readthedocs.io :alt: Documentation

Chump is a fully featured API wrapper for Pushover <https://pushover.net>_:

.. code-block:: pycon

>>> from chump import Application
>>> app = Application('vmXXhu6J04RCQPaAIFUR6JOq6jllP1')
>>> app.is_authenticated
True
>>> user = app.get_user('KAGAw2ZMxDJVhW2HAUiSZEamwGebNa')
>>> user.is_authenticated, user.devices
(True, {'iPhone'})
>>> message = user.send_message("What's up, dog?")
>>> message.is_sent, message.id, str(message.sent_at)
(True, '7LjjD6bK8hgqdK6aJzZUblOPPH9cVpjZ', '2005-10-05 07:50:40+00:00')

Installation

Install chump just like everything else:

.. code-block:: bash

$ pip install chump

Documentation

Full documentation is available at ReadTheDocs <https://chump.readthedocs.io>_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].