docs | |
tests | |
package |
A Python SDK providing simple access to AlgoSec APIs, including handy methods to implement common network security policy management tasks, such as:
- Check whether specific traffic is allowed by the firewalls and security devices in the network.
- Open a network security change request.
- Check status of existing change requests.
- Update business application connectivity requirements (and automatically trigger change requests as needed)
Useful for automation and orchestration (e.g. DevOps), building custom portals, or exposing specific functionality to Application Owners, IT, Helpdesk, Information Security, Security Operations, etc.
Included in this package are clients for AlgoSec Firewall Analyzer, FireFlow and BusinessFlow.
Install the latest version from PyPi by running:
pip install algosec --upgrade
or clone this repo and run:
python setup.py install
Contributions are welcome! Please follow the standard pull request process.
Documentation available online at: https://algosec-python.readthedocs.io/en/latest/
Using Spinx:
$ cd docs
$ make html
Then see the docs/_build
folder created for the html files.
To install the package for local development just run:
pipenv install
This will install all the dependencies and set the project up for local usage and development .
To run the unittests for all supported python versions, simply run:
tox