c65beka


Namec65beka JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/c65sdn/beka
SummaryA bare-bones BGP speaker
upload_time2024-01-25 07:11:38
maintainer
docs_urlNone
authorSam Russell
requires_python>=3.8
licenseApache-2
keywords bgp beka routing sdn networking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Beka is a fairly basic BGP speaker. It can send
and receive unicast route updates in IPv4 and IPv6,
but not too much else. It is designed to be simple to use
and to extend, without too much overhead.

It uses eventlet for concurrency, but is easy enough to port to
gevent if that takes your fancy.

More information at https://github.com/c65sdn/beka

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/c65sdn/beka",
    "name": "c65beka",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "bgp,beka,routing,sdn,networking",
    "author": "Sam Russell",
    "author_email": "sam.h.russell@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6d/ed/a2a26817bb599135d05be454b15630bf98117c3be254a8841911a6cab172/c65beka-1.0.2.tar.gz",
    "platform": null,
    "description": "\nBeka is a fairly basic BGP speaker. It can send\nand receive unicast route updates in IPv4 and IPv6,\nbut not too much else. It is designed to be simple to use\nand to extend, without too much overhead.\n\nIt uses eventlet for concurrency, but is easy enough to port to\ngevent if that takes your fancy.\n\nMore information at https://github.com/c65sdn/beka\n",
    "bugtrack_url": null,
    "license": "Apache-2",
    "summary": "A bare-bones BGP speaker",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/c65sdn/beka"
    },
    "split_keywords": [
        "bgp",
        "beka",
        "routing",
        "sdn",
        "networking"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6deda2a26817bb599135d05be454b15630bf98117c3be254a8841911a6cab172",
                "md5": "6156cbb67910dce9fb4e88627b95d259",
                "sha256": "486e73f7c4a0f8d18d5d99708823c011a11dc44e6e8cb64e1d3574930b7c205f"
            },
            "downloads": -1,
            "filename": "c65beka-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6156cbb67910dce9fb4e88627b95d259",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 28420,
            "upload_time": "2024-01-25T07:11:38",
            "upload_time_iso_8601": "2024-01-25T07:11:38.628254Z",
            "url": "https://files.pythonhosted.org/packages/6d/ed/a2a26817bb599135d05be454b15630bf98117c3be254a8841911a6cab172/c65beka-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-25 07:11:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "c65sdn",
    "github_project": "beka",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "c65beka"
}
        
Elapsed time: 0.17171s