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.4.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for cyberfloodClient-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 460735791762d5e7f50a2c63cdc632d70d080e3da89816000f479c85f07961bb |
|
MD5 | 917aecbe57a84614012124f69100424f |
|
BLAKE2b-256 | 9ff803360db246f1c29b5e011061cac61ee9dcf745a7e4cec8d23b40900d391f |