eduvpn-common


Nameeduvpn-common JSON
Version 2.0.2 PyPI version JSON
download
home_pagehttps://github.com/eduvpn/eduvpn-common
SummaryPython wrapper for eduvpn-common, a codebase to build eduVPN clients with
upload_time2024-06-25 12:53:00
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://github.com/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": "2.0.2",
    "project_urls": {
        "Homepage": "https://github.com/eduvpn/eduvpn-common"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "196ada23496fda6767e9809ef0b3eb97517a1930b0dae9ffa80cb73ae1260cd0",
                "md5": "276e89d5b595e693ee884faf624af612",
                "sha256": "34ab4544f572ec6fab9be190818296a430a7265ecaf9dfd8ab52f6bb6e616416"
            },
            "downloads": -1,
            "filename": "eduvpn_common-2.0.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "276e89d5b595e693ee884faf624af612",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6595437,
            "upload_time": "2024-06-25T12:53:00",
            "upload_time_iso_8601": "2024-06-25T12:53:00.817762Z",
            "url": "https://files.pythonhosted.org/packages/19/6a/da23496fda6767e9809ef0b3eb97517a1930b0dae9ffa80cb73ae1260cd0/eduvpn_common-2.0.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d111f3d926348768d66f4d23cb50b5e0f3d9466e1949f2983a8ba82a136a3e16",
                "md5": "658515a3989e1a76a008ca87fb0fb2d4",
                "sha256": "3e1289c9f4ca16bbd0d93127118100bf995567aca2cb29b9d893b4180ad6e473"
            },
            "downloads": -1,
            "filename": "eduvpn_common-2.0.2-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "658515a3989e1a76a008ca87fb0fb2d4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 7102634,
            "upload_time": "2024-06-25T12:52:58",
            "upload_time_iso_8601": "2024-06-25T12:52:58.210255Z",
            "url": "https://files.pythonhosted.org/packages/d1/11/f3d926348768d66f4d23cb50b5e0f3d9466e1949f2983a8ba82a136a3e16/eduvpn_common-2.0.2-py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-25 12:53:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "eduvpn",
    "github_project": "eduvpn-common",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eduvpn-common"
}
        
Elapsed time: 0.67002s