Commit Graph

3 Commits (092ddc1853d4f11baf7d6b64c61e0e3b29044e07)

Author SHA1 Message Date
Eric Leblond 55ccd3b17d suricatasc: now python 2 and 3 compatible
Update code to support both python 2 and python 3.
11 years ago
Eric Leblond 1b9cc03653 suricatasc: factorize command parsing 11 years ago
Eric Leblond cd305c3a78 suricatasc: update python packaging
'make install' install now suricatasc script and Python module to
the system. The suricatasc client module can now be used in other
Python projects by using 'import suricatasc'.

A transformation was needed for distribution of a module and a script.
Module in src directory is now containing most of the code and the
script only handle argument parsing and the creation of a unix socket
client through 'suricatasc' module.
13 years ago