Metadata-Version: |
2.2 |
Name: |
pcap-ct |
Version: |
1.3.0b3 |
Summary: |
Python wrapper for the pcap library. |
Author: |
Adam Karpierz |
Author-Email: |
adam[at]karpierz.net |
Maintainer: |
Adam Karpierz |
Maintainer-Email: |
adam[at]karpierz.net |
Project-Url: |
Homepage, https://pypi.org/project/pcap-ct/ |
Project-Url: |
Documentation, https://pcap-ct.readthedocs.io/ |
Project-Url: |
Download, https://pypi.org/project/pcap-ct/ |
Project-Url: |
Source, https://github.com/karpierz/pcap-ct |
Project-Url: |
Issues, https://github.com/karpierz/pcap-ct/issues |
License: |
BSD license ; https://opensource.org/license/bsd-3-clause |
Keywords: |
pcap-ct,pcap,libpcap,pypcap,wpcap,npcap |
Classifier: |
Development Status :: 4 - Beta |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Natural Language :: Polish |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Platform: |
any |
Requires-Python: |
<4.0.0,>=3.9.0 |
Requires-Dist: |
setuptools (>=75.8.0) |
Requires-Dist: |
pkg-about (>=1.2.9) |
Requires-Dist: |
libpcap (>=1.11.0b16) |
Requires-Dist: |
Sphinx (>=7.4.7); extra == "doc" |
Requires-Dist: |
sphinx-autodoc-typehints (>=2.3.0); extra == "doc" |
Requires-Dist: |
sphinx-toolbox (>=3.8.2); extra == "doc" |
Requires-Dist: |
sphinx-tabs (>=3.4.5); extra == "doc" |
Requires-Dist: |
sphinx-copybutton (>=0.5.2); extra == "doc" |
Requires-Dist: |
sphinxcontrib-spelling (>=8.0.0); extra == "doc" |
Requires-Dist: |
sphinx-lint (>=1.0.0); extra == "doc" |
Requires-Dist: |
restructuredtext-lint (>=1.4.0); extra == "doc" |
Requires-Dist: |
nbsphinx (>=0.9.6); extra == "doc" |
Requires-Dist: |
deepdiff (>=8.2.0); extra == "test" |
Requires-Dist: |
rich (>=13.9.4); extra == "test" |
Requires-Dist: |
dpkt (>=1.9.8); extra == "test" |
Provides-Extra: |
doc |
Provides-Extra: |
test |
Description-Content-Type: |
text/x-rst; charset=UTF-8 |
License-File: |
LICENSE |