Metadata-Version: 2.0
Name: algosec
Version: 0.2.0
Summary: Set of modules working with Algosec services
Home-page: https://github.com/AlmogCohen/algosec
Author: @AlmogCohen
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2.7
Requires-Python: ~=2.7
Requires-Dist: requests
Requires-Dist: enum
Requires-Dist: suds-requests

algosec
=======

Framework tools and api clients to work with your on on-premises Algosec services.
Currently only certain range of API functions are implemented to communicate with:

* Algosec BusinessFlow
* Algosec FireFlow
* Algosec FirewallAnalyzer

Contribution
------------

Currently the sdk is pretty basic, and every contribution will be welcome with a proper PR :)

Developing
----------

To setup the project for local development, make sure you have a Python 2.7 virtualenv setup::

    mkvirtualenv --python=python2.7 algobotframeworkenv -a .

and then to install the package run::

    pip install -e .

This will install all the dependencies and set the project up for local usage and development .



