chunkmuncher


Namechunkmuncher JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/jscuster/ChunkMuncher
SummaryRecharge of the chunk module that was removed as of Python 3.13.
upload_time2023-11-18 00:08:41
maintainer
docs_urlNone
authorJason Custer
requires_python
licensePSF-2.0
keywords python chunk iff pep594
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ChunkMuncher
Repackaging of the "chunk" module, originally written by Sjoerd Mullender, sjoerd@acm.org
This module, along with some others, has been deprecated, and was removed in Python 3.13.0. As a result, some have decided to repackage modules we use often. This package will be for the chunk module, and I soon will be including the aifc and wave readers and writers. I can see room for improvements, so I plan on doing some.
Pull requests are welcome, as are issue reports.
Upgrades and tests are intended to follow.

## Description from the original documentation

This module provides an interface for reading files that use EA IFF 85
chunks. This format is used in at least the Audio Interchange File
Format (AIFF/AIFF-C) and the Real Media File Format (RMFF). The WAVE
audio file format is closely related and can also be read using this
module.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jscuster/ChunkMuncher",
    "name": "chunkmuncher",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python chunk IFF PEP594",
    "author": "Jason Custer",
    "author_email": "jscuster@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/7a/c2/de0429ca30589f6910182a5d8b662952083eb0f8cdfb9b300e863667165f/chunkmuncher-0.0.2.tar.gz",
    "platform": null,
    "description": "# ChunkMuncher\nRepackaging of the \"chunk\" module, originally written by Sjoerd Mullender, sjoerd@acm.org\nThis module, along with some others, has been deprecated, and was removed in Python 3.13.0. As a result, some have decided to repackage modules we use often. This package will be for the chunk module, and I soon will be including the aifc and wave readers and writers. I can see room for improvements, so I plan on doing some.\nPull requests are welcome, as are issue reports.\nUpgrades and tests are intended to follow.\n\n## Description from the original documentation\n\nThis module provides an interface for reading files that use EA IFF 85\nchunks. This format is used in at least the Audio Interchange File\nFormat (AIFF/AIFF-C) and the Real Media File Format (RMFF). The WAVE\naudio file format is closely related and can also be read using this\nmodule.\n",
    "bugtrack_url": null,
    "license": "PSF-2.0",
    "summary": "Recharge of the chunk module that was removed as of Python 3.13.",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/jscuster/ChunkMuncher"
    },
    "split_keywords": [
        "python",
        "chunk",
        "iff",
        "pep594"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "addcde4031d9906ec7b4c0493bc657b717bf902d6a57a91dece1b61a41dd37e3",
                "md5": "add0da3e7cd9f63204cf859eea2fae19",
                "sha256": "c45f7a97f65b815c00ae120b0456b3ad5012982464b02406c4fdd0d20a37c065"
            },
            "downloads": -1,
            "filename": "chunkmuncher-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "add0da3e7cd9f63204cf859eea2fae19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8315,
            "upload_time": "2023-11-18T00:08:39",
            "upload_time_iso_8601": "2023-11-18T00:08:39.641579Z",
            "url": "https://files.pythonhosted.org/packages/ad/dc/de4031d9906ec7b4c0493bc657b717bf902d6a57a91dece1b61a41dd37e3/chunkmuncher-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ac2de0429ca30589f6910182a5d8b662952083eb0f8cdfb9b300e863667165f",
                "md5": "03373db6f275bbee1cf121ae833826b2",
                "sha256": "673c74b104df3cf9d568c0ca12768ba87e08546eb0af1c9293ebc37e25884aee"
            },
            "downloads": -1,
            "filename": "chunkmuncher-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "03373db6f275bbee1cf121ae833826b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9845,
            "upload_time": "2023-11-18T00:08:41",
            "upload_time_iso_8601": "2023-11-18T00:08:41.169987Z",
            "url": "https://files.pythonhosted.org/packages/7a/c2/de0429ca30589f6910182a5d8b662952083eb0f8cdfb9b300e863667165f/chunkmuncher-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-18 00:08:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jscuster",
    "github_project": "ChunkMuncher",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "chunkmuncher"
}
        
Elapsed time: 0.14273s