pcapforge


Namepcapforge JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/pcapforge/pcapforge
SummaryFast packet capture processor and feature extractor
upload_time2025-09-14 07:18:00
maintainerNone
docs_urlNone
authorColin Knizek
requires_python>=3.8
licenseApache-2.0
keywords pcap packet network analysis capture pcapng
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pcapforge

Fast packet capture processor and feature extractor.

## 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/yourusername/pcapforge

## License

Apache License 2.0

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pcapforge/pcapforge",
    "name": "pcapforge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "pcap, packet, network, analysis, capture, pcapng",
    "author": "Colin Knizek",
    "author_email": "Colin Knizek <pcapforge@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/ac/1b/2ee73508d9d33067166b0cebb1f8e3c64bcae857f2312775a49d55fdf752/pcapforge-0.0.1.tar.gz",
    "platform": null,
    "description": "# pcapforge\n\nFast packet capture processor and feature extractor.\n\n## Status\n\nThis package is currently a placeholder. The full implementation is under active development.\n\n## Coming Soon\n\n- High-performance pcap and pcapng file processing\n- Advanced packet feature extraction\n- Multiple output formats (JSON, CSV, Parquet)\n- Python bindings for the Rust implementation\n\n## Development\n\nThe core engine is being developed in Rust for maximum performance. Python bindings will be provided for easy integration into data science workflows.\n\nFor updates, visit: https://github.com/yourusername/pcapforge\n\n## License\n\nApache License 2.0\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Fast packet capture processor and feature extractor",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/pcapforge/pcapforge",
        "Issues": "https://github.com/pcapforge/pcapforge/issues",
        "Repository": "https://github.com/pcapforge/pcapforge"
    },
    "split_keywords": [
        "pcap",
        " packet",
        " network",
        " analysis",
        " capture",
        " pcapng"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eea70b96d1fe259a155c9ef26a5de8c0e112120632f2e34b4e2b672983cacb40",
                "md5": "669bf37b275937dfd0d6317c13b77493",
                "sha256": "8b5527540baf56a700f83eadff2b8e3a71b40db016b7906e96cbe7877284f654"
            },
            "downloads": -1,
            "filename": "pcapforge-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "669bf37b275937dfd0d6317c13b77493",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2020,
            "upload_time": "2025-09-14T07:17:59",
            "upload_time_iso_8601": "2025-09-14T07:17:59.505260Z",
            "url": "https://files.pythonhosted.org/packages/ee/a7/0b96d1fe259a155c9ef26a5de8c0e112120632f2e34b4e2b672983cacb40/pcapforge-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac1b2ee73508d9d33067166b0cebb1f8e3c64bcae857f2312775a49d55fdf752",
                "md5": "7d742e561a3a5234e0d13ac887e8faa8",
                "sha256": "54b3c8725fed820ef441b0ceb969564cb686c0faa981ba71cf86eafc64de76e0"
            },
            "downloads": -1,
            "filename": "pcapforge-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7d742e561a3a5234e0d13ac887e8faa8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2164,
            "upload_time": "2025-09-14T07:18:00",
            "upload_time_iso_8601": "2025-09-14T07:18:00.763311Z",
            "url": "https://files.pythonhosted.org/packages/ac/1b/2ee73508d9d33067166b0cebb1f8e3c64bcae857f2312775a49d55fdf752/pcapforge-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-14 07:18:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pcapforge",
    "github_project": "pcapforge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pcapforge"
}
        
Elapsed time: 2.20371s