Metadata-Version: 1.1
Name: pyfs-decrypt
Version: 1.0.0
Summary: Feishu Decrypt Module for Python.
Home-page: https://github.com/feishu-sdk-python/pyfs-decrypt
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: ============
        pyfs-decrypt
        ============
        
        Feishu Decrypt Module for Python.
        
        Installation
        ============
        
        ::
        
            pip install pyfs-decrypt
        
        
        Usage
        =====
        
        ::
        
            from pyfs_decrypt.data import decrypt
        
        
        Method
        ======
        
        ::
        
            def decrypt(session_key, encrypted_data, iv):
        
        
Keywords: Feishu Decrypt
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: Topic :: Software Development :: Libraries :: Python Modules
