cwrap


Namecwrap JSON
Version 1.6.9 PyPI version JSON
download
home_pageNone
Summarycwrap - ctypes blanket
upload_time2025-01-17 13:16:38
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements pytest ruff
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cwrap

cwrap is a Python wrapper around C code, building upon ctypes.

# Examples

See `examples/`

# Installing
```
pip install cwrap
```

# Running tests
Clone this repo and cd into it, then:

```
pip install -r requirements.txt
python -m pytest -sv tests
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cwrap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Equinor ASA <fg_sib-scout@equinor.com>",
    "download_url": "https://files.pythonhosted.org/packages/69/8f/de79d90b88393adac49e306883deeef273cb31ef7018988f54bcd660c75c/cwrap-1.6.9.tar.gz",
    "platform": "all",
    "description": "# cwrap\n\ncwrap is a Python wrapper around C code, building upon ctypes.\n\n# Examples\n\nSee `examples/`\n\n# Installing\n```\npip install cwrap\n```\n\n# Running tests\nClone this repo and cd into it, then:\n\n```\npip install -r requirements.txt\npython -m pytest -sv tests\n```\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "cwrap - ctypes blanket",
    "version": "1.6.9",
    "project_urls": {
        "Repository": "https://github.com/equinor/cwrap"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07aad1aa98c01cb89be915c89e52a4b2df83416f592c31866fe1fa83399e7127",
                "md5": "a1adf99d5ee8cb0e45a04f74d1b0407f",
                "sha256": "2beffaaf68a998bfa9c23fe89caad9beb94508975ef37aacdd06266a66ce14c2"
            },
            "downloads": -1,
            "filename": "cwrap-1.6.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a1adf99d5ee8cb0e45a04f74d1b0407f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 15179,
            "upload_time": "2025-01-17T13:16:36",
            "upload_time_iso_8601": "2025-01-17T13:16:36.760799Z",
            "url": "https://files.pythonhosted.org/packages/07/aa/d1aa98c01cb89be915c89e52a4b2df83416f592c31866fe1fa83399e7127/cwrap-1.6.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "698fde79d90b88393adac49e306883deeef273cb31ef7018988f54bcd660c75c",
                "md5": "ebf8d18e5aeb60e42a4a73db053f9d27",
                "sha256": "ac4570d3f2600a3c3a0eec313a81a2f976d61f67367f55dcc5c30b719e86a48b"
            },
            "downloads": -1,
            "filename": "cwrap-1.6.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ebf8d18e5aeb60e42a4a73db053f9d27",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 33290,
            "upload_time": "2025-01-17T13:16:38",
            "upload_time_iso_8601": "2025-01-17T13:16:38.951396Z",
            "url": "https://files.pythonhosted.org/packages/69/8f/de79d90b88393adac49e306883deeef273cb31ef7018988f54bcd660c75c/cwrap-1.6.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-17 13:16:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "equinor",
    "github_project": "cwrap",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "ruff",
            "specs": [
                [
                    "==",
                    "0.9.2"
                ]
            ]
        }
    ],
    "lcname": "cwrap"
}
        
Elapsed time: 0.59941s