ctypedffi


Namectypedffi JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryWrapper around ctypes, for creating typed foreign function libraries
upload_time2024-06-17 09:19:48
maintainerSetsugen no ao
docs_urlNone
authorSetsugen no ao
requires_python>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ctyped-ffi

### ctypes wrapper for typed ffi
<br>

Wrapper around ctypes for creating typed foreign function interfaces built upon libraries

You can find support in the [IEW Discord server](https://discord.gg/qxTxVJGtst).
<br><br>
## How to install

Install `ctypedffi` with the following command:

```sh
$ pip install ctypedffi
```

Or if you want the latest git version, install it with this command:

```sh
$ pip install git+https://github.com/Setsugennoao/ctyped-ffi.git
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "ctypedffi",
    "maintainer": "Setsugen no ao",
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "setsugen@setsugen.dev",
    "keywords": null,
    "author": "Setsugen no ao",
    "author_email": "setsugen@setsugen.dev",
    "download_url": "https://files.pythonhosted.org/packages/a8/f1/31179ffdf493ab29a82c44e0166b420fbf56def430f166bab41dc7377182/ctypedffi-1.2.0.tar.gz",
    "platform": null,
    "description": "# ctyped-ffi\n\n### ctypes wrapper for typed ffi\n<br>\n\nWrapper around ctypes for creating typed foreign function interfaces built upon libraries\n\nYou can find support in the [IEW Discord server](https://discord.gg/qxTxVJGtst).\n<br><br>\n## How to install\n\nInstall `ctypedffi` with the following command:\n\n```sh\n$ pip install ctypedffi\n```\n\nOr if you want the latest git version, install it with this command:\n\n```sh\n$ pip install git+https://github.com/Setsugennoao/ctyped-ffi.git\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Wrapper around ctypes, for creating typed foreign function libraries",
    "version": "1.2.0",
    "project_urls": {
        "Contact": "https://discord.gg/qxTxVJGtst",
        "Documentation": "https://ctypedffi.encode.moe/en/latest/",
        "Source Code": "https://github.com/Setsugennoao/ctyped-ffi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "047f654814ebe81cfb77f41407948eb97a0c34006cfc5bef0adbd6bfaa89890a",
                "md5": "feaad3e649a343c065875a5bb0a6d79f",
                "sha256": "593ad39bb18a6a170ad9f31930c88762119570f99ed0376303b92d1b4d3badc6"
            },
            "downloads": -1,
            "filename": "ctypedffi-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "feaad3e649a343c065875a5bb0a6d79f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 16380,
            "upload_time": "2024-06-17T09:19:47",
            "upload_time_iso_8601": "2024-06-17T09:19:47.131955Z",
            "url": "https://files.pythonhosted.org/packages/04/7f/654814ebe81cfb77f41407948eb97a0c34006cfc5bef0adbd6bfaa89890a/ctypedffi-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8f131179ffdf493ab29a82c44e0166b420fbf56def430f166bab41dc7377182",
                "md5": "eaeb2a0bd2cedf7059ebf492e4d36533",
                "sha256": "0aaa5482b306ca97cb5a773df641ca997377c0838f55aed62f69abc9c66464be"
            },
            "downloads": -1,
            "filename": "ctypedffi-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eaeb2a0bd2cedf7059ebf492e4d36533",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 13832,
            "upload_time": "2024-06-17T09:19:48",
            "upload_time_iso_8601": "2024-06-17T09:19:48.607480Z",
            "url": "https://files.pythonhosted.org/packages/a8/f1/31179ffdf493ab29a82c44e0166b420fbf56def430f166bab41dc7377182/ctypedffi-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 09:19:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Setsugennoao",
    "github_project": "ctyped-ffi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "ctypedffi"
}
        
Elapsed time: 0.25880s