moscato


Namemoscato JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/garyd203/moscato
SummaryA drop-in asyncio-compatible replacement for `moto`'s `mock_aws()` function, for mocking `aiobotocore`
upload_time2025-02-19 11:04:17
maintainerNone
docs_urlNone
authorGary Donovan
requires_python<4.0.0,>=3.7.0
licenseApache 2.0
keywords asyncio moto
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # moscato

A drop-in asyncio-compatible replacement for `moto`'s `mock_aws()` function,
for mocking `aiobotocore`

## FAQ

Q: Why is it called `moscato`, that's got nothing to do with `moto` or `aio`

A: It's an anagram of `async moto`. Well, technically, `moscato NY` is the 
anagram, but whatever.  
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/garyd203/moscato",
    "name": "moscato",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.7.0",
    "maintainer_email": null,
    "keywords": "asyncio, moto",
    "author": "Gary Donovan",
    "author_email": "moscato@gazza.id.au",
    "download_url": "https://files.pythonhosted.org/packages/4a/19/59ae455fc1bad64cd6cedc95580604252d2af08d8d12a5fb69e5ea47d4c7/moscato-0.1.0.tar.gz",
    "platform": null,
    "description": "# moscato\n\nA drop-in asyncio-compatible replacement for `moto`'s `mock_aws()` function,\nfor mocking `aiobotocore`\n\n## FAQ\n\nQ: Why is it called `moscato`, that's got nothing to do with `moto` or `aio`\n\nA: It's an anagram of `async moto`. Well, technically, `moscato NY` is the \nanagram, but whatever.  ",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "A drop-in asyncio-compatible replacement for `moto`'s `mock_aws()` function, for mocking `aiobotocore`",
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/garyd203/moscato",
        "Homepage": "https://github.com/garyd203/moscato",
        "Repository": "https://github.com/garyd203/moscato"
    },
    "split_keywords": [
        "asyncio",
        " moto"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53907e95fc4d26116f2fe2920ecd1bc21becab403411e20beafc09bc1e36871a",
                "md5": "8506b3c3ee124aa22262a68162339105",
                "sha256": "0e438a0a99e86244accfc6df2d8e78850131ce5704bb8266a428c155c41e1d17"
            },
            "downloads": -1,
            "filename": "moscato-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8506b3c3ee124aa22262a68162339105",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.7.0",
            "size": 5710,
            "upload_time": "2025-02-19T11:04:16",
            "upload_time_iso_8601": "2025-02-19T11:04:16.511249Z",
            "url": "https://files.pythonhosted.org/packages/53/90/7e95fc4d26116f2fe2920ecd1bc21becab403411e20beafc09bc1e36871a/moscato-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a1959ae455fc1bad64cd6cedc95580604252d2af08d8d12a5fb69e5ea47d4c7",
                "md5": "628ae65c09c651419760ee776b66a06e",
                "sha256": "2b5a044c35756da36305075785380a6764fbbbe02dd48ee3a7691efc829664dc"
            },
            "downloads": -1,
            "filename": "moscato-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "628ae65c09c651419760ee776b66a06e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.7.0",
            "size": 5616,
            "upload_time": "2025-02-19T11:04:17",
            "upload_time_iso_8601": "2025-02-19T11:04:17.898209Z",
            "url": "https://files.pythonhosted.org/packages/4a/19/59ae455fc1bad64cd6cedc95580604252d2af08d8d12a5fb69e5ea47d4c7/moscato-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-19 11:04:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "garyd203",
    "github_project": "moscato",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "moscato"
}
        
Elapsed time: 0.39347s