{ "info": { "author": "Seth Davis", "author_email": "seth@curiasolutions.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Utilities" ], "description": "================================================================================\npytagdump v0.3.1\n================================================================================\n\n| Copyright: (c) 2012 Seth Davis\n| http://github.com/seedifferently/pytagdump\n\n\nSynopsis\n================================================================================\n\npytagdump is a simple utility to print the ID3/tag info of various files\nsupported by the \"mutagen\" package.\n\n\nInstallation\n================================================================================\n\nTo install, simply::\n\n pip install pytagdump\n\n* You'll need to have `Python`_ 2.5+ and `pip`_ installed.\n* You might have to be root (or use sudo) for pip to install the script into a\n globally executable directory in your $PATH.\n* For JSON output support, make sure you have at least Python v2.6 (or\n install the `simplejson` package for Python v2.5).\n* For YAML output support, make sure you install the `PyYAML` package.\n* Optonally, you can use pip's `setuptools extras`_ syntax to have either (or\n both) of these packages automatically installed for you. e.g. `pip install\n pytagdump[JSON,YAML]`\n* pip should automatically install mutagen for you, but the advanced user can\n find it here: http://code.google.com/p/mutagen/\n\n.. _Python: http://www.python.org\n.. _pip: http://www.pip-installer.org\n.. _setuptools extras: http://peak.telecommunity.com/DevCenter/setuptools\n #declaring-extras-optional-features-with-their-own-\n dependencies\n\n\nUsage\n================================================================================\n\n::\n\n pytagdump [OPTIONS] file(s)\n\n\nExamples\n--------------------------------------------------------------------------------\n\n::\n\n pytagdump [OPTIONS] ~/Music/*.mp3\n\nor::\n\n pytagdump [OPTIONS] \"~/Music/Rick Astley - Never Gonna Give You Up.mp3\"\n\n\nOptions\n================================================================================\n\n::\n\n -j/--json Dump tag info in the JSON format.\n -y/--yaml Dump tag info in the YAML format.\n -i/--info Include additional meta info (bitrate, length, etc) in tag\n dump.\n -s/--size Include file size (in bytes) in tag dump.\n -v/--verbose Print additional informational messages.\n\n\nDisclaimers and Warnings\n================================================================================\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHOR BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF\nCONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\nLatest Changes\n================================================================================\n\n\nv0.3.1 -- 02/08/2012\n--------------------------------------------------------------------------------\n\n* Moved JSON/YAML package references to setuptools extras.\n* Added more informative errors to JSON/YAML import failures.\n* Fixed issue where additional meta info wasn't shown if it was the only tag\n info available.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/seedifferently/pytagdump", "keywords": "mutagen ID3", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "pytagdump", "package_url": "https://pypi.org/project/pytagdump/", "platform": "Posix; MacOS X; Windows", "project_url": "https://pypi.org/project/pytagdump/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/seedifferently/pytagdump" }, "release_url": "https://pypi.org/project/pytagdump/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "A simple utility to print the ID3/tag info of various files supported by the mutagen package.", "version": "0.3.1" }, "last_serial": 797798, "releases": { "0.3.1": [ { "comment_text": "", "digests": { "md5": "5df6eb1a8e42d8d907b166214f8f709c", "sha256": "3e5dc3b329c787bdc6c0ee13a395935cd95aa541a31734070bf0131057c4c04b" }, "downloads": -1, "filename": "pytagdump-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5df6eb1a8e42d8d907b166214f8f709c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4647, "upload_time": "2012-02-08T10:49:36", "url": "https://files.pythonhosted.org/packages/e1/2e/08e511e5ccd313dc9a0205b93f859b659bbd22d22f6bbaf8629fe7f3c241/pytagdump-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5df6eb1a8e42d8d907b166214f8f709c", "sha256": "3e5dc3b329c787bdc6c0ee13a395935cd95aa541a31734070bf0131057c4c04b" }, "downloads": -1, "filename": "pytagdump-0.3.1.tar.gz", "has_sig": false, "md5_digest": "5df6eb1a8e42d8d907b166214f8f709c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4647, "upload_time": "2012-02-08T10:49:36", "url": "https://files.pythonhosted.org/packages/e1/2e/08e511e5ccd313dc9a0205b93f859b659bbd22d22f6bbaf8629fe7f3c241/pytagdump-0.3.1.tar.gz" } ] }