just-playback


Namejust-playback JSON
Version 0.1.8 PyPI version JSON
download
home_pagehttps://github.com/cheofusi/just_playback
SummaryA small package for playing audio in python with file format independent methods for playback control
upload_time2024-03-10 22:52:16
maintainer
docs_urlNone
authorCheo Fusi
requires_python
licenseMIT
keywords audio music wave wavmp3 media song play player playback audioplayer mp3player
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
just_playback
=========
A small library for playing audio files in python. Provides file format independent methods for loading audio files, playing, pausing, resuming, stopping, seeking, getting the current playback position, and changing the volume.

The package uses [miniaudio](https://github.com/mackron/miniaudio) for awesome cross-platform, dependency-free asynchronous audio playback that stays away from your main thread.

Installation
-------------
	pip install just_playback

Usage
-------------
``` python
>>> from just_playback import Playback
>>> playback = Playback() # creates an object for managing playback of a single audio file
>>> playback.load_file('music-files/sample.mp3')
# or just pass the filename directly to the constructor

>>> playback.play() # plays loaded audio file from the beginning
>>> playback.pause() # pauses playback. No effect if playback is already paused
>>> playback.resume() # resumes playback. No effect if playback is playing
>>> playback.stop() # stops playback. No effect if playback is not active

>>> playback.seek(60) # positions playback at 1 minute from the start of the audio file. No effect
# if playback is not active
>>> playback.set_volume(0.5) # sets the playback volume to 50% of the audio file's original value

>>> playback.loop_at_end(True) # since 0.1.5. Causes playback to automatically restart when it completes.

>>> playback.active # True if playback is active i.e playing or paused
>>> playback.playing # True if playback is active and not paused
>>> playback.curr_pos # current absolute playback position in seconds from 
				  #	the start of the audio file (unlike pygame.mixer.get_pos). 
>>> playback.paused # True if playback is paused.
>>> playback.duration # length of the audio file in seconds. 
>>> playback.volume # current playback volume
>>> playback.loops_at_end # True if playback is set to restart when it completes.
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cheofusi/just_playback",
    "name": "just-playback",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "audio,music,wave,wavmp3,media,song,play,player,playback,audioplayer,mp3player",
    "author": "Cheo Fusi",
    "author_email": "fusibrandon13@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "\njust_playback\n=========\nA small library for playing audio files in python. Provides file format independent methods for loading audio files, playing, pausing, resuming, stopping, seeking, getting the current playback position, and changing the volume.\n\nThe package uses [miniaudio](https://github.com/mackron/miniaudio) for awesome cross-platform, dependency-free asynchronous audio playback that stays away from your main thread.\n\nInstallation\n-------------\n\tpip install just_playback\n\nUsage\n-------------\n``` python\n>>> from just_playback import Playback\n>>> playback = Playback() # creates an object for managing playback of a single audio file\n>>> playback.load_file('music-files/sample.mp3')\n# or just pass the filename directly to the constructor\n\n>>> playback.play() # plays loaded audio file from the beginning\n>>> playback.pause() # pauses playback. No effect if playback is already paused\n>>> playback.resume() # resumes playback. No effect if playback is playing\n>>> playback.stop() # stops playback. No effect if playback is not active\n\n>>> playback.seek(60) # positions playback at 1 minute from the start of the audio file. No effect\n# if playback is not active\n>>> playback.set_volume(0.5) # sets the playback volume to 50% of the audio file's original value\n\n>>> playback.loop_at_end(True) # since 0.1.5. Causes playback to automatically restart when it completes.\n\n>>> playback.active # True if playback is active i.e playing or paused\n>>> playback.playing # True if playback is active and not paused\n>>> playback.curr_pos # current absolute playback position in seconds from \n\t\t\t\t  #\tthe start of the audio file (unlike pygame.mixer.get_pos). \n>>> playback.paused # True if playback is paused.\n>>> playback.duration # length of the audio file in seconds. \n>>> playback.volume # current playback volume\n>>> playback.loops_at_end # True if playback is set to restart when it completes.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A small package for playing audio in python                     with file format independent methods for playback control",
    "version": "0.1.8",
    "project_urls": {
        "Homepage": "https://github.com/cheofusi/just_playback"
    },
    "split_keywords": [
        "audio",
        "music",
        "wave",
        "wavmp3",
        "media",
        "song",
        "play",
        "player",
        "playback",
        "audioplayer",
        "mp3player"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c79559a2adc3b69f9d42aa6af40af8ff00770bb5b929b75aa5d8a35f18f385f8",
                "md5": "368671807082ec37ae7f76d4406cae32",
                "sha256": "5ec3ecfa57c98ecf06fc00776cce9a5108098bde1a3024c7197e225ac28264b3"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "368671807082ec37ae7f76d4406cae32",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 371882,
            "upload_time": "2024-03-10T22:52:16",
            "upload_time_iso_8601": "2024-03-10T22:52:16.440625Z",
            "url": "https://files.pythonhosted.org/packages/c7/95/59a2adc3b69f9d42aa6af40af8ff00770bb5b929b75aa5d8a35f18f385f8/just_playback-0.1.8-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eadddfcd64aa4e062d0cdf9c7cd3abc06dca47d7639c0354496f17acc1f1a71b",
                "md5": "508ec469fedb9ff125c67f1104a0d24a",
                "sha256": "ec69093b37a55a89b3c238d07a57d3b7cdf5026380ab167966dbd9ff3cfcc6a0"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "508ec469fedb9ff125c67f1104a0d24a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 779630,
            "upload_time": "2024-03-10T22:52:21",
            "upload_time_iso_8601": "2024-03-10T22:52:21.831809Z",
            "url": "https://files.pythonhosted.org/packages/ea/dd/dfcd64aa4e062d0cdf9c7cd3abc06dca47d7639c0354496f17acc1f1a71b/just_playback-0.1.8-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9cefc2abf5c33659125d7b4f4fcdbb58f116f6adc27715435b65d9dd4eed83f",
                "md5": "7abeaf65a80579a845f31938c4b157d7",
                "sha256": "8395866400afb616b400c976e73c04a7feeb8f16105b28c3b94c183663f80643"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7abeaf65a80579a845f31938c4b157d7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 678942,
            "upload_time": "2024-03-10T22:52:26",
            "upload_time_iso_8601": "2024-03-10T22:52:26.154445Z",
            "url": "https://files.pythonhosted.org/packages/b9/ce/fc2abf5c33659125d7b4f4fcdbb58f116f6adc27715435b65d9dd4eed83f/just_playback-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a496b2cdc0cc97dca537ef716bda1b47c2ef8531a2cca5178bd71a9b7a089ea",
                "md5": "a1a15c98336d06f2fdd46631d4bd0e7c",
                "sha256": "b9f61b848a0477d4737c37d08cad52e8203877fad793aeef1eb5a10389969f9d"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "a1a15c98336d06f2fdd46631d4bd0e7c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 760239,
            "upload_time": "2024-03-10T22:52:30",
            "upload_time_iso_8601": "2024-03-10T22:52:30.620654Z",
            "url": "https://files.pythonhosted.org/packages/5a/49/6b2cdc0cc97dca537ef716bda1b47c2ef8531a2cca5178bd71a9b7a089ea/just_playback-0.1.8-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4eb1d3430cdb6877e3e8c7bc3c74e4c2f671abad908d69b16a61f96a19f5b068",
                "md5": "ec850e5b4fb465f58190bbd2d89fb689",
                "sha256": "63a5b081e6ccbc22bdd294c7df1ac4da3cd513d73143e561d0c24be3f736d428"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ec850e5b4fb465f58190bbd2d89fb689",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 678858,
            "upload_time": "2024-03-10T22:52:33",
            "upload_time_iso_8601": "2024-03-10T22:52:33.865498Z",
            "url": "https://files.pythonhosted.org/packages/4e/b1/d3430cdb6877e3e8c7bc3c74e4c2f671abad908d69b16a61f96a19f5b068/just_playback-0.1.8-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "822c4fe65a8df5aa4aa7cd12ad5c8fa73b4a4701550f9b4fe419f5d94d89a93a",
                "md5": "73e1333eb704198939e8b4c9f46e7237",
                "sha256": "07ebccacbce9ffaeb3465f33ee350ac874b6785a746f635469aed1b6f17659f1"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "73e1333eb704198939e8b4c9f46e7237",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 192996,
            "upload_time": "2024-03-10T22:52:36",
            "upload_time_iso_8601": "2024-03-10T22:52:36.057262Z",
            "url": "https://files.pythonhosted.org/packages/82/2c/4fe65a8df5aa4aa7cd12ad5c8fa73b4a4701550f9b4fe419f5d94d89a93a/just_playback-0.1.8-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bea42bba1610038ff284f2473714a9968e89123bdeaee6d12b9dbbbd0a4f5c96",
                "md5": "a0e58b081f713eef8e6c8b74ad512c09",
                "sha256": "c13a9a5bad3b3fa4996636b295bb54b38b8dc39d67b367086dcd4c587b3b3715"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a0e58b081f713eef8e6c8b74ad512c09",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 216735,
            "upload_time": "2024-03-10T22:52:38",
            "upload_time_iso_8601": "2024-03-10T22:52:38.555597Z",
            "url": "https://files.pythonhosted.org/packages/be/a4/2bba1610038ff284f2473714a9968e89123bdeaee6d12b9dbbbd0a4f5c96/just_playback-0.1.8-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79ba6b4713d9a375c38ec771211f7a26bf244dd5deebcd9ee40721af9cfb4470",
                "md5": "b02cfd506cfa89747011d71d30524c83",
                "sha256": "02157485a2e59b6c6806231f22fcaeb6540a5087b466ba404d8771b40b4a47bf"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b02cfd506cfa89747011d71d30524c83",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 371886,
            "upload_time": "2024-03-10T22:52:41",
            "upload_time_iso_8601": "2024-03-10T22:52:41.017104Z",
            "url": "https://files.pythonhosted.org/packages/79/ba/6b4713d9a375c38ec771211f7a26bf244dd5deebcd9ee40721af9cfb4470/just_playback-0.1.8-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0dc8577006ca0bfadcd5bc9827153dd2ef3c138f0dee449e09f0fe54bf04dc5",
                "md5": "17e30f73d3859382eb94c42578f1f41b",
                "sha256": "677ac806f460cbc1d78a6a0f30b78d38fcb6dc99746be155ef1caa7165cca9f3"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "17e30f73d3859382eb94c42578f1f41b",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 779634,
            "upload_time": "2024-03-10T22:52:44",
            "upload_time_iso_8601": "2024-03-10T22:52:44.675595Z",
            "url": "https://files.pythonhosted.org/packages/d0/dc/8577006ca0bfadcd5bc9827153dd2ef3c138f0dee449e09f0fe54bf04dc5/just_playback-0.1.8-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23f17dc3b6203a5df3ff5b428498290e9e9affafe958c4dc527d82b35bb4a1ba",
                "md5": "03e9b66e981e55a926de962ded435bd7",
                "sha256": "5de262eca6544cb30e61ccb238d27ffd97ffc6d8994ea6c7de478772949da92a"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "03e9b66e981e55a926de962ded435bd7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 678936,
            "upload_time": "2024-03-10T22:52:48",
            "upload_time_iso_8601": "2024-03-10T22:52:48.153133Z",
            "url": "https://files.pythonhosted.org/packages/23/f1/7dc3b6203a5df3ff5b428498290e9e9affafe958c4dc527d82b35bb4a1ba/just_playback-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cee2668db3a9a940c381378f8382b3038ebfebe486eb65102474ba9b6868e5dd",
                "md5": "9303d7f0569d4dd4265f0b27e2b731fd",
                "sha256": "bebf56082303a7c2ede5403e79b342ca426c6155bcf7cdd818c841762877e8e5"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "9303d7f0569d4dd4265f0b27e2b731fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 760243,
            "upload_time": "2024-03-10T22:52:51",
            "upload_time_iso_8601": "2024-03-10T22:52:51.577751Z",
            "url": "https://files.pythonhosted.org/packages/ce/e2/668db3a9a940c381378f8382b3038ebfebe486eb65102474ba9b6868e5dd/just_playback-0.1.8-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e84876f1a0d258010594f27e063c76550564a1615496a60d41b85919b1957c8",
                "md5": "99983bed235604cf5a80c7b943d9c6da",
                "sha256": "c92fef0d3dab11f27d36555673be010d54e0ea1ade0c834e5ac90b95382c4d09"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "99983bed235604cf5a80c7b943d9c6da",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 678867,
            "upload_time": "2024-03-10T22:52:54",
            "upload_time_iso_8601": "2024-03-10T22:52:54.814052Z",
            "url": "https://files.pythonhosted.org/packages/2e/84/876f1a0d258010594f27e063c76550564a1615496a60d41b85919b1957c8/just_playback-0.1.8-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e03a4ab9d048c0f4fe4a0262f4027a08a001622d7f9d6af68cad334da4b90fa",
                "md5": "8b9ee20ed787072fc5d7e326b95234a6",
                "sha256": "b9f5087ae2641e4877421364e2cff989c878a3d1e87697f01b8ff99d2d226a0b"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "8b9ee20ed787072fc5d7e326b95234a6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 192999,
            "upload_time": "2024-03-10T22:52:57",
            "upload_time_iso_8601": "2024-03-10T22:52:57.387088Z",
            "url": "https://files.pythonhosted.org/packages/5e/03/a4ab9d048c0f4fe4a0262f4027a08a001622d7f9d6af68cad334da4b90fa/just_playback-0.1.8-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41e0ff726f771ab3677273b898c62c5b6910a47cb2e6e765382805d08587f80e",
                "md5": "f3a56795b280ae960e1cf41fd06ab448",
                "sha256": "0cf33a2cf86772b8ab8fd6bde02629cbb5f2e3ce834be4dc350d0439ff6abbc3"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f3a56795b280ae960e1cf41fd06ab448",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 216736,
            "upload_time": "2024-03-10T22:53:00",
            "upload_time_iso_8601": "2024-03-10T22:53:00.105311Z",
            "url": "https://files.pythonhosted.org/packages/41/e0/ff726f771ab3677273b898c62c5b6910a47cb2e6e765382805d08587f80e/just_playback-0.1.8-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f12df875299643d96c2bf594817e54f5ac5379d7b7acd767ddc2adaf5d7e2186",
                "md5": "604cc440fad183f70038fb37b5534558",
                "sha256": "722d1db66adb0ebfdc329540ee82800e442bdd23d72891519856edc7b6cd241b"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "604cc440fad183f70038fb37b5534558",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 371902,
            "upload_time": "2024-03-10T22:53:03",
            "upload_time_iso_8601": "2024-03-10T22:53:03.300545Z",
            "url": "https://files.pythonhosted.org/packages/f1/2d/f875299643d96c2bf594817e54f5ac5379d7b7acd767ddc2adaf5d7e2186/just_playback-0.1.8-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "555f75652d49033e9c7bd792225bc895fd43ac904a1039e18c5177318cc17905",
                "md5": "c8281735abbb21ea27d1af520fedccf6",
                "sha256": "ebf630a9d9590f4f10a1663c1acff550c0999a64fd1337a693f120363616c63b"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "c8281735abbb21ea27d1af520fedccf6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 779591,
            "upload_time": "2024-03-10T22:53:06",
            "upload_time_iso_8601": "2024-03-10T22:53:06.114893Z",
            "url": "https://files.pythonhosted.org/packages/55/5f/75652d49033e9c7bd792225bc895fd43ac904a1039e18c5177318cc17905/just_playback-0.1.8-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37e549d26810287837869229a8c4bce3f3456f11e5e599597f99b102334b44be",
                "md5": "3a0dda48ee15eef2415c261015bfea8c",
                "sha256": "329f39f4ddc3adb74a0d8c31dc450ef0804752c515fe0e4cc59e760ee775c3b0"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3a0dda48ee15eef2415c261015bfea8c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 679655,
            "upload_time": "2024-03-10T22:53:08",
            "upload_time_iso_8601": "2024-03-10T22:53:08.735721Z",
            "url": "https://files.pythonhosted.org/packages/37/e5/49d26810287837869229a8c4bce3f3456f11e5e599597f99b102334b44be/just_playback-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be04d77be8c986243708be4c582b211ddf4f73d120500736a428aad0cf31de5f",
                "md5": "cb497313c6b26999017a6c8fd85364ad",
                "sha256": "5e17a5418f693d75d63fc0522cf56fc9865f9115a5f92ed77ad134c666867dbb"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "cb497313c6b26999017a6c8fd85364ad",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 760312,
            "upload_time": "2024-03-10T22:53:12",
            "upload_time_iso_8601": "2024-03-10T22:53:12.073555Z",
            "url": "https://files.pythonhosted.org/packages/be/04/d77be8c986243708be4c582b211ddf4f73d120500736a428aad0cf31de5f/just_playback-0.1.8-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ba729d5ef2364506525e3df1900a3bf3114f7e2023be115c03abb618746b503",
                "md5": "ffbc44698050e9a410f83b43a64726d6",
                "sha256": "f358837706eb0e435570a33d035f1bf8bb7a995cd81aeb1879cb9eefe73f7514"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ffbc44698050e9a410f83b43a64726d6",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 680296,
            "upload_time": "2024-03-10T22:53:15",
            "upload_time_iso_8601": "2024-03-10T22:53:15.436110Z",
            "url": "https://files.pythonhosted.org/packages/5b/a7/29d5ef2364506525e3df1900a3bf3114f7e2023be115c03abb618746b503/just_playback-0.1.8-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f1232274ae8b411ffcb5f7cb4ccfefec8ee4ee717edd13df4fe5df479fb9ada",
                "md5": "984175847d592857991fc3f06d1cbe80",
                "sha256": "478034a1a9b411fc6c5062dbe2354c54721d5bb716902ff316202c8f7eaf9208"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "984175847d592857991fc3f06d1cbe80",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 193050,
            "upload_time": "2024-03-10T22:53:17",
            "upload_time_iso_8601": "2024-03-10T22:53:17.552713Z",
            "url": "https://files.pythonhosted.org/packages/9f/12/32274ae8b411ffcb5f7cb4ccfefec8ee4ee717edd13df4fe5df479fb9ada/just_playback-0.1.8-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ada2c40848a602a21ee350fc65eae1551d5c5bc62b0d5b3dcc16935e803b3f4",
                "md5": "a50f156b9a18ac396c18fd23a12b464f",
                "sha256": "3177347c6d6e04cf7da9107ae290ce56807c8847d493ac24155a5296a4d805a7"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a50f156b9a18ac396c18fd23a12b464f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 216752,
            "upload_time": "2024-03-10T22:53:19",
            "upload_time_iso_8601": "2024-03-10T22:53:19.742900Z",
            "url": "https://files.pythonhosted.org/packages/3a/da/2c40848a602a21ee350fc65eae1551d5c5bc62b0d5b3dcc16935e803b3f4/just_playback-0.1.8-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "efd6c832c09e1be986fcdaae0163c7d047624a6402a609e95f0975d0dacd314d",
                "md5": "a8f68088370a5750549ca4142167f2b3",
                "sha256": "f1368aed67ac8af1d3293f8d4aab4652f8afb62e6775e3ec7979454c781f568d"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a8f68088370a5750549ca4142167f2b3",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 371710,
            "upload_time": "2024-03-10T22:53:22",
            "upload_time_iso_8601": "2024-03-10T22:53:22.992426Z",
            "url": "https://files.pythonhosted.org/packages/ef/d6/c832c09e1be986fcdaae0163c7d047624a6402a609e95f0975d0dacd314d/just_playback-0.1.8-cp36-cp36m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7df687c4e235ab4d64030edd45b2317f3e70b8392649d1703699f6ac33102cef",
                "md5": "73b80ca29fadc73c340e7971fdd1b4e0",
                "sha256": "8b9631b5a859ffde6882ab971aced65d972b5c9906b791d744fe799c8dae4c3e"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "73b80ca29fadc73c340e7971fdd1b4e0",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 779582,
            "upload_time": "2024-03-10T22:53:26",
            "upload_time_iso_8601": "2024-03-10T22:53:26.511417Z",
            "url": "https://files.pythonhosted.org/packages/7d/f6/87c4e235ab4d64030edd45b2317f3e70b8392649d1703699f6ac33102cef/just_playback-0.1.8-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c09c891607740384faa1a431768eeeec07a099e3be9cdcfb15f1cf71abc849f",
                "md5": "c814bff82d17063ea224bff3204a36b4",
                "sha256": "4bb7a2f5402b362cf400292eba7ec01f75037320cf4fa084a36b26ef7a452a7f"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c814bff82d17063ea224bff3204a36b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 678808,
            "upload_time": "2024-03-10T22:53:30",
            "upload_time_iso_8601": "2024-03-10T22:53:30.677066Z",
            "url": "https://files.pythonhosted.org/packages/2c/09/c891607740384faa1a431768eeeec07a099e3be9cdcfb15f1cf71abc849f/just_playback-0.1.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4afd1751d8968bb6d8a0b04e612a36a8411f8555e72c374c0b9d5d7f8adc3dcb",
                "md5": "5c7ea36bc8442ffec65504155adb3e11",
                "sha256": "4d0ea57b85980c67b011eb0cc9739d9b6c42384dc41a37fd643e2ada05861fd5"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5c7ea36bc8442ffec65504155adb3e11",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 760067,
            "upload_time": "2024-03-10T22:53:36",
            "upload_time_iso_8601": "2024-03-10T22:53:36.669928Z",
            "url": "https://files.pythonhosted.org/packages/4a/fd/1751d8968bb6d8a0b04e612a36a8411f8555e72c374c0b9d5d7f8adc3dcb/just_playback-0.1.8-cp36-cp36m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f22a4493e5cc49282a4b4cd1490a779e7bce9e694c8f1a46f046b34e12d1229",
                "md5": "cbb12310e642cf45de3d89724e562ab5",
                "sha256": "e8c19e480e1d2178554ffaa578156539fa96bd8ee1b39b48de638f5e2eb4ad98"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cbb12310e642cf45de3d89724e562ab5",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 678621,
            "upload_time": "2024-03-10T22:53:39",
            "upload_time_iso_8601": "2024-03-10T22:53:39.016560Z",
            "url": "https://files.pythonhosted.org/packages/9f/22/a4493e5cc49282a4b4cd1490a779e7bce9e694c8f1a46f046b34e12d1229/just_playback-0.1.8-cp36-cp36m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11c558c80f868d74e95ab78213b575e8375c4d50148683066c29ad8d79411d66",
                "md5": "a12728045832946a9a2fa9e9844feb83",
                "sha256": "d75bec27d91710bfde549c49f5a5fdd2a58b49fbe2d15efc48c98da080db0513"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-win32.whl",
            "has_sig": false,
            "md5_digest": "a12728045832946a9a2fa9e9844feb83",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 267321,
            "upload_time": "2024-03-10T22:53:42",
            "upload_time_iso_8601": "2024-03-10T22:53:42.675673Z",
            "url": "https://files.pythonhosted.org/packages/11/c5/58c80f868d74e95ab78213b575e8375c4d50148683066c29ad8d79411d66/just_playback-0.1.8-cp36-cp36m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd07b9e67452037d1c3d0a50349abe279accc7b76a5167c648fe184dc4bd2fec",
                "md5": "4699975bedf664f93e33f4304ed3d900",
                "sha256": "d1b186c59ed70ae3f034441f16d3c0c41368a6728ee63680911ec6675b7e0195"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp36-cp36m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "4699975bedf664f93e33f4304ed3d900",
            "packagetype": "bdist_wheel",
            "python_version": "cp36",
            "requires_python": null,
            "size": 312129,
            "upload_time": "2024-03-10T22:53:44",
            "upload_time_iso_8601": "2024-03-10T22:53:44.546161Z",
            "url": "https://files.pythonhosted.org/packages/bd/07/b9e67452037d1c3d0a50349abe279accc7b76a5167c648fe184dc4bd2fec/just_playback-0.1.8-cp36-cp36m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87c44fa09d0e3f1af494322c22ac4f1e932e1fe7d81102b30eaf8fe38fc9753c",
                "md5": "eab4752c75a83631676e648473eead23",
                "sha256": "bd8c1ca3314eae178e6dfe54f95e0e9f1bc2463504b5946a63b3644eb361519c"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eab4752c75a83631676e648473eead23",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 371853,
            "upload_time": "2024-03-10T22:53:46",
            "upload_time_iso_8601": "2024-03-10T22:53:46.511720Z",
            "url": "https://files.pythonhosted.org/packages/87/c4/4fa09d0e3f1af494322c22ac4f1e932e1fe7d81102b30eaf8fe38fc9753c/just_playback-0.1.8-cp37-cp37m-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "383b98c53498260d901864a6c42d0e22ac6ba0a8be86eab9bd4d9fa75b1d0ab7",
                "md5": "b142e0332931d452f23aaf1107ab4155",
                "sha256": "07f04ab9c14a88ca2e1eafb3042032f1fd8e2d9cadd634cc174cbbcbbe0495c3"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "b142e0332931d452f23aaf1107ab4155",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 779471,
            "upload_time": "2024-03-10T22:53:49",
            "upload_time_iso_8601": "2024-03-10T22:53:49.148736Z",
            "url": "https://files.pythonhosted.org/packages/38/3b/98c53498260d901864a6c42d0e22ac6ba0a8be86eab9bd4d9fa75b1d0ab7/just_playback-0.1.8-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b4e6aaa776572f5a03e1ff4af781ed98393e71ae656325a0831c99d88536353",
                "md5": "94be0f2a38375bcbe88035a0ff68b280",
                "sha256": "251abda4fa05e275baf17896ea790753cc7123c79bce0e80b0bd57f774563822"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94be0f2a38375bcbe88035a0ff68b280",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 678816,
            "upload_time": "2024-03-10T22:53:52",
            "upload_time_iso_8601": "2024-03-10T22:53:52.134837Z",
            "url": "https://files.pythonhosted.org/packages/8b/4e/6aaa776572f5a03e1ff4af781ed98393e71ae656325a0831c99d88536353/just_playback-0.1.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2b3d4b060d950fe2f98aca7ed17adc20045a3a7cdac055f38d7ff9940a6fc5",
                "md5": "ea141fc1c6ecbaaaa6ca4562f3491b76",
                "sha256": "89ddcc5f2e77e636ef297e27840239c1d01895269178aa018ea90e5547c5bd6b"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "ea141fc1c6ecbaaaa6ca4562f3491b76",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 760048,
            "upload_time": "2024-03-10T22:53:54",
            "upload_time_iso_8601": "2024-03-10T22:53:54.802127Z",
            "url": "https://files.pythonhosted.org/packages/0d/2b/3d4b060d950fe2f98aca7ed17adc20045a3a7cdac055f38d7ff9940a6fc5/just_playback-0.1.8-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a74138d1b9799a9c1792c371b8d13d669d6a96e30456911bf3a0b03a6268fad2",
                "md5": "6d961f1f4b96baf6300d658a30c37ab7",
                "sha256": "8b706f889f9d19c660bce662fbe60271decdb05ed04c956943e7741809a0feb2"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6d961f1f4b96baf6300d658a30c37ab7",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 678715,
            "upload_time": "2024-03-10T22:53:58",
            "upload_time_iso_8601": "2024-03-10T22:53:58.151588Z",
            "url": "https://files.pythonhosted.org/packages/a7/41/38d1b9799a9c1792c371b8d13d669d6a96e30456911bf3a0b03a6268fad2/just_playback-0.1.8-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "69ae5ecde1adbb09abef8ed2af5d81485fb04e9956c1f7395cc2e6b6a8391904",
                "md5": "4335d315b484dbe470b3699e811dfee1",
                "sha256": "eb8df363d46ff9cb0797086162408b5ff6bdf6e0fc5f5c405414364d81cdfdc7"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "4335d315b484dbe470b3699e811dfee1",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 193001,
            "upload_time": "2024-03-10T22:53:59",
            "upload_time_iso_8601": "2024-03-10T22:53:59.944741Z",
            "url": "https://files.pythonhosted.org/packages/69/ae/5ecde1adbb09abef8ed2af5d81485fb04e9956c1f7395cc2e6b6a8391904/just_playback-0.1.8-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53eb6902c613d93a14ae15f14f70c95528f5de95d1a5a25f7140bfa9bab2e94a",
                "md5": "dcb097478f1836a98b8b8611d6dea3dc",
                "sha256": "276c5c3bfd9d2b089e7113509d1235e9681d1efe935184fd2cfdcb87113a6045"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "dcb097478f1836a98b8b8611d6dea3dc",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": null,
            "size": 216739,
            "upload_time": "2024-03-10T22:54:01",
            "upload_time_iso_8601": "2024-03-10T22:54:01.697531Z",
            "url": "https://files.pythonhosted.org/packages/53/eb/6902c613d93a14ae15f14f70c95528f5de95d1a5a25f7140bfa9bab2e94a/just_playback-0.1.8-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae15549b5c270c522205da9b58aabc06df2823effbf1fab584e76800e74390f",
                "md5": "cfa67f496da80bb705ee3704e646bc8d",
                "sha256": "6c574dc288e06af049736ddc87c620a2bbc6fdd30e454f832eff9f8cd5d37aaf"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cfa67f496da80bb705ee3704e646bc8d",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 371894,
            "upload_time": "2024-03-10T22:54:03",
            "upload_time_iso_8601": "2024-03-10T22:54:03.984436Z",
            "url": "https://files.pythonhosted.org/packages/fa/e1/5549b5c270c522205da9b58aabc06df2823effbf1fab584e76800e74390f/just_playback-0.1.8-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9bce250ea78283db0fa49f4f7ce79cc774e885aee5ec727a8bebe8875000613c",
                "md5": "cfef0d0959b3c020664d1878501ac7bb",
                "sha256": "98087f0a61644edb04ece6657fff8578a480fe462f05b4e9bf28f82ec7a85888"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "cfef0d0959b3c020664d1878501ac7bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 779632,
            "upload_time": "2024-03-10T22:54:06",
            "upload_time_iso_8601": "2024-03-10T22:54:06.541121Z",
            "url": "https://files.pythonhosted.org/packages/9b/ce/250ea78283db0fa49f4f7ce79cc774e885aee5ec727a8bebe8875000613c/just_playback-0.1.8-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "60ed01d7d5d2a23da928fad1a0ce1e615329d8a4de06f1c8f7d1053fec8ce832",
                "md5": "a84ad08d367c935abc1c3432b4eb99ef",
                "sha256": "d8bfe5a6cb33503ce2ab2325dbcc36516eab344c3edf341a694e239848c4e621"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a84ad08d367c935abc1c3432b4eb99ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 678932,
            "upload_time": "2024-03-10T22:54:09",
            "upload_time_iso_8601": "2024-03-10T22:54:09.590006Z",
            "url": "https://files.pythonhosted.org/packages/60/ed/01d7d5d2a23da928fad1a0ce1e615329d8a4de06f1c8f7d1053fec8ce832/just_playback-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d529ea578372942337ba70035a0b3845ad2fa9b9f46a5c84c0b97744af08e9f",
                "md5": "a574130e4247ebed4f010e46256d7491",
                "sha256": "53d1c578ee156018ad959793917eb97fa63d450b0a859f14ea2da8eb1b2c6f63"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "a574130e4247ebed4f010e46256d7491",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 760235,
            "upload_time": "2024-03-10T22:54:12",
            "upload_time_iso_8601": "2024-03-10T22:54:12.390065Z",
            "url": "https://files.pythonhosted.org/packages/3d/52/9ea578372942337ba70035a0b3845ad2fa9b9f46a5c84c0b97744af08e9f/just_playback-0.1.8-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e87652d42594f9879327bb8bc60c2b4898bd53d3f724c68fa6af7e188805f158",
                "md5": "87b71763ff55446477949059a6513f25",
                "sha256": "cea897e01ec116f26ed1598368cf00a911ba921371b1796798267e8acabb0b14"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "87b71763ff55446477949059a6513f25",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 678854,
            "upload_time": "2024-03-10T22:54:15",
            "upload_time_iso_8601": "2024-03-10T22:54:15.142419Z",
            "url": "https://files.pythonhosted.org/packages/e8/76/52d42594f9879327bb8bc60c2b4898bd53d3f724c68fa6af7e188805f158/just_playback-0.1.8-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd17703f92c29a005d771f01e2a725c94c36c4ca6b7307e69ad286a7c1583fe0",
                "md5": "2f78ff4b041fa8a305d475ced2ad3499",
                "sha256": "3ea862eba3b74b2e80aab46d7313ed18c7e8c31af03e5cf0efa68d8c5e0f28ac"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "2f78ff4b041fa8a305d475ced2ad3499",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 192997,
            "upload_time": "2024-03-10T22:54:17",
            "upload_time_iso_8601": "2024-03-10T22:54:17.864902Z",
            "url": "https://files.pythonhosted.org/packages/cd/17/703f92c29a005d771f01e2a725c94c36c4ca6b7307e69ad286a7c1583fe0/just_playback-0.1.8-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3ff48a59306aa398438bf46ce1c7abac0d3b402e7a5355342e9f4c063a2af40",
                "md5": "0d11cd3bc47ddaf019bcd1b7604275d9",
                "sha256": "304225e837e0e27f05a57155a3b8fce16ba9bac3de801c3e5faae8086e79d660"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "0d11cd3bc47ddaf019bcd1b7604275d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 216737,
            "upload_time": "2024-03-10T22:54:20",
            "upload_time_iso_8601": "2024-03-10T22:54:20.172400Z",
            "url": "https://files.pythonhosted.org/packages/c3/ff/48a59306aa398438bf46ce1c7abac0d3b402e7a5355342e9f4c063a2af40/just_playback-0.1.8-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3185c672ad783b2cd4a52b27be0d710e8484486f1199c4c29892a5752b4b0333",
                "md5": "d4f5b3e382f1b9cfbfef33bea0526ae2",
                "sha256": "1ef20b3f1b95c4295aa0a0f2277dc34f11126004b8968bd9be70364944cdb87d"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d4f5b3e382f1b9cfbfef33bea0526ae2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 371895,
            "upload_time": "2024-03-10T22:54:22",
            "upload_time_iso_8601": "2024-03-10T22:54:22.632028Z",
            "url": "https://files.pythonhosted.org/packages/31/85/c672ad783b2cd4a52b27be0d710e8484486f1199c4c29892a5752b4b0333/just_playback-0.1.8-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fb17fe62dca9872c819ba4e646081d5d7e01d6227b3ed727a5efee7127fa515b",
                "md5": "0a6b27c10c49491fb20c42ce252846fd",
                "sha256": "afc063818c5feb3f3cb9e2e9a32ce0f711dfe19b75a9d0fe08553a8653185178"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "0a6b27c10c49491fb20c42ce252846fd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 779632,
            "upload_time": "2024-03-10T22:54:25",
            "upload_time_iso_8601": "2024-03-10T22:54:25.070882Z",
            "url": "https://files.pythonhosted.org/packages/fb/17/fe62dca9872c819ba4e646081d5d7e01d6227b3ed727a5efee7127fa515b/just_playback-0.1.8-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23a21ccc0ff54c480e925355513443d0106336690015f4cf21317c0ae0cb00c7",
                "md5": "a70fa1a3af0a00cc3c760e6c06616617",
                "sha256": "93cab4528fa14174d5db660afdc19c68fdd39f57175eff68496e8ba4e3a3188d"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a70fa1a3af0a00cc3c760e6c06616617",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 678924,
            "upload_time": "2024-03-10T22:54:27",
            "upload_time_iso_8601": "2024-03-10T22:54:27.436763Z",
            "url": "https://files.pythonhosted.org/packages/23/a2/1ccc0ff54c480e925355513443d0106336690015f4cf21317c0ae0cb00c7/just_playback-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "42468b9c344847a03cc2be1692cdddad6cf49024f42c7361a35fbc8365b8d1b2",
                "md5": "87b317437472811971779ee7619b86d2",
                "sha256": "e99d2fe1e8bc28ade1766288106607dd43e285381984002ed5ce5520a7e02fbd"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "87b317437472811971779ee7619b86d2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 760232,
            "upload_time": "2024-03-10T22:54:29",
            "upload_time_iso_8601": "2024-03-10T22:54:29.998686Z",
            "url": "https://files.pythonhosted.org/packages/42/46/8b9c344847a03cc2be1692cdddad6cf49024f42c7361a35fbc8365b8d1b2/just_playback-0.1.8-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a6d6e84914fe7c04c05b3a281eb1dba5bb82946d3e5bb6124a33c3a883bb2da8",
                "md5": "eea46b419514a8d1007517fe63b636dd",
                "sha256": "f0fc3201d642fd705db293eb98a7fee7d3c20c71fa99ef1de4cd9ec75999f4ba"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eea46b419514a8d1007517fe63b636dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 678859,
            "upload_time": "2024-03-10T22:54:32",
            "upload_time_iso_8601": "2024-03-10T22:54:32.453287Z",
            "url": "https://files.pythonhosted.org/packages/a6/d6/e84914fe7c04c05b3a281eb1dba5bb82946d3e5bb6124a33c3a883bb2da8/just_playback-0.1.8-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b579d97e9520cb8f7a300be7d22d04a8c972254d4142e9f01afcc4ff2fe799e6",
                "md5": "81d5055a7b57b1cddc86f9b8487fc715",
                "sha256": "1cc9c0d4bab6c57e6910d1216c4188cad0eabcf614bc6a65e69be06aa3296eb6"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "81d5055a7b57b1cddc86f9b8487fc715",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 192993,
            "upload_time": "2024-03-10T22:54:34",
            "upload_time_iso_8601": "2024-03-10T22:54:34.333541Z",
            "url": "https://files.pythonhosted.org/packages/b5/79/d97e9520cb8f7a300be7d22d04a8c972254d4142e9f01afcc4ff2fe799e6/just_playback-0.1.8-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6250bc32a9221ef3888ee129d3d357db82e991aab3c1aa905fef386d3ff5b9d4",
                "md5": "a9d4b9554b3d673ce9f892a6543db6a2",
                "sha256": "bbec7164951f2f46eb47afee9600bceec283f276270d0a58fc9737dd5a11996f"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a9d4b9554b3d673ce9f892a6543db6a2",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 216737,
            "upload_time": "2024-03-10T22:54:36",
            "upload_time_iso_8601": "2024-03-10T22:54:36.267713Z",
            "url": "https://files.pythonhosted.org/packages/62/50/bc32a9221ef3888ee129d3d357db82e991aab3c1aa905fef386d3ff5b9d4/just_playback-0.1.8-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "da94fd65127b30d36378f2cb025e1504daf250be407b4874b97e8f28ba1cc858",
                "md5": "818d4455b60df67b44bbac9fe94cc779",
                "sha256": "be95f9cb796483dcfd9ce14991e0adae993aadf6e087a32bee951a92a2fadbc8"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "818d4455b60df67b44bbac9fe94cc779",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 368809,
            "upload_time": "2024-03-10T22:54:38",
            "upload_time_iso_8601": "2024-03-10T22:54:38.303479Z",
            "url": "https://files.pythonhosted.org/packages/da/94/fd65127b30d36378f2cb025e1504daf250be407b4874b97e8f28ba1cc858/just_playback-0.1.8-pp310-pypy310_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cff4b2634de8c50cc1bb2b6719f36d957a9a25be0a52aac3229a922d523290fb",
                "md5": "7964cd109c07281fbcace2e8fb780456",
                "sha256": "e3c3771534fe21d7f256cf775df9ddbb10ffd0c624038c59db404f678e0582a7"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7964cd109c07281fbcace2e8fb780456",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 759681,
            "upload_time": "2024-03-10T22:54:40",
            "upload_time_iso_8601": "2024-03-10T22:54:40.692613Z",
            "url": "https://files.pythonhosted.org/packages/cf/f4/b2634de8c50cc1bb2b6719f36d957a9a25be0a52aac3229a922d523290fb/just_playback-0.1.8-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1db1fc0fcb7bb4d5a54638de8331ffebb9edec0dc1619e0e5496d4f46f60223e",
                "md5": "fda35a76c12ef7ea7b2058c154b48264",
                "sha256": "9a70e2ade1911d746c5adf875f56de4969b34b8b4a9e6225c0f21c3e0e1bc8d7"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fda35a76c12ef7ea7b2058c154b48264",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 669059,
            "upload_time": "2024-03-10T22:54:44",
            "upload_time_iso_8601": "2024-03-10T22:54:44.199325Z",
            "url": "https://files.pythonhosted.org/packages/1d/b1/fc0fcb7bb4d5a54638de8331ffebb9edec0dc1619e0e5496d4f46f60223e/just_playback-0.1.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31ddffc5ee9175d61b8601a75a8d8570ca58cf39417dd76dd6a76e8a0a77a901",
                "md5": "877a6d4a2e2e76e295518fa0224a143d",
                "sha256": "1e774237838ab6855150602b9e7b416bf87992791f7859a65665310b17a64d72"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp310-pypy310_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "877a6d4a2e2e76e295518fa0224a143d",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": null,
            "size": 214512,
            "upload_time": "2024-03-10T22:54:46",
            "upload_time_iso_8601": "2024-03-10T22:54:46.260038Z",
            "url": "https://files.pythonhosted.org/packages/31/dd/ffc5ee9175d61b8601a75a8d8570ca58cf39417dd76dd6a76e8a0a77a901/just_playback-0.1.8-pp310-pypy310_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c002aa13388e09198f8732b39b790b7e1be9a7a1aa3aa4eac7a9dc70462575e2",
                "md5": "ee550c4af8681e722338f10e903ad178",
                "sha256": "e59ae7f9abbdfe3b2d751c8bd5a48bcbce2a03fdc73d68ab3095ab8e814bb518"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ee550c4af8681e722338f10e903ad178",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 368779,
            "upload_time": "2024-03-10T22:54:48",
            "upload_time_iso_8601": "2024-03-10T22:54:48.223109Z",
            "url": "https://files.pythonhosted.org/packages/c0/02/aa13388e09198f8732b39b790b7e1be9a7a1aa3aa4eac7a9dc70462575e2/just_playback-0.1.8-pp37-pypy37_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ff5e6389912aa4d36a68df69994d76ee288f91ea93502c6f7575715090f40ab2",
                "md5": "68f95ed53fb8d7b6a6886d5242431224",
                "sha256": "d51b934ab2a11b8175ed3b98c9ec3c9a1f62a4e8e0078a50c12cf64891c4c008"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "68f95ed53fb8d7b6a6886d5242431224",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 769809,
            "upload_time": "2024-03-10T22:54:50",
            "upload_time_iso_8601": "2024-03-10T22:54:50.531086Z",
            "url": "https://files.pythonhosted.org/packages/ff/5e/6389912aa4d36a68df69994d76ee288f91ea93502c6f7575715090f40ab2/just_playback-0.1.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d482122f5b25440fd91939ba383884747a1d9028477e3200903efbe87409a15",
                "md5": "cb6c31824a413d565b2c1895d89fb22f",
                "sha256": "9ec7d8cb49e2161d4064164569c8610f5c0ca1807ddfb3a4c7703c426650efe1"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cb6c31824a413d565b2c1895d89fb22f",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 679573,
            "upload_time": "2024-03-10T22:54:52",
            "upload_time_iso_8601": "2024-03-10T22:54:52.794674Z",
            "url": "https://files.pythonhosted.org/packages/3d/48/2122f5b25440fd91939ba383884747a1d9028477e3200903efbe87409a15/just_playback-0.1.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "391b751e07807cbd3d2594f6f3c1efe3108ac1c7dc0275c89b15b1b2c945fbd5",
                "md5": "afde321f37c27f186c1674a56117e525",
                "sha256": "9c18459d97dd23b96544fa00217d8401ee45b869ba51288bf605b98918c1523a"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp37-pypy37_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "afde321f37c27f186c1674a56117e525",
            "packagetype": "bdist_wheel",
            "python_version": "pp37",
            "requires_python": null,
            "size": 214511,
            "upload_time": "2024-03-10T22:54:54",
            "upload_time_iso_8601": "2024-03-10T22:54:54.737154Z",
            "url": "https://files.pythonhosted.org/packages/39/1b/751e07807cbd3d2594f6f3c1efe3108ac1c7dc0275c89b15b1b2c945fbd5/just_playback-0.1.8-pp37-pypy37_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f8d5447c038305b66b4d37104c14b4dba1833f516a6ff9ae4d3c926f3142899",
                "md5": "6c73deb3e9ac57f1a9ba3fabb3d89cb0",
                "sha256": "c5ae53877347e70fe4642badf8eab558f596ee0417109253002d9c6984d0b87f"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6c73deb3e9ac57f1a9ba3fabb3d89cb0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 368778,
            "upload_time": "2024-03-10T22:54:57",
            "upload_time_iso_8601": "2024-03-10T22:54:57.027463Z",
            "url": "https://files.pythonhosted.org/packages/9f/8d/5447c038305b66b4d37104c14b4dba1833f516a6ff9ae4d3c926f3142899/just_playback-0.1.8-pp38-pypy38_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39a20dfe5d1d1ef01beac83e62858fe954e510f9c827974f3fe05a93c7b93640",
                "md5": "4fa51e20f7c2a5583f0086a25da0b0d0",
                "sha256": "00e2583de78d6ed9682e6b07967fb62a5fab96d695cd45b0bf923cab00ed954c"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4fa51e20f7c2a5583f0086a25da0b0d0",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 759662,
            "upload_time": "2024-03-10T22:54:59",
            "upload_time_iso_8601": "2024-03-10T22:54:59.680542Z",
            "url": "https://files.pythonhosted.org/packages/39/a2/0dfe5d1d1ef01beac83e62858fe954e510f9c827974f3fe05a93c7b93640/just_playback-0.1.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7dc6cb850058c6e9bece2e40d66f21b3a60c8931e6e91ccaed0da213e4dcbe90",
                "md5": "3f02af6d321b456d4297d8a067b67c14",
                "sha256": "8b8f447137287a704e8a5061799d1b4a9252ebb81b33efda3c47e53b6995ed39"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3f02af6d321b456d4297d8a067b67c14",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 669058,
            "upload_time": "2024-03-10T22:55:02",
            "upload_time_iso_8601": "2024-03-10T22:55:02.903107Z",
            "url": "https://files.pythonhosted.org/packages/7d/c6/cb850058c6e9bece2e40d66f21b3a60c8931e6e91ccaed0da213e4dcbe90/just_playback-0.1.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1de455253fb40fb09cf4e3d24cf478ebcd9ac3e8ff5b7082fb84e342df6337ba",
                "md5": "a7a3b3a2cc1522c018a5e5b5c94b2206",
                "sha256": "6b3c4d351e584f834b01b9fbbb258800cb4b8cdc17f9868c07bf9b05aab431f5"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp38-pypy38_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a7a3b3a2cc1522c018a5e5b5c94b2206",
            "packagetype": "bdist_wheel",
            "python_version": "pp38",
            "requires_python": null,
            "size": 214507,
            "upload_time": "2024-03-10T22:55:05",
            "upload_time_iso_8601": "2024-03-10T22:55:05.509920Z",
            "url": "https://files.pythonhosted.org/packages/1d/e4/55253fb40fb09cf4e3d24cf478ebcd9ac3e8ff5b7082fb84e342df6337ba/just_playback-0.1.8-pp38-pypy38_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea179820222e4de2e15388691725e9d224ec3ab68a8a2ccf0d4d512fb9a6e71d",
                "md5": "852c43d65737cd3b1d6248772350309b",
                "sha256": "352d7b644c2d5ac065b80a3ebb6ae3bd551a2ee5ccf943f3cba13e6a439fb1fc"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "852c43d65737cd3b1d6248772350309b",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 368784,
            "upload_time": "2024-03-10T22:55:07",
            "upload_time_iso_8601": "2024-03-10T22:55:07.900929Z",
            "url": "https://files.pythonhosted.org/packages/ea/17/9820222e4de2e15388691725e9d224ec3ab68a8a2ccf0d4d512fb9a6e71d/just_playback-0.1.8-pp39-pypy39_pp73-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cd6d65c86ba3946e77b60c59290df77add1eaad3ad239c02e0137815969f49f8",
                "md5": "9b363a7e95b0985a7357ef42bd3e42c5",
                "sha256": "7e3bf6644e0e6a4badf3e84a33038c6a74df3ef4271ce06b361b91c92f72bceb"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9b363a7e95b0985a7357ef42bd3e42c5",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 759665,
            "upload_time": "2024-03-10T22:55:10",
            "upload_time_iso_8601": "2024-03-10T22:55:10.155378Z",
            "url": "https://files.pythonhosted.org/packages/cd/6d/65c86ba3946e77b60c59290df77add1eaad3ad239c02e0137815969f49f8/just_playback-0.1.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56243cb7432f7521445e126ee9fae791550c19c17f619e0e36e8c96b2d8e1e10",
                "md5": "a2f131e3fec0f9e4d4152facc7d4904c",
                "sha256": "ba880dbc66e896d1c72af00a6d9180994cc87fe7e1d376d69793677999589d5c"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a2f131e3fec0f9e4d4152facc7d4904c",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 669050,
            "upload_time": "2024-03-10T22:55:12",
            "upload_time_iso_8601": "2024-03-10T22:55:12.587991Z",
            "url": "https://files.pythonhosted.org/packages/56/24/3cb7432f7521445e126ee9fae791550c19c17f619e0e36e8c96b2d8e1e10/just_playback-0.1.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74025bdb3daa765e90a7555aadbe15f488bc90177ecfae3950fa12deff1e55bc",
                "md5": "c9bc6fb25a37619f735c1919a52be7e6",
                "sha256": "1749674963af7f33d76847726f26251ed7f6fa1b717c8dc7eb23bdfb7cb5f9ec"
            },
            "downloads": -1,
            "filename": "just_playback-0.1.8-pp39-pypy39_pp73-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c9bc6fb25a37619f735c1919a52be7e6",
            "packagetype": "bdist_wheel",
            "python_version": "pp39",
            "requires_python": null,
            "size": 214510,
            "upload_time": "2024-03-10T22:55:14",
            "upload_time_iso_8601": "2024-03-10T22:55:14.977910Z",
            "url": "https://files.pythonhosted.org/packages/74/02/5bdb3daa765e90a7555aadbe15f488bc90177ecfae3950fa12deff1e55bc/just_playback-0.1.8-pp39-pypy39_pp73-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-10 22:52:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cheofusi",
    "github_project": "just_playback",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "just-playback"
}
        
Elapsed time: 0.22583s