{ "info": { "author": "Ken Hilton", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6", "Topic :: Text Processing :: Markup" ], "description": "chparse - Parse Clone Hero charts with ease!\n\nInstallation\n============\n\nInstall the stable build via::\n\n pip install chparse\n\nOr install the latest development (unstable) build via::\n\n git clone https://github.com/Kenny2github/chparse.git\n cd chparse\n python setup.py install\n\nExample Usage\n=============\n\nAssuming your .chart file is named \"notes.chart\"...\n\n.. code-block:: python\n\n >>> import chparse\n >>> with open('notes.chart') as chartfile:\n ... chart = chparse.load(chartfile)\n >>> chart.instruments[chparse.EXPERT][chparse.GUITAR].notes[0]\n )>\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Kenny2github/chparse", "keywords": "file format parser", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "chparse", "package_url": "https://pypi.org/project/chparse/", "platform": "", "project_url": "https://pypi.org/project/chparse/", "project_urls": { "Homepage": "https://github.com/Kenny2github/chparse" }, "release_url": "https://pypi.org/project/chparse/0.0.0/", "requires_dist": null, "requires_python": ">=2.7", "summary": "Parse Clone Hero charts with ease!.", "version": "0.0.0" }, "last_serial": 3831183, "releases": { "0.0.0": [ { "comment_text": "", "digests": { "md5": "63895d92a227bbe1a2177485ba20239d", "sha256": "045cda0853ce019b48bbf0589cd3a266cbf155401155e719e851274c3767fb56" }, "downloads": -1, "filename": "chparse-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63895d92a227bbe1a2177485ba20239d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 6834, "upload_time": "2018-05-03T14:43:26", "url": "https://files.pythonhosted.org/packages/86/53/ca7536d1a4e080ad24d3e750abe1c16972ef821c48342447c892a5a24c60/chparse-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f9960932762d8c0d385643238f3abcb", "sha256": "6b178099cea3dcb135bdd3c2380862221cbe9a43ae4b9c1978db11489da553b4" }, "downloads": -1, "filename": "chparse-0.0.0.tar.gz", "has_sig": false, "md5_digest": "1f9960932762d8c0d385643238f3abcb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5090, "upload_time": "2018-05-03T14:43:27", "url": "https://files.pythonhosted.org/packages/78/e5/a4f3815b5d1496440c1ed1d823ca4254fd5c8f40dc118db0217c91ddc9ac/chparse-0.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63895d92a227bbe1a2177485ba20239d", "sha256": "045cda0853ce019b48bbf0589cd3a266cbf155401155e719e851274c3767fb56" }, "downloads": -1, "filename": "chparse-0.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "63895d92a227bbe1a2177485ba20239d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7", "size": 6834, "upload_time": "2018-05-03T14:43:26", "url": "https://files.pythonhosted.org/packages/86/53/ca7536d1a4e080ad24d3e750abe1c16972ef821c48342447c892a5a24c60/chparse-0.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1f9960932762d8c0d385643238f3abcb", "sha256": "6b178099cea3dcb135bdd3c2380862221cbe9a43ae4b9c1978db11489da553b4" }, "downloads": -1, "filename": "chparse-0.0.0.tar.gz", "has_sig": false, "md5_digest": "1f9960932762d8c0d385643238f3abcb", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7", "size": 5090, "upload_time": "2018-05-03T14:43:27", "url": "https://files.pythonhosted.org/packages/78/e5/a4f3815b5d1496440c1ed1d823ca4254fd5c8f40dc118db0217c91ddc9ac/chparse-0.0.0.tar.gz" } ] }