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
File details
Details for the file py_bingads-0.1.4.tar.gz
.
File metadata
- Download URL: py_bingads-0.1.4.tar.gz
- Upload date:
- Size: 20.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0d3f9b6af1ab303022c62f3eef0b5d972149526cfe81c25215e3ffc6afa368a |
|
MD5 | f90d5d172a81d89a43191cd75999805a |
|
BLAKE2b-256 | ce8fd61c0897ceaf456e4bc2f972ab9b3ddddf72d11e9e5ac238630462f76afc |