Metadata-Version: 1.1
Name: saruman
Version: 0.2.0
Summary: A firewall that leverage AMQP workqueue ! Build by iresam for iresam !
Home-page: https://github.com/tychota/saruman
Author: tychota
Author-email: tycho.tatitscheff+saruman@gadz.org
License: MIT
Description: Saruman
        =======
        
        .. image:: https://scrutinizer-ci.com/g/tychota/saruman/badges/quality-score.png?b=master
            :target: https://scrutinizer-ci.com/g/tychota/saruman/badges/quality-score.png?b=master
            :alt: Code Quality Status
        
        .. image:: https://scrutinizer-ci.com/g/tychota/saruman/badges/coverage.png?b=master
            :target: https://scrutinizer-ci.com/g/tychota/saruman/badges/coverage.png?b=master
            :alt: Build Coverage
        
        .. image:: https://scrutinizer-ci.com/g/tychota/saruman/badges/build.png?b=master
            :target: https://scrutinizer-ci.com/g/tychota/saruman/badges/build.png?b=master
            :alt: Build Status
        
        .. image:: https://readthedocs.org/projects/saruman/badge/?version=latest
            :target: http://saruman.readthedocs.org/en/latest/?badge=latest
            :alt: Documentation Status
        
        .. image::	https://img.shields.io/pypi/v/saruman.svg
            :target: https://img.shields.io/pypi/v/saruman.svg
            :alt: Pypi version
        
        
        Saruman: a logic, configuration based, distribuable firewall.
        
        Saruman is a extended firewall (meaning firewall + dns + dhcp +intruision detection + reverse proxy)
        build by a former `Iresam <https://www.iresam.org>`_.
        It targets I-Resam need's first but should be enough flexible to be used elsewhere.
        
        It still unstable and yet brings not that much.
        Try at your own risks.
        
        Most important Urls
        -------------------
        
        - The full documentation is at `saruman.readthedocs.org <https://readthedocs.org/projects/saruman/>`_
        
        - We are `on Pypi <https://pypi.python.org/pypi/saruman>`_ so we're only
          an ``pip install saruman`` away from installation on your computer.
        
        - The code is at `github.com/tychota/saruman
          <https://github.com/tychota/saruman>`_.
        
        And... we're automatically being tested by Scrutinizer !
        
        Technologies used
        -----------------
        
        - Saruman **does require** Python 3, and if possible the newest version (**Python3.5** for now)
        
        - It **does require** an Celery broker : take **RabbitMQ**, it is good, fast and reliable.
        
        - It **does only works** on a recent linux machine : it requires **nftables** and **iproute2** so a linux 4+ kernel
          would be a necessity.
        
        Available commands
        ------------------
        
        Saruman gives you three commands to manage the worker and one to run your firewall.
        Worker's commands must be run in root since they manage main parts of your system.
        Firewall's one doesn't need this.
        The commands are:
        
        - **saruman workers enable**: start the celery workers on the machine.
        
        - **saruman workers disable**: start the celery workers on the machine.
        
        - **saruman workers reload**: restart the celery workers on the machine.
        
        - **saruman firewall start**: start the firewall
        
        AMQP json-rpc api
        -----------------
        
        Still infant
        
        Credits
        =======
        
        * `Tycho Tatitscheff <mailto://tycho.tatitscheff+saruman@gadz.org>`_ (Nelen & Schuurmans) is the
          originator and main author.
        
        * `Zest software <http://zestsoftware.nl>`_ for their releases manager and also for inspiration (copy paste of most docs).
        
        
        Changelog for Saruman
        =====================
        
        0.2.0 (2016-01-03)
        ------------------
        
        - adding sphinx documentation
        - adding CI coverage
        - fixing nasty unpack in modprobe.py
        
        
        0.1.2 (2016-01-03)
        ------------------
        
        - fixing some typo.
        
        
        0.1.1 (2016-01-03)
        ------------------
        
        - remove download urls as we use sdist
        
        
        0.1.0 (2016-01-03)
        ------------------
        
        - add zest.release to perform check on release an better automation
        - add some yaml config files
        
Keywords: firewall,amqp,nftables,dhcp, reverse-proxy
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Natural Language :: French
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Internet :: Name Service (DNS)
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: System :: Networking
Classifier: Topic :: System :: Networking :: Firewalls
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
