Metadata-Version: 2.4
Name: pcapforge-core
Version: 0.0.1
Summary: Fast packet capture processor and feature extractor - Core library
Home-page: https://github.com/pcapforge/pcapforge
Author: Colin Knizek
Author-email: Colin Knizek <pcapforge@users.noreply.github.com>
License: Apache-2.0
Project-URL: Homepage, https://github.com/pcapforge/pcapforge
Project-URL: Repository, https://github.com/pcapforge/pcapforge
Project-URL: Issues, https://github.com/pcapforge/pcapforge/issues
Keywords: pcap,packet,network,analysis,capture,pcapng
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Networking
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: home-page
Dynamic: requires-python

# pcapforge-core

Fast packet capture processor and feature extractor - Core Library.

This is the open-source core library. For advanced features, see the `pcapforge` package.

## Status

This package is currently a placeholder. The full implementation is under active development.

## Coming Soon

- High-performance pcap and pcapng file processing
- Advanced packet feature extraction
- Multiple output formats (JSON, CSV, Parquet)
- Python bindings for the Rust implementation

## Development

The core engine is being developed in Rust for maximum performance. Python bindings will be provided for easy integration into data science workflows.

For updates, visit: https://github.com/pcapforge/pcapforge

## License

Apache License 2.0
