falcon-sync


Namefalcon-sync JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summary.
upload_time2024-08-25 20:48:54
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache 2.0
keywords asgi wsgi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            falcon-sync
===========

``falcon-sync`` is a utility library for bridging sync (WSGI) and async (ASGI)
Falcon components.

This library is provided primarily for compatibility purposes, where parts of
an application have not been migrated to, e.g., ``async`` yet; also in the
cases where a specific paradigm is enforced by a third party library (e.g., the
dependency in question only supports ``async``, or conversely, does not support
it at all).

.. warning::
    This project is in the early stages of development.

    There is not *that* much to see here (yet).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "falcon-sync",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "asgi, wsgi",
    "author": null,
    "author_email": "Vytautas Liuolia <vytautas.liuolia@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/54/2f/30915af844529eec978f489aea037f54627c0fbe56227a6633d6ba235ee2/falcon_sync-0.0.1.tar.gz",
    "platform": null,
    "description": "falcon-sync\n===========\n\n``falcon-sync`` is a utility library for bridging sync (WSGI) and async (ASGI)\nFalcon components.\n\nThis library is provided primarily for compatibility purposes, where parts of\nan application have not been migrated to, e.g., ``async`` yet; also in the\ncases where a specific paradigm is enforced by a third party library (e.g., the\ndependency in question only supports ``async``, or conversely, does not support\nit at all).\n\n.. warning::\n    This project is in the early stages of development.\n\n    There is not *that* much to see here (yet).\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": ".",
    "version": "0.0.1",
    "project_urls": {
        "Chat": "https://gitter.im/falconry/user",
        "Funding": "https://opencollective.com/falcon",
        "Homepage": "https://github.com/falconry/falcon-sync",
        "Source": "https://github.com/falconry/falcon-sync"
    },
    "split_keywords": [
        "asgi",
        " wsgi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7b88f7f2d513240de15f6519cd17bf9987f653ab99e6f9a418446c7dd494fb25",
                "md5": "13eb6801b1a8961c2c67ad8c826b14c3",
                "sha256": "6c14d46c815dd13ce6f33b05faec8020fda0677c1e647a508777ffa2347a1978"
            },
            "downloads": -1,
            "filename": "falcon_sync-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "13eb6801b1a8961c2c67ad8c826b14c3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9400,
            "upload_time": "2024-08-25T20:48:53",
            "upload_time_iso_8601": "2024-08-25T20:48:53.060351Z",
            "url": "https://files.pythonhosted.org/packages/7b/88/f7f2d513240de15f6519cd17bf9987f653ab99e6f9a418446c7dd494fb25/falcon_sync-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "542f30915af844529eec978f489aea037f54627c0fbe56227a6633d6ba235ee2",
                "md5": "de926f99517c6cb00dd997dc5c678844",
                "sha256": "9ead1dae98d71aceeba180f14ce03f3319c65ca7982e79220386213e590e9b6c"
            },
            "downloads": -1,
            "filename": "falcon_sync-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "de926f99517c6cb00dd997dc5c678844",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8299,
            "upload_time": "2024-08-25T20:48:54",
            "upload_time_iso_8601": "2024-08-25T20:48:54.899843Z",
            "url": "https://files.pythonhosted.org/packages/54/2f/30915af844529eec978f489aea037f54627c0fbe56227a6633d6ba235ee2/falcon_sync-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-25 20:48:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "falconry",
    "github_project": "falcon-sync",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "falcon-sync"
}
        
Elapsed time: 0.29404s