{ "info": { "author": "xy2_", "author_email": "xy2trezatreza@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# vndb_dl\n\nvndb_dl is a command-line utility that allows to download VN metadata and screenshots from vndb.org.\n\n## Usage\n\nvndb_dl can be used from the command line. You can either specify an id to use with the -i option:\n\n```shell\n$ vndb_dl -i 7\n```\n\nor an vndb.org url:\n\n```shell\n$ vndb_dl -u https://vndb.org/v7\n```\n\nBulk downloading is supported with ranges:\n\n```shell\n$ vndb_dl -i 7-12, 14 # Will download vns with id [7; 12] and vn with id 14\n```\n\nBy default, vn_dl will output metadata about each vn in a metadata.txt and metadata.json file. To disable either or both of these, set their flags to false:\n\n```shell\n$ vndb_dl -i 7 -j False -p False\n```\n\nBy default, vndb_dl will output into the working directory. You can change the directory with the directory flag:\n```shell\n$ vndb_dl -i 7-12 -d download_folder\n```\n\nThis covers full usage of vndb_dl.\n\n```shell\n$ vndb_dl --help\nusage: vndb_dl [-h] [-j JSON] [-p PLAIN] [-i ID [ID ...]] [-u URL [URL ...]]\n [-d DIRECTORY]\n\nDownload visual novel information from vndb.org.\n\noptional arguments:\n -h, --help show this help message and exit\n -j JSON, --json JSON Parse the visual novel metadata as a JSON file in the\n visual novel folder ([True]/False)\n -p PLAIN, --plain PLAIN\n Parse the visual novel metadata as a plain text file\n in the visual novel folder ([True]/False)\n -i ID [ID ...], --id ID [ID ...]\n vndb id of the visual novel; where in vndb.org/v###,\n the ### is the vn's id. --id accepts both list of\n numbers (eg. 5 6 7) and ranges (eg. 5-7) as well as\n both (eg. 5-7 9 11). Commas and spaces are accepted\n (eg 5-7, 40 49, 51), as long as each character is\n separated by a space (57,59 will give you vn n.5759).\n -u URL [URL ...], --url URL [URL ...]\n vndb url of the visual novel\n -d DIRECTORY, --directory DIRECTORY\n Source directory where the data for each visual novel\n will be stored\n```\n\n## For developers\n\nAny contributions are very appreciated. Please submit a pull request if you find improvements.\n\n### Documentation\n\nAll documentation can be found in sphinx format under the `docs` folder.\n\n### Unit tests\n\nTests are located in the `tests` folder.\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/xy2iii/vndb_dl", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "vndb-dl", "package_url": "https://pypi.org/project/vndb-dl/", "platform": "", "project_url": "https://pypi.org/project/vndb-dl/", "project_urls": { "Homepage": "https://github.com/xy2iii/vndb_dl" }, "release_url": "https://pypi.org/project/vndb-dl/0.1.0/", "requires_dist": [ "beautifulsoup4", "requests" ], "requires_python": "", "summary": "Download visual novel metadata and screenshots from vndb.org", "version": "0.1.0" }, "last_serial": 4437746, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "137a7bac1ad34c32757e5fc2c577cfbd", "sha256": "36c00d8a065bc5fbaaf57fabd4831a612ca61ac4e5d8e168dbe41e79ebb817d9" }, "downloads": -1, "filename": "vndb_dl-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "137a7bac1ad34c32757e5fc2c577cfbd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19663, "upload_time": "2018-10-31T17:37:03", "url": "https://files.pythonhosted.org/packages/b0/94/928199b18e9c0e834a64d909cb487bcd82c041ad42744860c2ef0773a24b/vndb_dl-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35dbdd548c0a4c002831a5c8145be84e", "sha256": "efecc6ec5f0c9077c470997e5c8e94e7086c20f7f50919d5074d71674e53391a" }, "downloads": -1, "filename": "vndb_dl-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35dbdd548c0a4c002831a5c8145be84e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18313, "upload_time": "2018-10-31T17:37:05", "url": "https://files.pythonhosted.org/packages/ed/e0/fb85b6f74bc8077c65fd753f2817ddc6d53095a147dc28848dba7c6ce8c3/vndb_dl-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "137a7bac1ad34c32757e5fc2c577cfbd", "sha256": "36c00d8a065bc5fbaaf57fabd4831a612ca61ac4e5d8e168dbe41e79ebb817d9" }, "downloads": -1, "filename": "vndb_dl-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "137a7bac1ad34c32757e5fc2c577cfbd", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19663, "upload_time": "2018-10-31T17:37:03", "url": "https://files.pythonhosted.org/packages/b0/94/928199b18e9c0e834a64d909cb487bcd82c041ad42744860c2ef0773a24b/vndb_dl-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "35dbdd548c0a4c002831a5c8145be84e", "sha256": "efecc6ec5f0c9077c470997e5c8e94e7086c20f7f50919d5074d71674e53391a" }, "downloads": -1, "filename": "vndb_dl-0.1.0.tar.gz", "has_sig": false, "md5_digest": "35dbdd548c0a4c002831a5c8145be84e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18313, "upload_time": "2018-10-31T17:37:05", "url": "https://files.pythonhosted.org/packages/ed/e0/fb85b6f74bc8077c65fd753f2817ddc6d53095a147dc28848dba7c6ce8c3/vndb_dl-0.1.0.tar.gz" } ] }