Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

nateyoder/python-zuora

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
112 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-zuora

Overview

This is a simple client designed to communicate with Zuora via Python Suds.

Dependencies

Right now, the client's primary dependency is on a patched version of the Suds library.

Hopefully that will change soon.

Usage

Using the client is fairly simple:

$ pwd
/usr/local/project/python-zuora
$ python
...
>>> # Get a new client with the default host and path.
>>> import zuora
>>> zuora_settings = {'username': 'example_user',
>>>                   'password': 'example_pass',
>>>                   'wsdl_file': 'zuora.a.39.0.dev.wsdl'}
>>> z = zuora.Zuora(zuora_settings)
>>> z.get_account(user_id=1232)

Be sure to replace usernames and passwords with your own values.

Running tests locally is as simple as:

$ py.test --pdb -v python-zuora/zuora/tests.py

Advice for maintainers

Maintainers should strive not to include any proprietary information. The client should also present a clean interface. Please be ruthless about explicitness and code legibility.

About

Python Zuora library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.