Metadata-Version: 2.1
Name: dmsapi
Version: 0.2.1
Summary: Simple DSM-DMS API
Home-page: https://github.com/dmsapi/python
Author: moreal
Author-email: dev.moreal@gmail.com
License: UNKNOWN
Description: # Python DMS-API
        
        DSM-DMS api server wrapping library
        
        ## Example
        
        ```python
        # Make user stay :)
        from dmsapi import DMSSession
        from dmsapi.api.stay import StayType
        
        session = DMSSession('<user-id>', '<user-password>')
        session.stay.apply(StayType.STAY)
        ```
        
        ## License
        
        MIT
        
        ## Contribution
        
        Welcome!!
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
