toodle


Nametoodle JSON
Version 1.0.0a9 PyPI version JSON
download
home_page
SummaryA small transpiler that converts human-readable text and TOML file formats
upload_time2022-12-23 03:20:57
maintainer
docs_urlNone
author
requires_python>=3.11
licenseMIT License Copyright (c) 2022 James Finnie-Ansley Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords moodle
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Toodle (toml moodle) is a small transpiler that converts human-readable text and
TOML file formats representing Moodle questions to Moodle XML.

Moodle TOML also supports the Coderunner question type.

> Note: Moodle TOML is in alpha and significant API changes are likely.
> Currently, only Coderunner python questions, multi choice, and short answers
> are supported

## Install

pip install toodle

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "toodle",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "Moodle",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/1b/89/8147fbf3524f996920afb7bb10407d6127bb9678567691a090c14e207541/toodle-1.0.0a9.tar.gz",
    "platform": null,
    "description": "Toodle (toml moodle) is a small transpiler that converts human-readable text and\nTOML file formats representing Moodle questions to Moodle XML.\n\nMoodle TOML also supports the Coderunner question type.\n\n> Note: Moodle TOML is in alpha and significant API changes are likely.\n> Currently, only Coderunner python questions, multi choice, and short answers\n> are supported\n\n## Install\n\npip install toodle\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 James Finnie-Ansley  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "A small transpiler that converts human-readable text and TOML file formats",
    "version": "1.0.0a9",
    "split_keywords": [
        "moodle"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "ec26a35faae0fc748e0d49c5da7fe1e5",
                "sha256": "f9955ed8cd974452c3802a19652dec275055dc2569cb8cce9878a7c9b48e6c6b"
            },
            "downloads": -1,
            "filename": "toodle-1.0.0a9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ec26a35faae0fc748e0d49c5da7fe1e5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 22839,
            "upload_time": "2022-12-23T03:20:56",
            "upload_time_iso_8601": "2022-12-23T03:20:56.591219Z",
            "url": "https://files.pythonhosted.org/packages/3a/51/f59f7e42659608aec8f5137ef6ac16a5938bcfc49416600a222777d4fe86/toodle-1.0.0a9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "2b3e840850e4e3f85a044cfedb0efa5b",
                "sha256": "c2262b6ff2f075a0a2e2e6b118ce415f65e2a9b09390152f7bbc8192b2212858"
            },
            "downloads": -1,
            "filename": "toodle-1.0.0a9.tar.gz",
            "has_sig": false,
            "md5_digest": "2b3e840850e4e3f85a044cfedb0efa5b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 13311,
            "upload_time": "2022-12-23T03:20:57",
            "upload_time_iso_8601": "2022-12-23T03:20:57.977574Z",
            "url": "https://files.pythonhosted.org/packages/1b/89/8147fbf3524f996920afb7bb10407d6127bb9678567691a090c14e207541/toodle-1.0.0a9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-23 03:20:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "toodle"
}
        
Elapsed time: 0.02115s