Package for CGP CLI access
Project 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
Simple example:
server = Server('hostname')
server.connect()
server.login('username', 'password')
print(server.get_account_info('*'))
server.disconnect()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CGPCLI-1.1.9.tar.gz
(33.1 kB
view details)
File details
Details for the file CGPCLI-1.1.9.tar.gz.
File metadata
- Download URL: CGPCLI-1.1.9.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.8.0 tqdm/4.30.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
89d3957939427f07a42ab1717547ac88c0029a7f9990ff0aa801df874aa4ca18
|
|
| MD5 |
32d97e70322245b82df0e0071fabd1cc
|
|
| BLAKE2b-256 |
c274fcfca25049bb770de86115ab36180a0f10d0cc179bec542239bfd0b6a13f
|