Skip to main content

Python Client for Smappi API

Project description

Support python>=2.7, python>=3.0

https://secure.travis-ci.org/smappi/smappi-py.png

More information on https://smappi.org/

Installation

This client is delivered without any dependencies!

pip install smappi

Examples

Use the helper:

>>> from smappi import smappi
>>> smappi('adw0rd/example').greeting(name='friend')
"Hello, friend!"

Or use the full version:

>>> import smappi
>>> smappi.Request('adw0rd/example', 'json').calculator(digits=[42, 42, 42])
126
>>> smappi.Request('adw0rd/example', 'json').calculator(digits='42,42,42')
126

For local development and debug specify host as path:

>>> from smappi import smappi
>>> smappi('localhost:8000').greeting(name='friend')
"Hello, friend!"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

smappi-0.1.7.tar.gz (2.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page