GithubHelp home page GithubHelp logo

python-zuora's Introduction

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.

python-zuora's People

Contributors

ahawks-mmf avatar dylancm avatar freddy-mmf avatar

Watchers

 avatar  avatar

Forkers

cooncesean

python-zuora's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.