Metadata-Version: 2.1
Name: tmsproviderapisdk
Version: 0.0.3
Summary: TVIP TMS provider api sdk
Home-page: https://github.com/tvip/tmsproviderapisdk
Author: Tvip
Author-email: td@tvip.ru
License: UNKNOWN
Description: # TMS Provider API sdk
        The TMS provider api SDK provides Python APIs to create and manage accounts, devices, subsriptions, etc. 
        
        ## System Requirements
         * requests
         
         On Debian-based systems, run:
         
         `apt-get install python3-requests`
         
        
        ## Installation
        Install using pip:
        
        `pip3 install tmsproviderapisdk`
        
        ## Usage:
        
        See examples folder.
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
