Skip to main content

Wraps BingAds Python SDK to make it more Pythonic

Project description

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.

Release History

0.1.4 (2018-05-29)

  • Remove support of tuples for negative keywords

0.1.3 (2018-05-28)

  • Fix negative keywords

0.1.2 (2018-05-28)

  • Fix encoding issues

0.1.1 (2018-05-28)

  • Allow tuples to be passed as negative keywords

0.1.0 (2018-02-23)

  • Birth!

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

py_bingads-0.1.4.tar.gz (20.7 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