Metadata-Version: 1.2
Name: algosec
Version: 0.7.0
Summary: The AlgoSec SDK for Python
Home-page: https://github.com/algosec/algosec-python
Author: Almog Cohen
Author-email: support@algosec.com
License: MIT
Description-Content-Type: UNKNOWN
Description: ==================
        AlgoSec Python SDK
        ==================
        .. image:: https://img.shields.io/pypi/v/algosec.svg
           :target: https://pypi.python.org/pypi/algosec
           :alt: Package on PyPi
        
        .. image:: https://readthedocs.org/projects/algosec-python/badge/
           :target: http://algosec-python.readthedocs.io/en/latest/
           :alt: Documentation Status
        
        
        
        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.
        
        Installation
        ------------
        
        Install the latest version from PyPi by running::
        
            pip install algosec --upgrade
        
        or clone this repo and run::
        
            python setup.py install
        
        Contribution
        ------------
        
        Contributions are welcome! Please follow the standard pull request process.
        
        Documentation
        -------------
        
        .. image:: https://readthedocs.org/projects/algosec-python/badge/
           :target: https://algosec-python.readthedocs.io/en/latest/
           :alt: Documentation Status
        
        
        Documentation available online at: https://algosec-python.readthedocs.io/en/latest/
        
        How to build doc's locally?
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        Using Spinx::
        
            $ cd docs
            $ make html
        
        Then see the ``docs/_build`` folder created for the html files.
        
        Developing
        ----------
        
        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 .
        
        
        Testing
        ^^^^^^^
        
        To run the unittests run::
        
            python setup.py nosetests
        
        
        Deploying To PyPi
        ^^^^^^^^^^^^^^^^^^^
        
        Run::
        
            python setup.py sdist
            twine upload dist/algosec-*.tar.gz
        
        
Keywords: algosec businessflow fireflow firewallanalyzer security policy management network security
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Requires-Python: ~=2.7
