Skip to main content

Baidu XiongZhang Base Class for Python.

Project description

Baidu XiongZhang Base Class for Python.

Installation

pip install pybd-base

Usage

In [1]: from pybd-base import BaseBaidu

In [7]: class XXX(BaseBaidu):
   ...:     pass
   ...:

In [3]: xxx = XXX()

In [4]: xxx.OPENAPI
Out[4]: 'https://openapi.baidu.com'

In [6]: xxx._requests
Out[6]: <bound method XXX._requests of <__main__.XXX object at 0x7f9248260d10>>

In [7]:

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

pybd-base-1.0.2.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

pybd_base-1.0.2-py2.py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 2 Python 3

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