Metadata-Version: 2.0
Name: detectr
Version: 0.0.2
Summary: Intrusion detection based on system calls.
Home-page: https://github.com/daniel-e/detectr
Author: Daniel Etzold
Author-email: detzold@gmail.com
License: MIT license
Keywords: detectr
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.5

=======
Detectr
=======


.. image:: https://img.shields.io/pypi/v/detectr.svg
        :target: https://pypi.python.org/pypi/detectr

.. image:: https://img.shields.io/travis/daniel-e/detectr.svg
        :target: https://travis-ci.com/daniel-e/detectr

.. image:: https://readthedocs.org/projects/detectr/badge/?version=latest
        :target: https://detectr.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Intrusion detection based on system calls.


* Free software: MIT license
* Documentation: https://detectr.readthedocs.io.


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2020-10-15)
------------------

* First release on PyPI.


