functionfs


Namefunctionfs JSON
Version 0.9.2 PyPI version JSON
download
home_pagehttp://github.com/vpelletier/python-functionfs
SummaryPythonic API for linux's functionfs.
upload_time2023-06-23 12:23:32
maintainer
docs_urlNone
authorVincent Pelletier
requires_python
licenseGPLv3+
keywords linux usb gadget functionfs
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. contents::

Pythonic API for linux's functionfs.

functionfs is part of the usb gadget subsystem. Together with usb_gadget's
configfs integration, allows userland to declare and implement an USB device.

Requirements
============

- A linux-capable computer with a USB controller able to act as a device.
  Ex: Raspberry Pi zero, Intel Edison

- The linux kernel built with CONFIG_USB_CONFIGFS_F_FS enabled,
  plus all needed peripheral drivers, including the usb device controller.

- python-libaio, which itself depends on libaio.

            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/vpelletier/python-functionfs",
    "name": "functionfs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "linux usb gadget functionfs",
    "author": "Vincent Pelletier",
    "author_email": "plr.vincent@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a9/b5/619cb09a3ad57b74830ee9b650e64c1e8fda3a8f8904b518a3e4de4f3047/functionfs-0.9.2.tar.gz",
    "platform": "linux",
    "description": ".. contents::\n\nPythonic API for linux's functionfs.\n\nfunctionfs is part of the usb gadget subsystem. Together with usb_gadget's\nconfigfs integration, allows userland to declare and implement an USB device.\n\nRequirements\n============\n\n- A linux-capable computer with a USB controller able to act as a device.\n  Ex: Raspberry Pi zero, Intel Edison\n\n- The linux kernel built with CONFIG_USB_CONFIGFS_F_FS enabled,\n  plus all needed peripheral drivers, including the usb device controller.\n\n- python-libaio, which itself depends on libaio.\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "Pythonic API for linux's functionfs.",
    "version": "0.9.2",
    "project_urls": {
        "Homepage": "http://github.com/vpelletier/python-functionfs"
    },
    "split_keywords": [
        "linux",
        "usb",
        "gadget",
        "functionfs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9b5619cb09a3ad57b74830ee9b650e64c1e8fda3a8f8904b518a3e4de4f3047",
                "md5": "9595d977c472e569e785bd3526798cbc",
                "sha256": "c949ce3151c897c92d1a09d8d93fd6b9dd21b9d9002eefcb23d16230bfb3c762"
            },
            "downloads": -1,
            "filename": "functionfs-0.9.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9595d977c472e569e785bd3526798cbc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 68265,
            "upload_time": "2023-06-23T12:23:32",
            "upload_time_iso_8601": "2023-06-23T12:23:32.409629Z",
            "url": "https://files.pythonhosted.org/packages/a9/b5/619cb09a3ad57b74830ee9b650e64c1e8fda3a8f8904b518a3e4de4f3047/functionfs-0.9.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-23 12:23:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "vpelletier",
    "github_project": "python-functionfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "functionfs"
}
        
Elapsed time: 0.07928s