Find a file
2019-10-19 16:53:45 +02:00
docs Add doc template. 2019-10-19 16:31:56 +02:00
nfstream Fix py38 syntax warnings. 2019-10-19 05:20:25 +02:00
tests Add expiration management tests. 2019-10-19 04:32:09 +02:00
.gitignore Fix doc generation. 2019-10-19 16:45:56 +02:00
.travis.yml Remove pypy3 support. 2019-10-19 16:05:34 +02:00
CONTRIBUTING.rst Add contributing guideline. 2019-10-18 22:24:30 +02:00
HISTORY.rst Add project history. 2019-10-18 22:24:54 +02:00
LICENSE Initial commit 2019-10-18 17:14:41 +02:00
MANIFEST.in Add MANIFEST.in 2019-10-18 21:27:46 +02:00
README.rst Remove pypy3 support. 2019-10-19 16:05:34 +02:00
requirements.txt Fix doc generation. 2019-10-19 16:53:45 +02:00
setup.cfg Setup bumpversion config. 2019-10-18 17:21:42 +02:00
setup.py Fix doc generation. 2019-10-19 16:48:11 +02:00
tests.py Extend CI building environments. 2019-10-19 04:55:17 +02:00

========
nfstream
========

|build| |coverage| |quality| |python| |license|

nfstream is a flexible and powerful network data analysis library.

.. |build| image:: https://travis-ci.org/aouinizied/nfstream.svg?branch=master
               :target: https://travis-ci.org/aouinizied/nfstream
.. |coverage| image:: https://codecov.io/gh/aouinizied/nfstream/branch/master/graph/badge.svg
               :target: https://codecov.io/gh/aouinizied/nfstream/
.. |quality| image:: https://img.shields.io/lgtm/grade/python/github/aouinizied/nfstream.svg?logo=lgtm&logoWidth=18)
               :target: https://lgtm.com/projects/g/aouinizied/nfstream/context:python
.. |python| image:: https://img.shields.io/badge/python-3.x-green.svg
               :target: https://travis-ci.org/aouinizied/nfstream
.. |license| image:: https://img.shields.io/badge/license-LGPLv3-blue.svg
               :target: LICENSE