Metadata-Version: 2.4
Name: libpcapng
Version: 0.15
Summary: Convenience alias — installs pycapng, the Python bindings for libpcapng
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pycapng>=0.15
Project-URL: Bug Tracker, https://github.com/stricaud/libpcapng/issues
Project-URL: Homepage, https://github.com/stricaud/libpcapng

# libpcapng

This is a convenience alias for [`pycapng`](https://pypi.org/project/pycapng/), the Python bindings for [libpcapng](https://github.com/stricaud/libpcapng).

Installing `libpcapng` automatically pulls in `pycapng`:

```
pip install libpcapng
```

then use it as:

```python
import pycapng
```

The canonical package name is **pycapng**. Use that name in your project dependencies.

