This is a framework for writing cloud based network applications. Take a look at the introduction: https://github.com/downloads/f3at/feat/introduction_to_feat.pdf for details.
Python JavaScript Other
Latest commit 15da93f Apr 14, 2016 @kowalski kowalski Release 1.0.5
Permalink
Failed to load latest commit information.
bin
common
conf
doc
etc/sudoers.d
examples/featchat
gateway/static
log
run
sbin
src/feat
tools
.gitignore
.gitmodules
LICENSE.GPL
MANIFEST.in
Makefile
README
RELEASE
TODO
env
feat.spec
setup.py

README

FEAT => F3AT => Flumotion Asynchronous Autonomous Agent Toolkit

=== Repository ===

Get the code::

    git clone --recursive git@github.com:f3at/feat.git
    cd feat

If you forgot the parameter "--recursive", then you should do::

    git submodule init
    git submodule update


=== Make Commands ===

From source directory.

To run the tests::

    cd src
    make


To check coverage::

    make coverage

To check local commits before pushing::

    make check-commit

To check PEP8:

    make check-local-pep8

=== Buildbot ===

You can check the state of the builds in our public buildbot:
    http://build.fluendo.com:8075/waterfall