atap-cloud-downloader


Nameatap-cloud-downloader JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/Australian-Text-Analytics-Platform/atap_cloud_downloader
SummaryA simple Panel GUI for downloading files from cloud file hosting platforms to the local working space
upload_time2024-11-08 05:32:25
maintainerNone
docs_urlNone
authorHamish Croser
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ATAP Cloud Downloader

A simple Panel GUI for downloading files from cloud file hosting platforms to the local working space

## Installation

`pip install atap-cloud-downloader`

## Usage

```python
from atap_cloud_downloader import CloudDownloader

downloader = CloudDownloader()
downloader.servable()
```

## Authors

  - **Hamish Croser** - [h-croser](https://github.com/h-croser)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Australian-Text-Analytics-Platform/atap_cloud_downloader",
    "name": "atap-cloud-downloader",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Hamish Croser",
    "author_email": "hamish.croser@sydney.edu.au",
    "download_url": "https://files.pythonhosted.org/packages/5b/00/09d4e9caf2cc075bb3203abf778d687e349413f657ae2a7f3af9d310cc78/atap_cloud_downloader-0.1.2.tar.gz",
    "platform": null,
    "description": "# ATAP Cloud Downloader\n\nA simple Panel GUI for downloading files from cloud file hosting platforms to the local working space\n\n## Installation\n\n`pip install atap-cloud-downloader`\n\n## Usage\n\n```python\nfrom atap_cloud_downloader import CloudDownloader\n\ndownloader = CloudDownloader()\ndownloader.servable()\n```\n\n## Authors\n\n  - **Hamish Croser** - [h-croser](https://github.com/h-croser)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple Panel GUI for downloading files from cloud file hosting platforms to the local working space",
    "version": "0.1.2",
    "project_urls": {
        "Homepage": "https://github.com/Australian-Text-Analytics-Platform/atap_cloud_downloader",
        "Repository": "https://github.com/Australian-Text-Analytics-Platform/atap_cloud_downloader"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "070c21664eae4cfaa401fd64c4b45274a11e626973ff401dcb989bea4acfeb5f",
                "md5": "be9a4978e836d07db7af48be7d1c3863",
                "sha256": "6730b450ae43c955543a539515f501b6262356cc4a36e9be8a362ce9678c10aa"
            },
            "downloads": -1,
            "filename": "atap_cloud_downloader-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "be9a4978e836d07db7af48be7d1c3863",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 3795,
            "upload_time": "2024-11-08T05:32:23",
            "upload_time_iso_8601": "2024-11-08T05:32:23.125634Z",
            "url": "https://files.pythonhosted.org/packages/07/0c/21664eae4cfaa401fd64c4b45274a11e626973ff401dcb989bea4acfeb5f/atap_cloud_downloader-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b0009d4e9caf2cc075bb3203abf778d687e349413f657ae2a7f3af9d310cc78",
                "md5": "1657a80e591ba3ba787df4531179ae2c",
                "sha256": "201fb3ed23d6a82561e4b276d64d1be9caa254b758285115177dd491192c9c8b"
            },
            "downloads": -1,
            "filename": "atap_cloud_downloader-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "1657a80e591ba3ba787df4531179ae2c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 3122,
            "upload_time": "2024-11-08T05:32:25",
            "upload_time_iso_8601": "2024-11-08T05:32:25.927884Z",
            "url": "https://files.pythonhosted.org/packages/5b/00/09d4e9caf2cc075bb3203abf778d687e349413f657ae2a7f3af9d310cc78/atap_cloud_downloader-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-08 05:32:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Australian-Text-Analytics-Platform",
    "github_project": "atap_cloud_downloader",
    "github_not_found": true,
    "lcname": "atap-cloud-downloader"
}
        
Elapsed time: 1.54085s