Skip to content

pepribas/F3AT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FEAT => F3AT => Flumotion Asynchronous Autonomous Agent Toolkit

=== Repository ===

Get the code::

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

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

	git submodule init
	git submodule update


=== Make Commands ===

From source directory.

To run the tests::

	make


To check coverage::

	make coverage

To check local commits before pushing::

	make check-commit

To check PEP8:

	make check-local-pep8

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published