python-ubersmith

Client library for the Ubersmith API 2.0
Download

python-ubersmith Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Jason Keene
  • Publisher web site:
  • https://github.com/jasonkeene/

python-ubersmith Tags


python-ubersmith Description

python-ubersmith is a Python client library for the Ubersmith API 2.0.Installationpip install -e git+ssh://git@github.com/jasonkeene/python-ubersmith.git#egg=ubersmithExample UseFirst you'll need to setup a request handler with your login credentials:import ubersmithubersmith.init('http://ubersmith/api/2.0/', 'username', 'password')Then you can make API calls:from ubersmith import uber, clientuber.method_list()client.get(email='g.freeman@combineresearch.com')These modules match the methods as documented in the Ubersmith API 2.0 docs.Running Tests# cd to repositorypip install -r test-requirements.txt./runtests.pyProduct's homepage


python-ubersmith Related Software