Metadata-Version: 2.1
Name: pyfs-application
Version: 1.0.2
Summary: Feishu Application Module for Python.
Home-page: https://github.com/feishu-sdk-python/pyfs-application.git
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Keywords: Feishu Application
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: pyfs-auth (>=1.0.3)

================
pyfs-application
================

Feishu Application Module for Python.

Installation
============

::

    pip install pyfs-application


Usage
=====

::

    from pyfs_application import Application, is_user_admin


Method
======

::

    class MarketCode(BaseToken):
        def __init__(self, appid=None, secret=None, token=None, storage=None):
            super(MarketCode, self).__init__(appid=appid, secret=secret, token=token, storage=storage)

        def is_user_admin(self, open_id=None, employee_id=None, appid=None, secret=None, ticket=None, token=None, storage=None):



