Metadata-Version: 2.4
Name: any-analysis
Version: 0.1.0
Summary: a backend server utility for `any-capture`, providing a simple interface for packet analysis.
Author: AhAlpha
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
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.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: alptools
Requires-Dist: fastapi
Requires-Dist: uvicorn
Description-Content-Type: text/markdown

# any-analysis-py
a backend server utility for `any-capture`, providing a simple interface for packet analysis.

> This library currently supports only HTTP connections. It will be migrated to a WebSocket server in a future release.