eduvpn-common


Nameeduvpn-common JSON
Version 4.0.0 PyPI version JSON
download
home_pagehttps://codeberg.org/eduVPN/eduvpn-common
SummaryPython wrapper for eduvpn-common, a codebase to build eduVPN clients with
upload_time2025-10-09 12:11:48
maintainerNone
docs_urlNone
authorJeroen Wijenbergh
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python wrapper

## Requirements

Python 3.6+ is assumed, but it may work with older versions. To build, `setuptools`, `wheel` and `build` are required.

## Building

First build the shared Go library by following the instructions in the root directory of this Repo.

Then, to build the wheel use:

```shell
make pack
```

To install the wheel, run:

```shell
pip install dist/eduvpncommon-[version]-py3-none-[platform].whl
```

## Running tests
```shell
make test
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://codeberg.org/eduVPN/eduvpn-common",
    "name": "eduvpn-common",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Jeroen Wijenbergh",
    "author_email": "jeroen.wijenbergh@geant.org",
    "download_url": null,
    "platform": null,
    "description": "# Python wrapper\n\n## Requirements\n\nPython 3.6+ is assumed, but it may work with older versions. To build, `setuptools`, `wheel` and `build` are required.\n\n## Building\n\nFirst build the shared Go library by following the instructions in the root directory of this Repo.\n\nThen, to build the wheel use:\n\n```shell\nmake pack\n```\n\nTo install the wheel, run:\n\n```shell\npip install dist/eduvpncommon-[version]-py3-none-[platform].whl\n```\n\n## Running tests\n```shell\nmake test\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python wrapper for eduvpn-common, a codebase to build eduVPN clients with",
    "version": "4.0.0",
    "project_urls": {
        "Homepage": "https://codeberg.org/eduVPN/eduvpn-common"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "46b0211c074bc843be466c1aa05caed6fdd33036ec20e7e2fa7b1116f4413b11",
                "md5": "3d8562c6bf646fa3ec86bc9ebe0d3e88",
                "sha256": "8a0f3c1e3cc3bf257cfac4eb59c26d7f458072c51aae0d1b5604dff81579faec"
            },
            "downloads": -1,
            "filename": "eduvpn_common-4.0.0-py3-none-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3d8562c6bf646fa3ec86bc9ebe0d3e88",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8256559,
            "upload_time": "2025-10-09T12:11:48",
            "upload_time_iso_8601": "2025-10-09T12:11:48.523965Z",
            "url": "https://files.pythonhosted.org/packages/46/b0/211c074bc843be466c1aa05caed6fdd33036ec20e7e2fa7b1116f4413b11/eduvpn_common-4.0.0-py3-none-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "50c29e11a28446feed82b648c579029c038626a26320eed6005c38b67f222a80",
                "md5": "e543cf46d3246b7049137ca158d2dd9c",
                "sha256": "8e5c7e5ccbdccb64954aa085f71a93c6d445ea8c8b24cb0ca2712b392819c93b"
            },
            "downloads": -1,
            "filename": "eduvpn_common-4.0.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "e543cf46d3246b7049137ca158d2dd9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7638364,
            "upload_time": "2025-10-09T12:11:53",
            "upload_time_iso_8601": "2025-10-09T12:11:53.215964Z",
            "url": "https://files.pythonhosted.org/packages/50/c2/9e11a28446feed82b648c579029c038626a26320eed6005c38b67f222a80/eduvpn_common-4.0.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-09 12:11:48",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": true,
    "codeberg_user": "eduVPN",
    "codeberg_project": "eduvpn-common",
    "lcname": "eduvpn-common"
}
        
Elapsed time: 3.47525s