py-bingads

Wraps BingAds Python SDK to make it more Pythonic


Keywords
python, bingads, bing, ads, api
License
MIT
Install
pip install py-bingads==0.1.4

Documentation

python-bingads

Python wrapper for the BingAds Python SDK which interacts with Bing Ads API web services. This library's goal is to make a more Pythonic version of the BingAds Python SDK. Extensions and pull requests are encouraged and welcome.

Releases

Information about releases and changes with versions can be found in the release history.

Dependencies

  • bingads
  • six

Installation

pip install py-bingads

Usage

>>> from py_bingads.services import BingAds

Running tests & coverage

The whole test suite is run by:

inv test

To run a single test just run py.test -vv --doctest-modules tests/.../test_something.py inside the virtual env.

The code coverage is stored in .coverage (pickled) and in the _coverage/ directory (HTML).

The HTML coverage report can then be opened in a browser by:

open _coverage/index.html

Documentation

[to do]

Contributing

"If you want to go fast, go alone. If you want to go far, go together." -- African proverb

We would love for you to contribute! Please read through our contributing guidelines.

Code of Conduct

Collaboration is happiest and most fruitful when people work with one another in a compassionate manner. Please take a few moments to read through our code of conduct before contributing.