Metadata-Version: 1.2
Name: patchlib
Version: 0.1.0
Summary: A command line tool for Jamf Pro patch definition management.
Home-page: https://github.com/brysontyrrell/PatchCLI
Author: Bryson Tyrrell
Author-email: bryson.tyrrell@gmail.com
License: MIT
Description: PatchCLI
        ========
        
        A command line tool for generating Jamf Pro patch definitions, patch updates,
        and built-in integration to Patch Server and CommunityPatch APIs.
        
        **WARNING:** This tool is under active development and the CLI interface and
        features will be changing frequently between updates.
        
        Install
        -------
        
        PatchCLI can be installed from the Python Package Index:
        
        ::
        
            $ pip install patchcli
        
        About
        -----
        
        Server Configs
        --------------
        
        Basic Usage
        -----------
        
        ::
        
            $ patchcli -h
        
        PatchLib
        ========
        
        Import and use the API clients for Patch Server and CommunityPatch.
        
        
        History
        =======
        
        0.1.0 (2018-10-25)
        ^^^^^^^^^^^^^^^^^^
        
        Repository setup. Port existing patchstarter.py functionality as-is.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
Requires-Python: >=2.7
