svd-downloader


Namesvd-downloader JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/rijulg/svd-downloader
SummarySimple utility to download Saarbruecken Voice Database
upload_time2024-02-03 19:38:09
maintainer
docs_urlNone
authorRijul Gupta
requires_python
licenseMIT
keywords downloader svd disordered voice database
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # svd-downloader

This repo allows downloading the entire Saarbruecken Voice Database.

Originally based on (https://github.com/HAMMADIPRO/SVD_downloader), but in it's current form it is almost entirely modified. The changes were made primarily to allow for automatic creation of files, running most fetches in parallel and to break downloading of files and saving list of links into separate steps.

## Installation

```bash
pip install svd-downloader
```

## Running

```bash
python -m svd-downloader <output_directory>
```

### Arguments

- <output_directory>: positional argument, specifies where to download data
- --refetch-links: if links file already exists then refetch all links

## License

This project itself is licensed under the [MIT License](./LICENSE), but the dataset that will be downloaded is licensed licensed under [SVD dataset License](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/rijulg/svd-downloader",
    "name": "svd-downloader",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Downloader,SVD,Disordered Voice Database",
    "author": "Rijul Gupta",
    "author_email": "rijulg@neblar.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/e5/5522fcad64effb2355657c79678b38066a16a9525c555c5b8600ab5ee219/svd-downloader-0.1.1.tar.gz",
    "platform": null,
    "description": "# svd-downloader\n\nThis repo allows downloading the entire Saarbruecken Voice Database.\n\nOriginally based on (https://github.com/HAMMADIPRO/SVD_downloader), but in it's current form it is almost entirely modified. The changes were made primarily to allow for automatic creation of files, running most fetches in parallel and to break downloading of files and saving list of links into separate steps.\n\n## Installation\n\n```bash\npip install svd-downloader\n```\n\n## Running\n\n```bash\npython -m svd-downloader <output_directory>\n```\n\n### Arguments\n\n- <output_directory>: positional argument, specifies where to download data\n- --refetch-links: if links file already exists then refetch all links\n\n## License\n\nThis project itself is licensed under the [MIT License](./LICENSE), but the dataset that will be downloaded is licensed licensed under [SVD dataset License](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple utility to download Saarbruecken Voice Database",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/rijulg/svd-downloader"
    },
    "split_keywords": [
        "downloader",
        "svd",
        "disordered voice database"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5429c020fd59932fbbd6849fa3154201c22a083d7b5ace6f487adb06ed768da8",
                "md5": "622a70ec62766ace7f90a5edc7d89fed",
                "sha256": "6cad786411304bc7adb4998dc11cd7aba06854efab42300dc2f3f76d012e4d25"
            },
            "downloads": -1,
            "filename": "svd_downloader-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "622a70ec62766ace7f90a5edc7d89fed",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5063,
            "upload_time": "2024-02-03T19:38:07",
            "upload_time_iso_8601": "2024-02-03T19:38:07.781313Z",
            "url": "https://files.pythonhosted.org/packages/54/29/c020fd59932fbbd6849fa3154201c22a083d7b5ace6f487adb06ed768da8/svd_downloader-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5fe55522fcad64effb2355657c79678b38066a16a9525c555c5b8600ab5ee219",
                "md5": "27d9034508797a1aac3ba36d73e81867",
                "sha256": "73ccee8329957777d8fe0a5252454d5c0415590db128740cd23861e0bec6dba3"
            },
            "downloads": -1,
            "filename": "svd-downloader-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "27d9034508797a1aac3ba36d73e81867",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4662,
            "upload_time": "2024-02-03T19:38:09",
            "upload_time_iso_8601": "2024-02-03T19:38:09.715494Z",
            "url": "https://files.pythonhosted.org/packages/5f/e5/5522fcad64effb2355657c79678b38066a16a9525c555c5b8600ab5ee219/svd-downloader-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-03 19:38:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "rijulg",
    "github_project": "svd-downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "svd-downloader"
}
        
Elapsed time: 0.17465s