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.6.tar.gz
(3.2 kB
view hashes)
Built Distribution
Close
Hashes for cyberfloodClient-0.0.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | da20228263df8d39a986485bbf7b60191237da8410760a6f5fc709594588562a |
|
MD5 | 865ecfbf637610602f89c9357160fab3 |
|
BLAKE2b-256 | 7f3e2349378cd766b82b6b157af610c10846445adeed043a292fad5259ec0cf7 |