Metadata-Version: 1.1
Name: pytt-sign
Version: 1.0.2
Summary: Toutiao Sign Module for Python.
Home-page: https://github.com/sdktt/pytt-sign
Author: Hackathon
Author-email: kimi.huang@brightcells.com
License: UNKNOWN
Description: =========
        pytt-sign
        =========
        
        Toutiao Sign Module for Python.
        
        Installation
        ============
        
        ::
        
            pip install pytt-sign
        
        
        Usage
        =====
        
        ::
        
            from pytt_sign import calculate_signature, check_signature, fill_signature
        
        
        Method
        ======
        
        ::
        
            def calculate_signature(params, api_key):
        
            def check_signature(params, api_key, sign=None):
        
            def fill_signature(params, api_key):
        
        
Keywords: Toutiao Sign
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
