A CyberFlood REST API client
Project description
CyberFlood Python Client
pip package to interact with the CyberFlood REST API.
Note that this is still a work in progress and not all actions of the API are implemented yet (far from it, in fact). If you need a missing action to be implemented, please create a ticket on the Github repository.
Installation
From pip:
pip install cyberfloodClient
Usage
import cyberfloodClient
print("Checking for connectivity & credentials...", end=" ")
cfClient = cyberfloodClient.CfClient["userName", "password", "controllerAddress"]
cfClient.generateToken()
if cfClient.isLogged():
print("success! [" + cfClient.userName + "]")
else:
print("error! Please check your configuration.")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cyberfloodClient-0.0.7.tar.gz
(3.3 kB
view hashes)
Built Distribution
Close
Hashes for cyberfloodClient-0.0.7-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8b62ce67727e6886d8a838105b23e58b25c1f164d927de2c7347b23cea795fa4 |
|
MD5 | 17c113233685e73a729febd59b8fadcb |
|
BLAKE2b-256 | 3e392a540ed986d9231fe784f9d02287e99d48de979eb4975cfbe4e30e682be5 |