Metadata-Version: 2.1
Name: nonfig-sdk
Version: 0.0.1
Summary: UNKNOWN
Home-page: https://github.com/nonfig/python-sdk
Author: Nonfig Developers
Author-email: admin@nonfig.com
License: UNKNOWN
Description: # Python SDK
        
        The open source SDK will ease the integration with your platform if you are running on Python. For more information about the documentation, please check out [docs.nonfig.com](https://docs.nonfig.com)
        
        ### Example code
        
        ```python
        from api import Nonfig
        
        options = {
          "app_id": "c1e8293f-58be-4c55-9db4-b1c39cbc1dcb", # Replace with your App ID
          "app_secret": "XuuhXorEZqeRTJjHumGCgnPuZMdQgVvu", # Replace with your App Secret
          "debug": True,
          "cache_enable": True,
          "cache_ttl": 60
        }
        nonfig = Nonfig(app_id="haha", app_secret="haha")
        ```
        
        ## Docs
        
        We have extensive documentation available [here](https://docs.nonfig.com/sdk/python) at the disposal. You shall be able to find example or sample codes too.
        
        ## Guidelines
        
        Please apply a correct label whether you are filing a Bug, Suggestion or just a question.
        
        - Bug = `bug`
        - Suggestion = `feature`
        - Question = `help`
        
        
        ## Contribution
        
        The project is maintained by the Nonfig's Core Team and following contributors (if any).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
