Metadata-Version: 2.1
Name: duetector
Version: 0.0.0a0
Summary: duetector
Project-URL: Source, https://github.com/wunder957/duetector
Author-email: wunder957 <wakedwunder957@gmail.com>
License: Apache Software License 2.0
License-File: LICENSE
Keywords: duetector
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

![](https://img.shields.io/github/license/wh1isper/duetector)
![](https://img.shields.io/github/v/release/wh1isper/duetector)
![](https://img.shields.io/pypi/dm/duetector)
![](https://img.shields.io/github/last-commit/wh1isper/duetector)
![](https://img.shields.io/pypi/pyversions/duetector)

# duetector

duetector🔍: Data Usage eBPF detector

## Install

`pip install duetector`

## Usage

## Develop

Install pre-commit before commit

```
pip install pre-commit
pre-commit install
```

Install package locally

```
pip install -e .[test]
```

Run unit-test before PR, **ensure that new features are covered by unit tests**

```
pytest -v
```
