canvas-download


Namecanvas-download JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryAutomatically downloads Canvas modules/files into a local directory.
upload_time2025-10-11 02:29:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords canvas canvas-grab download
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # canvas-download
Canvas Download automatically downloads Canvas modules/files into a local directory for offline access. A file called config.json will be created during the first run of the utility and no files will be downloaded in this run. config.json will define whether to download "files" or "modules" for a particular course. To use this command line utility, create the following files as listed below in the same directory as you want the canvas files to be downloaded to.

## login.json
{
    "API_URL": "",
    "API_KEY": ""
}
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "canvas-download",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "canvas, canvas-grab, download",
    "author": null,
    "author_email": "suncloudsmoon <farsaturn@outlook.com>",
    "download_url": "https://files.pythonhosted.org/packages/c9/a6/bfa1e042b6479d2bbdca956c99d956249854ea02a05db2d0cecf03b58e21/canvas_download-1.0.0.tar.gz",
    "platform": null,
    "description": "# canvas-download\nCanvas Download automatically downloads Canvas modules/files into a local directory for offline access. A file called config.json will be created during the first run of the utility and no files will be downloaded in this run. config.json will define whether to download \"files\" or \"modules\" for a particular course. To use this command line utility, create the following files as listed below in the same directory as you want the canvas files to be downloaded to.\n\n## login.json\n{\n    \"API_URL\": \"\",\n    \"API_KEY\": \"\"\n}",
    "bugtrack_url": null,
    "license": null,
    "summary": "Automatically downloads Canvas modules/files into a local directory.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/suncloudsmoon/canvas-download",
        "Issues": "https://github.com/suncloudsmoon/canvas-download/issues"
    },
    "split_keywords": [
        "canvas",
        " canvas-grab",
        " download"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "36f7fa6c9e02f0ff7b51ee257d804f46f4c2ff9e526001c893a9bedd86dae243",
                "md5": "d28f578ad5525b9c3a34c4916ac2a0cf",
                "sha256": "c242a9be057e6e7976a167a214c09862d8b99587f074c679217f9f1dfa3aaeaf"
            },
            "downloads": -1,
            "filename": "canvas_download-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d28f578ad5525b9c3a34c4916ac2a0cf",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 3948,
            "upload_time": "2025-10-11T02:29:32",
            "upload_time_iso_8601": "2025-10-11T02:29:32.090342Z",
            "url": "https://files.pythonhosted.org/packages/36/f7/fa6c9e02f0ff7b51ee257d804f46f4c2ff9e526001c893a9bedd86dae243/canvas_download-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c9a6bfa1e042b6479d2bbdca956c99d956249854ea02a05db2d0cecf03b58e21",
                "md5": "13a865a07c1032dc3969a80a4eeb7a17",
                "sha256": "2b2ac4b21308b531a76a0e087410f89ae3a89dc9de6fa979d225e03d5c109031"
            },
            "downloads": -1,
            "filename": "canvas_download-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13a865a07c1032dc3969a80a4eeb7a17",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 2854,
            "upload_time": "2025-10-11T02:29:33",
            "upload_time_iso_8601": "2025-10-11T02:29:33.355089Z",
            "url": "https://files.pythonhosted.org/packages/c9/a6/bfa1e042b6479d2bbdca956c99d956249854ea02a05db2d0cecf03b58e21/canvas_download-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-11 02:29:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "suncloudsmoon",
    "github_project": "canvas-download",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "canvas-download"
}
        
Elapsed time: 1.73528s