Skip to main content

No project description provided

Project description

Feishu Base Class for Python.

Installation

pip install pyfs_base

Usage

In [1]: from pyfs_base import BaseFeishu

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

In [3]: xxx = XXX()

In [4]: xxx.OPEN_DOMAIN
Out[4]: 'https://open.feishu.cn'

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

pyfs-base-1.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

pyfs_base-1.0.4-py2.py3-none-any.whl (2.8 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