Metadata-Version: 2.1
Name: CGPCLI
Version: 1.1.1
Summary: Package for CGP CLI access
Home-page: UNKNOWN
Author: Lesnikov Nikita, Victor Gradzyavichus
Author-email: gvv@communigate.ru
License: UNKNOWN
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
License-File: LICENSE

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)

