{ "info": { "author": "Mark Vasilkov", "author_email": "mvasilkov@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Topic :: Multimedia :: Sound/Audio" ], "description": "python-rebuild-audio-file\n===\n\nLosslessly rebuild audio files.\n\nInstallation\n---\n\n```sh\npip install -U rebuild-audio-file\n```\n\nCommand-line usage\n---\n\n```sh\nraf existing.mp3 new.mp3\nraf existing.flac new.flac\n```\n\nProgrammatic usage\n---\n\n```python\nfrom raf import rebuild_audio_file\n\nrebuild_audio_file('existing.mp3', 'new.mp3')\nrebuild_audio_file('existing.flac', 'new.flac')\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/mvasilkov/python-rebuild-audio-file", "keywords": "ffmpeg flac lame lossless mp3", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "rebuild-audio-file", "package_url": "https://pypi.org/project/rebuild-audio-file/", "platform": "", "project_url": "https://pypi.org/project/rebuild-audio-file/", "project_urls": { "Homepage": "https://github.com/mvasilkov/python-rebuild-audio-file" }, "release_url": "https://pypi.org/project/rebuild-audio-file/0.1.1/", "requires_dist": [ "colorama (>=0.4.0)", "compare-mp3 (>=0.1.1)", "get-video-properties (>=0.1.1)", "mutagen (>=1.41.1)" ], "requires_python": "", "summary": "Losslessly rebuild audio files.", "version": "0.1.1" }, "last_serial": 6000833, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "619889a70f1f9bb01b9ed4fa07d67339", "sha256": "b0936799dfa5a5a7eb3e1f6206c0ea404bd55a59b3fc30950bd369eb3e4e5673" }, "downloads": -1, "filename": "rebuild_audio_file-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "619889a70f1f9bb01b9ed4fa07d67339", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 42956240, "upload_time": "2018-10-31T16:00:39", "url": "https://files.pythonhosted.org/packages/7a/21/ec8c5dae622534746ea2c90ea31934dfe04238535b72f000917e4cb2fe63/rebuild_audio_file-0.1.0-py3-none-any.whl" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "538bc203ec63f70c0f10067ccbafc686", "sha256": "fd2f177af01e14dfc67210bb0676e442e482c5d22fc38227cd7f2ee398d06002" }, "downloads": -1, "filename": "rebuild_audio_file-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "538bc203ec63f70c0f10067ccbafc686", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 45771306, "upload_time": "2019-10-19T19:34:04", "url": "https://files.pythonhosted.org/packages/6c/1f/b5b46340767a455b8fab274a879d5d117e9c48ea1d48f1b6063d368b8ec4/rebuild_audio_file-0.1.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "538bc203ec63f70c0f10067ccbafc686", "sha256": "fd2f177af01e14dfc67210bb0676e442e482c5d22fc38227cd7f2ee398d06002" }, "downloads": -1, "filename": "rebuild_audio_file-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "538bc203ec63f70c0f10067ccbafc686", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 45771306, "upload_time": "2019-10-19T19:34:04", "url": "https://files.pythonhosted.org/packages/6c/1f/b5b46340767a455b8fab274a879d5d117e9c48ea1d48f1b6063d368b8ec4/rebuild_audio_file-0.1.1-py3-none-any.whl" } ] }