fastcc


Namefastcc JSON
Version 4.1.2 PyPI version JSON
download
home_pageNone
SummaryLightweight, efficient and developer-friendly framework for mqtt communication.
upload_time2025-08-12 10:51:58
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords mqtt protobuf aiomqtt asyncio iot
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img
        src="https://github.com/ReMi-HSBI/fastcc/blob/main/docs/src/static/images/fastcc_logo.svg?raw=true"
        alt="FastCC Logo"
        width="33%"
    />
</p>

# FastCC

<a href="https://docs.astral.sh/ruff">
    <img
        src="https://img.shields.io/badge/ruff-⚡-261230.svg?style=flat-square"
        alt="Ruff"
    />
</a>
<a href="https://mypy-lang.org">
    <img
        src="https://img.shields.io/badge/mypy-📝-2a6db2.svg?style=flat-square"
        alt="Mypy"
    />
</a>
<a href="https://gitmoji.dev">
    <img
        src="https://img.shields.io/badge/gitmoji-😜%20😍-FFDD67.svg?style=flat-square"
        alt="Gitmoji"
    />
</a>

FastCC is a [Python](https://www.python.org) package that simplifies
[MQTT](https://mqtt.org) communication using decorators. With its
intuitive `@route` system, developers can quickly define MQTT message
handlers without boilerplate code. FastCC natively supports
[Protocol Buffers](https://protobuf.dev) :boom:, automatically handling
serialization to byte format for efficient and structured data exchange.

- Lightweight :zap:
- Efficient :rocket:
- Developer-friendly :technologist:

This project is built on top of [aiomqtt](https://github.com/empicano/aiomqtt)
which itself is built on top of [paho-mqtt](https://eclipse.dev/paho).

# Usage

Please have a look on the `examples` directory.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "fastcc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": "\"J. Baudisch\" <justin.baudisch@hsbi.de>",
    "keywords": "mqtt, protobuf, aiomqtt, asyncio, iot",
    "author": null,
    "author_email": "\"J. Baudisch\" <justin.baudisch@hsbi.de>",
    "download_url": "https://files.pythonhosted.org/packages/8f/1c/567155e0ccc68be75bc6df6be7038f28a39316a3e8490f84c63c33d3cae0/fastcc-4.1.2.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <img\r\n        src=\"https://github.com/ReMi-HSBI/fastcc/blob/main/docs/src/static/images/fastcc_logo.svg?raw=true\"\r\n        alt=\"FastCC Logo\"\r\n        width=\"33%\"\r\n    />\r\n</p>\r\n\r\n# FastCC\r\n\r\n<a href=\"https://docs.astral.sh/ruff\">\r\n    <img\r\n        src=\"https://img.shields.io/badge/ruff-\u26a1-261230.svg?style=flat-square\"\r\n        alt=\"Ruff\"\r\n    />\r\n</a>\r\n<a href=\"https://mypy-lang.org\">\r\n    <img\r\n        src=\"https://img.shields.io/badge/mypy-\ud83d\udcdd-2a6db2.svg?style=flat-square\"\r\n        alt=\"Mypy\"\r\n    />\r\n</a>\r\n<a href=\"https://gitmoji.dev\">\r\n    <img\r\n        src=\"https://img.shields.io/badge/gitmoji-\ud83d\ude1c%20\ud83d\ude0d-FFDD67.svg?style=flat-square\"\r\n        alt=\"Gitmoji\"\r\n    />\r\n</a>\r\n\r\nFastCC is a [Python](https://www.python.org) package that simplifies\r\n[MQTT](https://mqtt.org) communication using decorators. With its\r\nintuitive `@route` system, developers can quickly define MQTT message\r\nhandlers without boilerplate code. FastCC natively supports\r\n[Protocol Buffers](https://protobuf.dev) :boom:, automatically handling\r\nserialization to byte format for efficient and structured data exchange.\r\n\r\n- Lightweight :zap:\r\n- Efficient :rocket:\r\n- Developer-friendly :technologist:\r\n\r\nThis project is built on top of [aiomqtt](https://github.com/empicano/aiomqtt)\r\nwhich itself is built on top of [paho-mqtt](https://eclipse.dev/paho).\r\n\r\n# Usage\r\n\r\nPlease have a look on the `examples` directory.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Lightweight, efficient and developer-friendly framework for mqtt communication.",
    "version": "4.1.2",
    "project_urls": {
        "Repository": "https://github.com/ReMi-HSBI/fastcc"
    },
    "split_keywords": [
        "mqtt",
        " protobuf",
        " aiomqtt",
        " asyncio",
        " iot"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "347fe6ba4ab0f72247cbc28d5cc5d52b7bb21d186123dbb2eb97bfc2d964ae58",
                "md5": "a2413ae17757d39c90403b4d02c5fc53",
                "sha256": "985a443512c15ac8067a8639943986ca326046bd0bd584c159e9a2e948cf5a68"
            },
            "downloads": -1,
            "filename": "fastcc-4.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2413ae17757d39c90403b4d02c5fc53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 15206,
            "upload_time": "2025-08-12T10:51:57",
            "upload_time_iso_8601": "2025-08-12T10:51:57.250936Z",
            "url": "https://files.pythonhosted.org/packages/34/7f/e6ba4ab0f72247cbc28d5cc5d52b7bb21d186123dbb2eb97bfc2d964ae58/fastcc-4.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f1c567155e0ccc68be75bc6df6be7038f28a39316a3e8490f84c63c33d3cae0",
                "md5": "9db0ca234d5312e2280ba6fc0a1e7757",
                "sha256": "2d11bdbf03b218b85ee4c16236b4f0022e25c72ad8d71765083c122f78c63d13"
            },
            "downloads": -1,
            "filename": "fastcc-4.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "9db0ca234d5312e2280ba6fc0a1e7757",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 12357,
            "upload_time": "2025-08-12T10:51:58",
            "upload_time_iso_8601": "2025-08-12T10:51:58.664907Z",
            "url": "https://files.pythonhosted.org/packages/8f/1c/567155e0ccc68be75bc6df6be7038f28a39316a3e8490f84c63c33d3cae0/fastcc-4.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-12 10:51:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ReMi-HSBI",
    "github_project": "fastcc",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fastcc"
}
        
Elapsed time: 1.64656s