{ "info": { "author": "sugurunatsuno", "author_email": "suguru.irie@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6" ], "description": "DLsite\n======\n\nA python package that get information of products in DLsite.\n\nrequirements\n------------\nrequests \nbeautifulsoup4 \nlxml\n\nInstalling\n----------\n`pip install DLsite`\n\nExample\n-------\n```python\nfrom DLsite import Product\n\n# set url\nproduct = Product('https://www.dlsite.com/maniax/work/=/product_id/RJ252835.html')\n \n# get each info\nprint(product)\n# output: \u5922\u30ce\u6fe1\u8272: \u3058\u3087\u3076\u3058\u3085\u3093\u3002(\u3058\u3083\u3058\u3085\u3058\u3087)\nprint(product.genre)\n# output: ['\u30d8\u30bf\u30ec\u653b\u3081', '\u30cd\u30b3\u30df\u30df']\n```\n\nLicense\n-------\n\nRefer to the LICENSE file.", "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/sugurunatsuno/DLsite.git", "keywords": "dlsite", "license": "", "maintainer": "", "maintainer_email": "", "name": "DLsite", "package_url": "https://pypi.org/project/DLsite/", "platform": "", "project_url": "https://pypi.org/project/DLsite/", "project_urls": { "Homepage": "https://github.com/sugurunatsuno/DLsite.git" }, "release_url": "https://pypi.org/project/DLsite/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "", "version": "0.1.0", "yanked": false, "yanked_reason": null }, "last_serial": 6012654, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "f8654de1e01b3ae7344bb053f39fde38", "sha256": "6f8ad89f9563379d66d503e006ce8f956d44d3753bc45286509f8d561264ea8a" }, "downloads": -1, "filename": "DLsite-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f8654de1e01b3ae7344bb053f39fde38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610, "upload_time": "2019-10-22T13:10:07", "upload_time_iso_8601": "2019-10-22T13:10:07.993680Z", "url": "https://files.pythonhosted.org/packages/37/93/e78ec4aa324089fac9c3875b5d3ee79762eb48464881696d7b4c65d5be75/DLsite-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f8654de1e01b3ae7344bb053f39fde38", "sha256": "6f8ad89f9563379d66d503e006ce8f956d44d3753bc45286509f8d561264ea8a" }, "downloads": -1, "filename": "DLsite-0.1.0.tar.gz", "has_sig": false, "md5_digest": "f8654de1e01b3ae7344bb053f39fde38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1610, "upload_time": "2019-10-22T13:10:07", "upload_time_iso_8601": "2019-10-22T13:10:07.993680Z", "url": "https://files.pythonhosted.org/packages/37/93/e78ec4aa324089fac9c3875b5d3ee79762eb48464881696d7b4c65d5be75/DLsite-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }