{ "info": { "author": "Mari\u00e1n Rynik", "author_email": "marian.rynik@outlook.sk", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Environment :: MacOS X", "Environment :: X11 Applications :: Qt", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Multimedia :: Sound/Audio :: Analysis", "Typing :: Typed" ], "description": "# Wikipegia music tags parser\n\n![PyPI](https://img.shields.io/pypi/v/wiki-music)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/wiki-music)\n[![license](https://img.shields.io/pypi/l/qtpy.svg)](./LICENSE)\n\n[![Documentation Status](https://readthedocs.org/projects/wikipedia-music-tags/badge/?version=latest)](https://wikipedia-music-tags.readthedocs.io/en/latest/?badge=latest)\n[![Coverage Status](https://coveralls.io/repos/github/marian-code/wikipedia-music-tags/badge.svg?branch=master)](https://coveralls.io/github/marian-code/wikipedia-music-tags?branch=master)\n[![Requirements Status](https://requires.io/github/marian-code/wikipedia-music-tags/requirements.svg?branch=master)](https://requires.io/github/marian-code/wikipedia-music-tags/requirements/?branch=master)\n[![Build Status](https://travis-ci.com/marian-code/wikipedia-music-tags.svg?branch=master)](https://travis-ci.com/marian-code/wikipedia-music-tags)\n\n\n\nPython application which parses wikipedia for music tags and writes them to \nfiles. Has also the ability to search for lyrics and album cover art. The app\nwas created to complement tagging tools that use other datatabases.\nI often found that these databases provide only some basic information. For\ninstance there are no lyrics or composers information, or the cover art is in\nlow resolution. The Wikipedia is often the most complete source of information\nbut extracting the information by hand is a slow and boring process.\n\nwiki_music aims to automate this, paired with a powerful image and lyrics\nsearch, tagging often takes only a few clicks. It is not perfect however.\nWikipedia data is not saved in standardized form so it has to be extracted from\nhtml which can at times be unreliable. But the app should always give you at\nleast some good starting point from which you can continuee editing by hand.\n\n## Getting Started\n\nPackage can be installed with pip:\n\n```\npip install wiki_music\n```\nFor more details refer to Documentation which can be found at:\n[readthedocs](https://wikipedia-music-tags.readthedocs.io/en/latest/index.html).\n\n[Installation intructions](https://wikipedia-music-tags.readthedocs.io/en/latest/instalation.html)\n\n[Usage intructions](https://wikipedia-music-tags.readthedocs.io/en/latest/usage.html)\n\n[Contributing guide](https://wikipedia-music-tags.readthedocs.io/en/latest/contributing.html)\n\n\nAnyone is welcome to use it or contribute. All of the dependencies are fairly\ncommon so you shouldn't encounter any problems. Curentlly supported versions of\npython are **3.6** - **3.8**.\n\n## Bugs & Features\n\nIf there are some features missing or you found a bug please create an issue\nat: [Git Issues](https://github.com/marian-code/wikipedia-music-tags/issues)\n\n### Prerequisites\n\n```\nappdirs>=1.4.3\nbeautifulsoup4>=4.6.0\ncolorama>=0.4.0\ndatefinder>=0.6.1\nfuzzywuzzy>=0.17.0\nlazy-import>=0.2.2\nlxml>=4.2.1\nnltk>=3.3\nmutagen>=1.42.0\nnumpy>=1.14.3\nPillow>=6.1.0\npyyaml>=5.1.2\nPyQt5>=5.11.3\npython-Levenshtein>=0.12.0\nQtPy>=1.7.0\nrequests>=2.18.4\nwikipedia>=1.4.0\n```\n\n## Authors\n\n* **Mari\u0102\u02c7n Rynik** - *Initial work* - [marian-code](https://github.com/marian-code)\n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\n[MIT](https://github.com/marian-code/https://github.com/marian-code/wikipedia-music-tags/LICENSE.txt)\n\n## Acknowledgments\n\n* Stackoverflow\n* [Giesela Inc.](https://github.com/GieselaDev) - LyricsFinder\n* [https://github.com/hardikvasa](https://github.com/hardikvasa) - google_images_download\n\n\n\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/marian-code/wikipedia-music-tags", "keywords": "tagging music tags wikipedia", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "wiki-music", "package_url": "https://pypi.org/project/wiki-music/", "platform": "", "project_url": "https://pypi.org/project/wiki-music/", "project_urls": { "Homepage": "https://github.com/marian-code/wikipedia-music-tags" }, "release_url": "https://pypi.org/project/wiki-music/0.6a0/", "requires_dist": [ "appdirs (>=1.4.3)", "beautifulsoup4 (>=4.6.0)", "colorama (>=0.4.0)", "datefinder (>=0.6.1)", "fuzzywuzzy (>=0.17.0)", "lazy-import (>=0.2.2)", "lxml (>=4.2.1)", "nltk (>=3.3)", "mutagen (>=1.42.0)", "numpy (>=1.14.3)", "Pillow (>=6.1.0)", "pyyaml (>=5.1.2)", "PyQt5 (>=5.11.3)", "python-Levenshtein (>=0.12.0)", "QtPy (>=1.7.0)", "requests (>=2.18.4)", "wikipedia (>=1.4.0)", "unittest ; extra == 'test'", "appdirs (>=1.4.3) ; extra == 'test'", "beautifulsoup4 (>=4.6.0) ; extra == 'test'", "colorama (>=0.4.0) ; extra == 'test'", "datefinder (>=0.6.1) ; extra == 'test'", "fuzzywuzzy (>=0.17.0) ; extra == 'test'", "lazy-import (>=0.2.2) ; extra == 'test'", "lxml (>=4.2.1) ; extra == 'test'", "nltk (>=3.3) ; extra == 'test'", "mutagen (>=1.42.0) ; extra == 'test'", "numpy (>=1.14.3) ; extra == 'test'", "Pillow (>=6.1.0) ; extra == 'test'", "pyyaml (>=5.1.2) ; extra == 'test'", "PyQt5 (>=5.11.3) ; extra == 'test'", "python-Levenshtein (>=0.12.0) ; extra == 'test'", "QtPy (>=1.7.0) ; extra == 'test'", "requests (>=2.18.4) ; extra == 'test'", "wikipedia (>=1.4.0) ; extra == 'test'" ], "requires_python": ">=3.6", "summary": "Music tagger with information retrieval from wikipedia", "version": "0.6a0", "yanked": false, "yanked_reason": null }, "last_serial": 6356059, "releases": { "0.3a4": [ { "comment_text": "", "digests": { "md5": "8bcedef16c277387c2da660ebc62e5ae", "sha256": "207704e3093cab3cf585a727064220eddee0d2844bc7e916098e4a29b91cbd6b" }, "downloads": -1, "filename": "wiki_music-0.3a4-py3-none-any.whl", "has_sig": false, "md5_digest": "8bcedef16c277387c2da660ebc62e5ae", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 135907, "upload_time": "2019-10-15T19:56:47", "upload_time_iso_8601": "2019-10-15T19:56:47.372173Z", "url": "https://files.pythonhosted.org/packages/a3/5e/243dff7dd5c355b74d9ed9a6d5473ac489ba535778552ee4d30dab9a28d7/wiki_music-0.3a4-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "952d80afac7fcdc05b63ea527ae9fba6", "sha256": "898ef4f2ae9af2d494af617828fd5f0ada96c50b4763e9530575a8f691476aa8" }, "downloads": -1, "filename": "wiki-music-0.3a4.tar.gz", "has_sig": false, "md5_digest": "952d80afac7fcdc05b63ea527ae9fba6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 111607, "upload_time": "2019-10-15T19:56:50", "upload_time_iso_8601": "2019-10-15T19:56:50.308713Z", "url": "https://files.pythonhosted.org/packages/91/db/182f57ba7f3fda2615ea2f5dfd98c5545da241e952c9ee361c61a04dcfb8/wiki-music-0.3a4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.4a0": [ { "comment_text": "", "digests": { "md5": "040538ea9d70c60ebf45b8c746620af5", "sha256": "eb6683be423c488334ca0016c6bd3b8c86d47eb28a2ae409b88d40db62f81ddd" }, "downloads": -1, "filename": "wiki_music-0.4a0-py3-none-any.whl", "has_sig": false, "md5_digest": "040538ea9d70c60ebf45b8c746620af5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 137739, "upload_time": "2019-10-17T16:47:16", "upload_time_iso_8601": "2019-10-17T16:47:16.821534Z", "url": "https://files.pythonhosted.org/packages/97/2a/f4a501dacec976b07f608660eca9a06fa5cf0bdcbf2456dde6cb0ed16e57/wiki_music-0.4a0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.5a0": [ { "comment_text": "", "digests": { "md5": "994a42fa18d519c37156da176bf01903", "sha256": "bb339251d7a0c46452bb1bcf8c4f5f84003736dfcf6c056acc8732f8547ed745" }, "downloads": -1, "filename": "wiki_music-0.5a0-py3-none-any.whl", "has_sig": false, "md5_digest": "994a42fa18d519c37156da176bf01903", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 143273, "upload_time": "2019-10-24T11:45:25", "upload_time_iso_8601": "2019-10-24T11:45:25.947554Z", "url": "https://files.pythonhosted.org/packages/bc/b7/60392e76fa9c7212a23125adc74560a94d6266dc7e976662defca67bffb4/wiki_music-0.5a0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.6a0": [ { "comment_text": "", "digests": { "md5": "0b2a8b90c4120e3ab74b0b68ffba55b7", "sha256": "e3442077e0337ec35d223a866c74d2d47294084e2b4064f7e2c817a7fea91292" }, "downloads": -1, "filename": "wiki_music-0.6a0-py3-none-any.whl", "has_sig": false, "md5_digest": "0b2a8b90c4120e3ab74b0b68ffba55b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 147843, "upload_time": "2019-12-24T17:10:48", "upload_time_iso_8601": "2019-12-24T17:10:48.880685Z", "url": "https://files.pythonhosted.org/packages/11/09/a308fff02271ab8792a0fd2df0fd88b4310125f8dd5a2fdbf57983a2c082/wiki_music-0.6a0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b2a8b90c4120e3ab74b0b68ffba55b7", "sha256": "e3442077e0337ec35d223a866c74d2d47294084e2b4064f7e2c817a7fea91292" }, "downloads": -1, "filename": "wiki_music-0.6a0-py3-none-any.whl", "has_sig": false, "md5_digest": "0b2a8b90c4120e3ab74b0b68ffba55b7", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 147843, "upload_time": "2019-12-24T17:10:48", "upload_time_iso_8601": "2019-12-24T17:10:48.880685Z", "url": "https://files.pythonhosted.org/packages/11/09/a308fff02271ab8792a0fd2df0fd88b4310125f8dd5a2fdbf57983a2c082/wiki_music-0.6a0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }