colab-load


Namecolab-load JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Filin153/colab_load.git
SummaryLibrary to download .ipynb from google colab.
upload_time2024-11-22 14:25:17
maintainerNone
docs_urlNone
author@GusGus153
requires_python>=3.6
licenseNone
keywords colab load file ipynb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Colab Load #

## What is this? ##
Library to download .ipynb from google colab

## Quick Guide ##
	pip install colab-load
One url:

    from colab_load.load import StartLoad
    
    s = StartLoad(logs=True)
    s.load_file_single("https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing", save_dir="file")

Lots of url:

	from colab_load.load import StartLoad
    
	urls=["https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing", "https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing"]
	s = StartLoad(logs=True)
	s.load_file_all(urls, save_dir="file", count=2)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Filin153/colab_load.git",
    "name": "colab-load",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "colab load file ipynb",
    "author": "@GusGus153",
    "author_email": "dimons2006@yandex.ru",
    "download_url": "https://files.pythonhosted.org/packages/32/9c/6ed72c31a60e695683dfb3b76cff7bec0084b3997daf36ce57e988d513f8/colab_load-0.0.4.tar.gz",
    "platform": null,
    "description": "# Colab Load #\n\n## What is this? ##\nLibrary to download .ipynb from google colab\n\n## Quick Guide ##\n\tpip install colab-load\nOne url:\n\n    from colab_load.load import StartLoad\n    \n    s = StartLoad(logs=True)\n    s.load_file_single(\"https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing\", save_dir=\"file\")\n\nLots of url:\n\n\tfrom colab_load.load import StartLoad\n    \n\turls=[\"https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing\", \"https://colab.research.google.com/drive/1QD1TM2TroOEqqtTURpk5sVOmGLQeREv_?usp=sharing\"]\n\ts = StartLoad(logs=True)\n\ts.load_file_all(urls, save_dir=\"file\", count=2)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Library to download .ipynb from google colab.",
    "version": "0.0.4",
    "project_urls": {
        "GitHub": "https://github.com/Filin153/colab_load.git",
        "Homepage": "https://github.com/Filin153/colab_load.git"
    },
    "split_keywords": [
        "colab",
        "load",
        "file",
        "ipynb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "862455a666d41c08751164d78ecee3291ecc03b2a6418ad8cfefa89111b342ec",
                "md5": "9c4644702c9b3f6a3087cb2d22e9b0e6",
                "sha256": "9a11cacfe480dfeafac12ab3f82ccf81cfc6fe16214bd9be59d4420006b3e98a"
            },
            "downloads": -1,
            "filename": "colab_load-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c4644702c9b3f6a3087cb2d22e9b0e6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 5284,
            "upload_time": "2024-11-22T14:25:16",
            "upload_time_iso_8601": "2024-11-22T14:25:16.387739Z",
            "url": "https://files.pythonhosted.org/packages/86/24/55a666d41c08751164d78ecee3291ecc03b2a6418ad8cfefa89111b342ec/colab_load-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "329c6ed72c31a60e695683dfb3b76cff7bec0084b3997daf36ce57e988d513f8",
                "md5": "1cff9614b4556997bcd4aef7d961f3da",
                "sha256": "b69c7d91f8f713a72255e181743df25824959fe913885ef86d84fa109c5e1bd9"
            },
            "downloads": -1,
            "filename": "colab_load-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "1cff9614b4556997bcd4aef7d961f3da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4646,
            "upload_time": "2024-11-22T14:25:17",
            "upload_time_iso_8601": "2024-11-22T14:25:17.731528Z",
            "url": "https://files.pythonhosted.org/packages/32/9c/6ed72c31a60e695683dfb3b76cff7bec0084b3997daf36ce57e988d513f8/colab_load-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-22 14:25:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Filin153",
    "github_project": "colab_load",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "colab-load"
}
        
Elapsed time: 0.43437s