Metadata-Version: 1.2
Name: controlM-rest
Version: 0.1.7
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: # Control M REST API package
        
        This is package for rest service for Control M, if you wanna know more about the Control M, please visit http://www.bmcsoftware.com.au/it-solutions/control-m.html
        
        ## Cores
        All the api endpoints are managed by core.py sits under /controlm_rest_api/library
        
        To initiate the class CoreAPI, you will need the `username`, `password`, and `controlM server url`
        
        
        make the tar.gz file
        `python setup.py sdist bdist_wheel`
        
        upload the package
        `twine upload  --repository-url https://test.pypi.org/legacy/ dist/*`
        `twine upload dist/*`
        
        
Keywords: ControlM,REST-api
Platform: UNKNOWN
Requires-Python: >=2.7
