{ "info": { "author": "Victor Costa", "author_email": "contato@victorfontes.com", "bugtrack_url": null, "classifiers": [], "description": "All rights reserved.\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\nRedistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\nRedistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\nDescription: python-ultimate-guitar\n ==============\n \n python bindings for ultimate-guitar.com\n \n Supports:\n ----------\n - search with type filtering (pro, tab, chords, etc)\n - dowload tabs and guitar pro files\n \n \n Using from command line\n -----------------------------------\n ```bash\n ultimate-guitar search -q \"paranoid android\" -t guitar_pro --limit 10 --download \n \n Usage: ultimate-guitar search [OPTIONS]\n \n Options:\n -q, --query TEXT The person to greet.\n -t, --filter-type TEXT Filter results by type\n -l, --limit INTEGER Limit first N results\n -p, --path TEXT Path to downloaded files\n --download / --no-download\n --help \n \n ```\n \n \n \n Using as lib\n ----------------------------\n ```python\n from ultimate_guitar import UltimateGuitarScraper\n ug = UltimateGuitarScraper()\n ug.search('paranoid android')\n >>> \n \n ug.search('paranoid android', filter_type='guitar_pro')\n \n \n ```\n \n \nPlatform: UNKNOWN\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/victorfontes/python-ultimate-guitar", "keywords": "", "license": "Copyright (c) 2017, Victor Fontes Costa", "maintainer": "", "maintainer_email": "", "name": "python-ultimate-guitar", "package_url": "https://pypi.org/project/python-ultimate-guitar/", "platform": "", "project_url": "https://pypi.org/project/python-ultimate-guitar/", "project_urls": { "Homepage": "https://github.com/victorfontes/python-ultimate-guitar" }, "release_url": "https://pypi.org/project/python-ultimate-guitar/0.1.0/", "requires_dist": [ "Babel (==2.5.0)", "Jinja2 (==2.9.6)", "MarkupSafe (==1.0)", "Pygments (==2.2.0)", "alabaster (==0.7.10)", "beautifulsoup4 (==4.6.0)", "blessings (==1.6)", "bs4 (==0.0.1)", "certifi (==2017.7.27.1)", "chardet (==3.0.4)", "click (==6.7)", "curtsies (==0.2.11)", "docutils (==0.14)", "dotmap (==1.2.19)", "greenlet (==0.4.12)", "idna (==2.6)", "imagesize (==0.7.1)", "lxml (==3.8.0)", "python-ultimate-guitar (==0.1.0)", "pytz (==2017.2)", "requests (==2.18.4)", "rows (==0.3.1)", "six (==1.10.0)", "snowballstemmer (==1.2.1)", "tabulate (==0.7.7)", "typing (==3.6.2)", "unicodecsv (==0.14.1)", "urllib3 (==1.22)", "wcwidth (==0.1.7)" ], "requires_python": "", "summary": "Search ultimate-guitar.com and download the results from the command line.", "version": "0.1.0" }, "last_serial": 3136025, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "4a358e35bb7d5fce9aaf5b288c44e3fb", "sha256": "13e269e91e17652cee217f65429e2cf1d1f7ad66a2bc6c4a9e8c8111ff841bf4" }, "downloads": -1, "filename": "python_ultimate_guitar-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "4a358e35bb7d5fce9aaf5b288c44e3fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10474, "upload_time": "2017-08-30T21:34:58", "url": "https://files.pythonhosted.org/packages/f6/d0/c446a7edec1194ecbe9cd9ea924f607c9756ed8c249372274aedc7e598e3/python_ultimate_guitar-0.1.0-py2-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4a358e35bb7d5fce9aaf5b288c44e3fb", "sha256": "13e269e91e17652cee217f65429e2cf1d1f7ad66a2bc6c4a9e8c8111ff841bf4" }, "downloads": -1, "filename": "python_ultimate_guitar-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "4a358e35bb7d5fce9aaf5b288c44e3fb", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 10474, "upload_time": "2017-08-30T21:34:58", "url": "https://files.pythonhosted.org/packages/f6/d0/c446a7edec1194ecbe9cd9ea924f607c9756ed8c249372274aedc7e598e3/python_ultimate_guitar-0.1.0-py2-none-any.whl" } ] }