Metadata-Version: 1.2
Name: algosec
Version: 0.3.0
Summary: Set of modules working with Algosec services
Home-page: https://github.com/AlmogCohen/algosec
Author: Almog Cohen
Author-email: UNKNOWN
License: MIT
Description-Content-Type: UNKNOWN
Description: 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 .
        
        
        Testing
        _______
        
        To run the unittests run::
        
            python setup.py nosetests
        
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
