Metadata-Version: 2.1
Name: duetector
Version: 0.0.0a1
Summary: duetector
Project-URL: Source, https://github.com/hitsz-ids/duetector
Author: hitsz-ids
License: Apache Software License 2.0
License-File: LICENSE
Keywords: duetector
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Description-Content-Type: text/markdown

![](https://img.shields.io/github/license/hitsz-ids/duetector)
![](https://img.shields.io/github/v/release/hitsz-ids/duetector)
![](https://img.shields.io/pypi/dm/duetector)
![](https://img.shields.io/github/last-commit/hitsz-ids/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
```
