Metadata-Version: 2.1
Name: CGPCLI
Version: 0.1.12
Summary: Package for CGP CLI access
Home-page: UNKNOWN
Author: Lesnikov Nikita
Author-email: nlesnikov@communigate.ru
License: UNKNOWN
Description: CGPCLI is Python libary that allows you to reach CGP servers and execute CLI commands from your Python code.
        
        It consists of:
        - **Commands**: contains all CLI command
        - **Errors**: some errors with that you may handel
        - **Connection**: methods to connect to CGP server
        - **Parser**: includes methods to convert CGP objects to Python ones and vice versa
        
        [CLI commands manual](http://www.communigate.ru/CommuniGatePro/CLI.html)
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
