physfs.py


Namephysfs.py JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/shabbywu/physfs.py
SummaryPhysFS.py is a python wrapper for the PhysicsFS library.
upload_time2024-03-23 08:39:39
maintainerNone
docs_urlNone
authorshabbywu
requires_python>=3.7
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            PhysFS.py
==============

![github-stars][stars-badge]

|      CI              | status |
|----------------------|--------|
| Linux/macOS Travis   | [![Travis-CI][travis-badge]][travis-link] |
| MSVC 2019            | [![AppVeyor][appveyor-badge]][appveyor-link] |
| pip builds           | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
| [`cibuildwheel`][]   | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |

[gitter-badge]:            https://badges.gitter.im/pybind/Lobby.svg
[stars-badge]:             https://img.shields.io/github/stars/shabbywu/physfs.py?style=social
[actions-badge]:           https://github.com/shabbywu/physfs.py/workflows/Tests/badge.svg
[actions-pip-link]:        https://github.com/shabbywu/physfs.py/actions?query=workflow%3A%22Pip
[actions-pip-badge]:       https://github.com/shabbywu/physfs.py/workflows/Pip/badge.svg
[actions-wheels-link]:     https://github.com/shabbywu/physfs.py/actions?query=workflow%3AWheels
[actions-wheels-badge]:    https://github.com/shabbywu/physfs.py/workflows/Wheels/badge.svg
[travis-link]:             https://travis-ci.org/shabbywu/physfs.py
[travis-badge]:            https://travis-ci.org/shabbywu/physfs.py.svg?branch=master&status=passed
[appveyor-link]:           https://ci.appveyor.com/project/shabbywu/physfs.py
<!-- TODO: get a real badge link for appveyor -->
[appveyor-badge]:          https://travis-ci.org/shabbywu/physfs.py.svg?branch=master&status=passed
[`cibuildwheel`]:          https://cibuildwheel.readthedocs.io

PhysFS.py is a python wrapper for the PhysicsFS library.

Installation
------------

- `pip install physfs.py`

Requirements
------------
CMake for building, and, of course, the PhysicsFS library.

Features
------------
physfs.py provides an encapsulation of the basic interface of PhysFS, including `init`, `deinit`, `mount`, `mount_memory`, `unmount`, `ls`, `read(cat)`, `stat`.

Enables python to use PhysFS at a minimum.

License
-------

pybind11 is provided under a BSD-style license that can be found in the LICENSE
file. By using, distributing, or contributing to this project, you agree to the
terms and conditions of this license.

Test call
---------

```python
import physfs
physfs.init()

physfs.mount("./example.zip")
physfs.ls()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shabbywu/physfs.py",
    "name": "physfs.py",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "shabbywu",
    "author_email": "shabbywu@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/56/4e/d99dd7b34834d70fee523283f9f6e57e51e0b4309f5992bc55912f51052e/physfs.py-0.1.0.tar.gz",
    "platform": null,
    "description": "PhysFS.py\n==============\n\n![github-stars][stars-badge]\n\n|      CI              | status |\n|----------------------|--------|\n| Linux/macOS Travis   | [![Travis-CI][travis-badge]][travis-link] |\n| MSVC 2019            | [![AppVeyor][appveyor-badge]][appveyor-link] |\n| pip builds           | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |\n| [`cibuildwheel`][]   | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |\n\n[gitter-badge]:            https://badges.gitter.im/pybind/Lobby.svg\n[stars-badge]:             https://img.shields.io/github/stars/shabbywu/physfs.py?style=social\n[actions-badge]:           https://github.com/shabbywu/physfs.py/workflows/Tests/badge.svg\n[actions-pip-link]:        https://github.com/shabbywu/physfs.py/actions?query=workflow%3A%22Pip\n[actions-pip-badge]:       https://github.com/shabbywu/physfs.py/workflows/Pip/badge.svg\n[actions-wheels-link]:     https://github.com/shabbywu/physfs.py/actions?query=workflow%3AWheels\n[actions-wheels-badge]:    https://github.com/shabbywu/physfs.py/workflows/Wheels/badge.svg\n[travis-link]:             https://travis-ci.org/shabbywu/physfs.py\n[travis-badge]:            https://travis-ci.org/shabbywu/physfs.py.svg?branch=master&status=passed\n[appveyor-link]:           https://ci.appveyor.com/project/shabbywu/physfs.py\n<!-- TODO: get a real badge link for appveyor -->\n[appveyor-badge]:          https://travis-ci.org/shabbywu/physfs.py.svg?branch=master&status=passed\n[`cibuildwheel`]:          https://cibuildwheel.readthedocs.io\n\nPhysFS.py is a python wrapper for the PhysicsFS library.\n\nInstallation\n------------\n\n- `pip install physfs.py`\n\nRequirements\n------------\nCMake for building, and, of course, the PhysicsFS library.\n\nFeatures\n------------\nphysfs.py provides an encapsulation of the basic interface of PhysFS, including `init`, `deinit`, `mount`, `mount_memory`, `unmount`, `ls`, `read(cat)`, `stat`.\n\nEnables python to use PhysFS at a minimum.\n\nLicense\n-------\n\npybind11 is provided under a BSD-style license that can be found in the LICENSE\nfile. By using, distributing, or contributing to this project, you agree to the\nterms and conditions of this license.\n\nTest call\n---------\n\n```python\nimport physfs\nphysfs.init()\n\nphysfs.mount(\"./example.zip\")\nphysfs.ls()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PhysFS.py is a python wrapper for the PhysicsFS library.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/shabbywu/physfs.py"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f52b6edd97ec63335bb82402ee7f4af33e2014a838c90d41cd8f736ad0cdd1e",
                "md5": "8112087f3d821c0eed5ce235c9344bb2",
                "sha256": "7bbdf4fe0f6d7d67a2101f851703aa10b711d0dbc0243f372851c4d92c4efec6"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "8112087f3d821c0eed5ce235c9344bb2",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 744873,
            "upload_time": "2024-03-23T08:38:21",
            "upload_time_iso_8601": "2024-03-23T08:38:21.272442Z",
            "url": "https://files.pythonhosted.org/packages/4f/52/b6edd97ec63335bb82402ee7f4af33e2014a838c90d41cd8f736ad0cdd1e/physfs.py-0.1.0-cp310-cp310-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "554a92803989692eb5416aeb988511c79b9cb703a0c93eff6e24fc4af21e04bb",
                "md5": "62e9ef23b0f4e9905482d2d98ee174ec",
                "sha256": "14c9c01c07381030384e40ad4a4c8f67dbd41d5b2dee73e8ca5034f2e2586f70"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "62e9ef23b0f4e9905482d2d98ee174ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 384912,
            "upload_time": "2024-03-23T08:38:23",
            "upload_time_iso_8601": "2024-03-23T08:38:23.345945Z",
            "url": "https://files.pythonhosted.org/packages/55/4a/92803989692eb5416aeb988511c79b9cb703a0c93eff6e24fc4af21e04bb/physfs.py-0.1.0-cp310-cp310-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "64cbf64cc440cf5d68d72b687abff4f7869465943c924b4e42ebcf2d8f419812",
                "md5": "943d9200ceef9b82dab8ca6ca6e363dd",
                "sha256": "53a2ba64679c8ddcd8a96afdef10fc05d10c291bb4f7fd428b45259e5ec70f20"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "943d9200ceef9b82dab8ca6ca6e363dd",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 525213,
            "upload_time": "2024-03-23T08:38:25",
            "upload_time_iso_8601": "2024-03-23T08:38:25.365068Z",
            "url": "https://files.pythonhosted.org/packages/64/cb/f64cc440cf5d68d72b687abff4f7869465943c924b4e42ebcf2d8f419812/physfs.py-0.1.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebb33ac5e1484194ebe129af9b3c3bce5dda48de04af8d0d7613e2ef16e57507",
                "md5": "dc71519a81a7e9baa93a4482ea8b79d3",
                "sha256": "3d6e5cab057e75c5017cb797818ac7a067846f3e8705c928ae5d488062e3bfe6"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dc71519a81a7e9baa93a4482ea8b79d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 480014,
            "upload_time": "2024-03-23T08:38:27",
            "upload_time_iso_8601": "2024-03-23T08:38:27.448810Z",
            "url": "https://files.pythonhosted.org/packages/eb/b3/3ac5e1484194ebe129af9b3c3bce5dda48de04af8d0d7613e2ef16e57507/physfs.py-0.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6043ab06ca0df5c1a92db03b4324639e2befb1e7cae29990c6d1d277695b0943",
                "md5": "1ba31d88da1babad1c07851ce485e913",
                "sha256": "ec612b33c8ed434485bdd51249bca00f71cf4eae14244ddb54133db74208d79a"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "1ba31d88da1babad1c07851ce485e913",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 1087988,
            "upload_time": "2024-03-23T08:38:28",
            "upload_time_iso_8601": "2024-03-23T08:38:28.947471Z",
            "url": "https://files.pythonhosted.org/packages/60/43/ab06ca0df5c1a92db03b4324639e2befb1e7cae29990c6d1d277695b0943/physfs.py-0.1.0-cp310-cp310-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be68b6339af974bc5a0c56490319166b5edd026d02c0ee42ae38cc9255460e7c",
                "md5": "07f9526e606b7517e1c821c01f8b3b90",
                "sha256": "d07ddadfbe0f422263236ca0348c05ddeaeb9f5c1144b3c9e6a0a145422f442e"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "07f9526e606b7517e1c821c01f8b3b90",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 997691,
            "upload_time": "2024-03-23T08:38:31",
            "upload_time_iso_8601": "2024-03-23T08:38:31.041985Z",
            "url": "https://files.pythonhosted.org/packages/be/68/b6339af974bc5a0c56490319166b5edd026d02c0ee42ae38cc9255460e7c/physfs.py-0.1.0-cp310-cp310-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6fb48f4c4dae58daaec47da152e306a457d53894379d3d78bdb3fe555ba73bb6",
                "md5": "81413d30c8a26f558649f6dd66e3489a",
                "sha256": "05b3c2fd1ad592c43285ec2680b26b89e17e01adee520d4e5c565e6e4ed33982"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "81413d30c8a26f558649f6dd66e3489a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 135360,
            "upload_time": "2024-03-23T08:38:32",
            "upload_time_iso_8601": "2024-03-23T08:38:32.945537Z",
            "url": "https://files.pythonhosted.org/packages/6f/b4/8f4c4dae58daaec47da152e306a457d53894379d3d78bdb3fe555ba73bb6/physfs.py-0.1.0-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a063796ad34f696fd4cd0e61218f668b82593493698ee593c293dcf6a0cc2f30",
                "md5": "9981e5b80571770cab44d57e89604d5c",
                "sha256": "fc205120069d6cebfb826191a864a94db34f85cde3f191cc167bcaeb09809799"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9981e5b80571770cab44d57e89604d5c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.7",
            "size": 153491,
            "upload_time": "2024-03-23T08:38:34",
            "upload_time_iso_8601": "2024-03-23T08:38:34.785084Z",
            "url": "https://files.pythonhosted.org/packages/a0/63/796ad34f696fd4cd0e61218f668b82593493698ee593c293dcf6a0cc2f30/physfs.py-0.1.0-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83b00aaab475f17bbfa80b363b78f4b1e18066dec77ab9f17743af7b1ef642ca",
                "md5": "edfa2986c43a7e493a0e736d4c5395ef",
                "sha256": "9662d0a99111c357f042af20939471f49c2b53d7883085c1add268529ce7c963"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "edfa2986c43a7e493a0e736d4c5395ef",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 747569,
            "upload_time": "2024-03-23T08:38:36",
            "upload_time_iso_8601": "2024-03-23T08:38:36.117699Z",
            "url": "https://files.pythonhosted.org/packages/83/b0/0aaab475f17bbfa80b363b78f4b1e18066dec77ab9f17743af7b1ef642ca/physfs.py-0.1.0-cp311-cp311-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "181d5033d7884503668e583bd8681db08d7df69d1aeecab7693083aacbf2bb8a",
                "md5": "88e8b5602071584b749270e2156d80eb",
                "sha256": "bca1366cf81eadc24438dbc4a6187f39219a835cd39a1a4db99fbac86788eba9"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "88e8b5602071584b749270e2156d80eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 386381,
            "upload_time": "2024-03-23T08:38:38",
            "upload_time_iso_8601": "2024-03-23T08:38:38.127254Z",
            "url": "https://files.pythonhosted.org/packages/18/1d/5033d7884503668e583bd8681db08d7df69d1aeecab7693083aacbf2bb8a/physfs.py-0.1.0-cp311-cp311-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e98012ea079759c3dee7f96cb8f38839a538a7f135528082bfa3d80c554806a",
                "md5": "7d78fb446058e4f61f350107f9355616",
                "sha256": "ca345a43044d1afa233d57ba46792192bde76f31954ce6b426468443e9f0a821"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7d78fb446058e4f61f350107f9355616",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 526128,
            "upload_time": "2024-03-23T08:38:39",
            "upload_time_iso_8601": "2024-03-23T08:38:39.575321Z",
            "url": "https://files.pythonhosted.org/packages/7e/98/012ea079759c3dee7f96cb8f38839a538a7f135528082bfa3d80c554806a/physfs.py-0.1.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0383926f44bba98cff03b8e65cdeff4e4c4be79dec8c4e0439d81f993df46efe",
                "md5": "48772336e42a824104087b5d6cf0c9f8",
                "sha256": "a22eb4981d6948b81cc1f7a648d76abd6507fe293736852ea1fb756f4acb6051"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "48772336e42a824104087b5d6cf0c9f8",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 481233,
            "upload_time": "2024-03-23T08:38:40",
            "upload_time_iso_8601": "2024-03-23T08:38:40.831726Z",
            "url": "https://files.pythonhosted.org/packages/03/83/926f44bba98cff03b8e65cdeff4e4c4be79dec8c4e0439d81f993df46efe/physfs.py-0.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3f8e363846afc81f788398ac4bdbba363d0778320efef8512bcb7ecbbd64ef1f",
                "md5": "0ca15915c61bb0ed6b4b5fc802bb5811",
                "sha256": "41a4e946c94b77f6dec32f3f601c5c63c4b0bf07fc4297e4c8476196004cb5bb"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "0ca15915c61bb0ed6b4b5fc802bb5811",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 1088630,
            "upload_time": "2024-03-23T08:38:42",
            "upload_time_iso_8601": "2024-03-23T08:38:42.841816Z",
            "url": "https://files.pythonhosted.org/packages/3f/8e/363846afc81f788398ac4bdbba363d0778320efef8512bcb7ecbbd64ef1f/physfs.py-0.1.0-cp311-cp311-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07837296b658cee706624652349a4774ce42e711f848769e2767dbc4e8f6a82f",
                "md5": "7934f2e2244df93bb9e7c820409595c4",
                "sha256": "362b755e01e804ed74913aa80892b66b2277ea0ce810fa006ebd4d465ae4716a"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7934f2e2244df93bb9e7c820409595c4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 998305,
            "upload_time": "2024-03-23T08:38:44",
            "upload_time_iso_8601": "2024-03-23T08:38:44.889976Z",
            "url": "https://files.pythonhosted.org/packages/07/83/7296b658cee706624652349a4774ce42e711f848769e2767dbc4e8f6a82f/physfs.py-0.1.0-cp311-cp311-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ecf2e49538aaf384a82ec061a17f330fdcddb4a454336dc9f9e0db6803c8b738",
                "md5": "aa2cfb0319ddd6a6ac726e2c969d6a24",
                "sha256": "d1a053efa4f1129d7cac7d43629a0c9a7ab425bb8fdf69ebccde01f2874815a4"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "aa2cfb0319ddd6a6ac726e2c969d6a24",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 136091,
            "upload_time": "2024-03-23T08:38:46",
            "upload_time_iso_8601": "2024-03-23T08:38:46.857407Z",
            "url": "https://files.pythonhosted.org/packages/ec/f2/e49538aaf384a82ec061a17f330fdcddb4a454336dc9f9e0db6803c8b738/physfs.py-0.1.0-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "055c7876414f2981e9ccce6fc1d4dd9064b7af4780d74c711cf57dc130fb64ad",
                "md5": "aae2e404026044a53eab8b99c23cdbf3",
                "sha256": "e7d805b6fd15faddd8ad695a7a17be822374319e42a9a2ef24e98f99438c70c9"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "aae2e404026044a53eab8b99c23cdbf3",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.7",
            "size": 154613,
            "upload_time": "2024-03-23T08:38:48",
            "upload_time_iso_8601": "2024-03-23T08:38:48.000852Z",
            "url": "https://files.pythonhosted.org/packages/05/5c/7876414f2981e9ccce6fc1d4dd9064b7af4780d74c711cf57dc130fb64ad/physfs.py-0.1.0-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "38ebc0ed06e20e5e0ff336fbbb2917e5f5a6febc589d076c7d3face6874ddfc6",
                "md5": "be2581646c5ce07a56a3cbed34fdd72c",
                "sha256": "2af5ace9974b7ad63b7f60b4d70075039182f8bac28734340d979684461da592"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "be2581646c5ce07a56a3cbed34fdd72c",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 744607,
            "upload_time": "2024-03-23T08:38:49",
            "upload_time_iso_8601": "2024-03-23T08:38:49.265585Z",
            "url": "https://files.pythonhosted.org/packages/38/eb/c0ed06e20e5e0ff336fbbb2917e5f5a6febc589d076c7d3face6874ddfc6/physfs.py-0.1.0-cp312-cp312-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0645861f97e05a927c5419558466526c27539f80759f759314ffe25b644c95ad",
                "md5": "9b88357df3765b81e0ea612ac363aa04",
                "sha256": "e864b6bbfe37f458305accc6fc6b40624caf0e4de6e390a98d6d7abcef5fab15"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9b88357df3765b81e0ea612ac363aa04",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 385001,
            "upload_time": "2024-03-23T08:38:50",
            "upload_time_iso_8601": "2024-03-23T08:38:50.563786Z",
            "url": "https://files.pythonhosted.org/packages/06/45/861f97e05a927c5419558466526c27539f80759f759314ffe25b644c95ad/physfs.py-0.1.0-cp312-cp312-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ce90945d994b93c9045d8db05ae81360ed397f91ace4ce015ea2600a986e312c",
                "md5": "4beb98b8ffde154d4f669cdd5f9c49b8",
                "sha256": "b4b019e53a8cc6370aff4c9a9470abba5ae6ff8c797bdbc008a5f2e7d25f3598"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "4beb98b8ffde154d4f669cdd5f9c49b8",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 525506,
            "upload_time": "2024-03-23T08:38:52",
            "upload_time_iso_8601": "2024-03-23T08:38:52.069546Z",
            "url": "https://files.pythonhosted.org/packages/ce/90/945d994b93c9045d8db05ae81360ed397f91ace4ce015ea2600a986e312c/physfs.py-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "517a4f6b6326f42b00605dd68d277d10c234e9ad0cb088e7d86a8148df3df4bc",
                "md5": "9579fb581fe0329af489f972d6b5b463",
                "sha256": "b673ff7e574d99a5cd7ef3ad3d8810ddffd6febdf1d65a83c9e0e65aca5c24f6"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9579fb581fe0329af489f972d6b5b463",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 480660,
            "upload_time": "2024-03-23T08:38:54",
            "upload_time_iso_8601": "2024-03-23T08:38:54.334667Z",
            "url": "https://files.pythonhosted.org/packages/51/7a/4f6b6326f42b00605dd68d277d10c234e9ad0cb088e7d86a8148df3df4bc/physfs.py-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3ec9f89848b2b4b25d4eb95af38b366e500cef21dac2623b634a752159c5042",
                "md5": "97c65071b4f598f8d82e648e79d06090",
                "sha256": "aea512e50d4903418017d5680f0f85e2f7ac5906fd9a6bd8657c13300eb532ec"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "97c65071b4f598f8d82e648e79d06090",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 1087743,
            "upload_time": "2024-03-23T08:38:55",
            "upload_time_iso_8601": "2024-03-23T08:38:55.847736Z",
            "url": "https://files.pythonhosted.org/packages/e3/ec/9f89848b2b4b25d4eb95af38b366e500cef21dac2623b634a752159c5042/physfs.py-0.1.0-cp312-cp312-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae4c0fc2f03c2c834750f972c401fa1fc46ea03e9e8c83b00ccd4134d9dc7c95",
                "md5": "ccf93e3a288e1caa23e0ce574f6d063b",
                "sha256": "a87f5a924aa8a1f2b9784740d76951cf6154dfff0e5eef1f6325358234e8ea3a"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ccf93e3a288e1caa23e0ce574f6d063b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 996190,
            "upload_time": "2024-03-23T08:38:57",
            "upload_time_iso_8601": "2024-03-23T08:38:57.285035Z",
            "url": "https://files.pythonhosted.org/packages/ae/4c/0fc2f03c2c834750f972c401fa1fc46ea03e9e8c83b00ccd4134d9dc7c95/physfs.py-0.1.0-cp312-cp312-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2bde4952be3e07049f6d0b5b6710dc07bac7ea6e2447eac1b36021393d78add1",
                "md5": "2f199c63ec6e8b8c15cf385e9405c8eb",
                "sha256": "088197485e2ec08538d403a597c7de37faf040ea4d9bdbfc22c2f40851cf77be"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "2f199c63ec6e8b8c15cf385e9405c8eb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 136047,
            "upload_time": "2024-03-23T08:38:59",
            "upload_time_iso_8601": "2024-03-23T08:38:59.193420Z",
            "url": "https://files.pythonhosted.org/packages/2b/de/4952be3e07049f6d0b5b6710dc07bac7ea6e2447eac1b36021393d78add1/physfs.py-0.1.0-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c36b4b58b73b4662550b72d9b529530140ea046768410710496f5c1d56571d4e",
                "md5": "f95f751f52ab4a10b6efe9dfbf8952ae",
                "sha256": "2bd6ba6834b5d391b0c47bbed098c3791beb67cba8933e900385ed3213f2e9bd"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f95f751f52ab4a10b6efe9dfbf8952ae",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.7",
            "size": 155044,
            "upload_time": "2024-03-23T08:39:01",
            "upload_time_iso_8601": "2024-03-23T08:39:01.036034Z",
            "url": "https://files.pythonhosted.org/packages/c3/6b/4b58b73b4662550b72d9b529530140ea046768410710496f5c1d56571d4e/physfs.py-0.1.0-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770df8f025271b8f49db2bdd581c1deec7e245925f1d48ceeed93019b543632f",
                "md5": "14528c0313aea9c6584942f557bc0e9a",
                "sha256": "56c4d11b59377001c802cfc84b8b35053cd0d537976ea70aae58c8f2457f8d0f"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "14528c0313aea9c6584942f557bc0e9a",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 383489,
            "upload_time": "2024-03-23T08:39:02",
            "upload_time_iso_8601": "2024-03-23T08:39:02.965900Z",
            "url": "https://files.pythonhosted.org/packages/77/0d/f8f025271b8f49db2bdd581c1deec7e245925f1d48ceeed93019b543632f/physfs.py-0.1.0-cp37-cp37m-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee166d5e0f939942d122dd0355918305e5611e185dfa35d87af6c08d15b919f0",
                "md5": "09a7f874207c6a66969302364f09032e",
                "sha256": "0351894b83ad2b7293e4cb97b2fecdc9e2cb25d6f10cce49a60af5c6f7e710ee"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "09a7f874207c6a66969302364f09032e",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 528621,
            "upload_time": "2024-03-23T08:39:04",
            "upload_time_iso_8601": "2024-03-23T08:39:04.434331Z",
            "url": "https://files.pythonhosted.org/packages/ee/16/6d5e0f939942d122dd0355918305e5611e185dfa35d87af6c08d15b919f0/physfs.py-0.1.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc519d56f07570490856d6f24bf97bfe169e7d2483e1c4ee3f52587ffed0ce71",
                "md5": "753964f83c6352237b7a0bfe768e0ad6",
                "sha256": "205f86b80735968ab23160d0e7cffd3ec27cb4366fe7874c1cb999ad637436f4"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "753964f83c6352237b7a0bfe768e0ad6",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 481913,
            "upload_time": "2024-03-23T08:39:05",
            "upload_time_iso_8601": "2024-03-23T08:39:05.762514Z",
            "url": "https://files.pythonhosted.org/packages/dc/51/9d56f07570490856d6f24bf97bfe169e7d2483e1c4ee3f52587ffed0ce71/physfs.py-0.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c2535db826c252f75b62a70b820f445592e325f5fb182ea37bd2980e6ad6aa5",
                "md5": "ff2e52ce1c3f19396a61d69b96fb8a2c",
                "sha256": "553b7176fa45556d5af60c2ad08c76c1bf0e8c384d5c7d0d411e2bf96d22c19a"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "ff2e52ce1c3f19396a61d69b96fb8a2c",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 1089834,
            "upload_time": "2024-03-23T08:39:07",
            "upload_time_iso_8601": "2024-03-23T08:39:07.244588Z",
            "url": "https://files.pythonhosted.org/packages/3c/25/35db826c252f75b62a70b820f445592e325f5fb182ea37bd2980e6ad6aa5/physfs.py-0.1.0-cp37-cp37m-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f14673e5e4551271d92ea569357953058b76da8daed1880c5c75f83e72dae541",
                "md5": "c36b4fe537077c530aebec01bffaf182",
                "sha256": "ec0a1e32939dc38b9853c2bc2268f8bfe7f0ad0899bdb2c4ea53f31bf765ea54"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c36b4fe537077c530aebec01bffaf182",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 998337,
            "upload_time": "2024-03-23T08:39:08",
            "upload_time_iso_8601": "2024-03-23T08:39:08.655976Z",
            "url": "https://files.pythonhosted.org/packages/f1/46/73e5e4551271d92ea569357953058b76da8daed1880c5c75f83e72dae541/physfs.py-0.1.0-cp37-cp37m-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b3f4e9b93c25a7aa096f3127a59f9692b5f3236b36716724338692f45f97fe4",
                "md5": "baa19c71f2517438407a80415cae0558",
                "sha256": "5ddad5953492d084500f833108422851e1d06676508df4b769b74d966cf95b86"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-win32.whl",
            "has_sig": false,
            "md5_digest": "baa19c71f2517438407a80415cae0558",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 136601,
            "upload_time": "2024-03-23T08:39:09",
            "upload_time_iso_8601": "2024-03-23T08:39:09.887463Z",
            "url": "https://files.pythonhosted.org/packages/0b/3f/4e9b93c25a7aa096f3127a59f9692b5f3236b36716724338692f45f97fe4/physfs.py-0.1.0-cp37-cp37m-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93694fca9775ca243ca3cb1d5d584789d954cb26e285854068509c3c9fe18c9e",
                "md5": "5be5450ccf36a408a1a7bd4b060b8dce",
                "sha256": "27721132e8221a87d4016a80ca7fd1a82b59386358ffacde486f9b77166cd952"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp37-cp37m-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "5be5450ccf36a408a1a7bd4b060b8dce",
            "packagetype": "bdist_wheel",
            "python_version": "cp37",
            "requires_python": ">=3.7",
            "size": 153890,
            "upload_time": "2024-03-23T08:39:11",
            "upload_time_iso_8601": "2024-03-23T08:39:11.119655Z",
            "url": "https://files.pythonhosted.org/packages/93/69/4fca9775ca243ca3cb1d5d584789d954cb26e285854068509c3c9fe18c9e/physfs.py-0.1.0-cp37-cp37m-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "28962a258e4f53965872e09725e7db9fcaab9efdc5aca2fc04664ab62aa12e74",
                "md5": "46e400fc7d373fc02305fc4fdb0826d8",
                "sha256": "7ad0ea89e1442b9213ef50b9dd9d58fc116f91afde747dd86461806372e5c28d"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "46e400fc7d373fc02305fc4fdb0826d8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 744632,
            "upload_time": "2024-03-23T08:39:13",
            "upload_time_iso_8601": "2024-03-23T08:39:13.043971Z",
            "url": "https://files.pythonhosted.org/packages/28/96/2a258e4f53965872e09725e7db9fcaab9efdc5aca2fc04664ab62aa12e74/physfs.py-0.1.0-cp38-cp38-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8580ec4903db5fd39b93fe99864cfb4ca53224747f4a7a5f9c9830f9b6a0f1f5",
                "md5": "15cecfec10bf7ed7f5da6179ef9506c7",
                "sha256": "af0d05f2a2738a23346452b91b99f0f3f5e7358ec36362c94c9820c00c842a51"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "15cecfec10bf7ed7f5da6179ef9506c7",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 384831,
            "upload_time": "2024-03-23T08:39:14",
            "upload_time_iso_8601": "2024-03-23T08:39:14.399444Z",
            "url": "https://files.pythonhosted.org/packages/85/80/ec4903db5fd39b93fe99864cfb4ca53224747f4a7a5f9c9830f9b6a0f1f5/physfs.py-0.1.0-cp38-cp38-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ff4b23c77794a53421fec7c0beeecb89c3e8c7ca2fd4eb77e4f0883a66696d8",
                "md5": "389973096666d3528ac2fb46902c456c",
                "sha256": "fdce8f7370f0d4c18b3d9b773590d429cc552dbb20287644b42f1746c49eec0e"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "389973096666d3528ac2fb46902c456c",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 525010,
            "upload_time": "2024-03-23T08:39:15",
            "upload_time_iso_8601": "2024-03-23T08:39:15.847279Z",
            "url": "https://files.pythonhosted.org/packages/7f/f4/b23c77794a53421fec7c0beeecb89c3e8c7ca2fd4eb77e4f0883a66696d8/physfs.py-0.1.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2aa2cc699d32e34d234601aaa3f2743693df2b2f5adbed9b32772f01d6c6201e",
                "md5": "d49b958901dd184b06dbf5475a7723b4",
                "sha256": "9c6caab1925c2c8b4e957b59f4847ede170d7e20180fafa07c1c2d2163d16a11"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d49b958901dd184b06dbf5475a7723b4",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 479797,
            "upload_time": "2024-03-23T08:39:17",
            "upload_time_iso_8601": "2024-03-23T08:39:17.135918Z",
            "url": "https://files.pythonhosted.org/packages/2a/a2/cc699d32e34d234601aaa3f2743693df2b2f5adbed9b32772f01d6c6201e/physfs.py-0.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "412e93b188c1a6f415f80cc0acb7604bf6edc320071fdbc9542e66e946275ecb",
                "md5": "c41dd0b6a0d53eabc694c853fff08245",
                "sha256": "69873ce0bb39aebd3e9db0e5a2fa4f2adbd61c5a22c8498a597c7b2c1e208e4a"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "c41dd0b6a0d53eabc694c853fff08245",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 1087515,
            "upload_time": "2024-03-23T08:39:19",
            "upload_time_iso_8601": "2024-03-23T08:39:19.310390Z",
            "url": "https://files.pythonhosted.org/packages/41/2e/93b188c1a6f415f80cc0acb7604bf6edc320071fdbc9542e66e946275ecb/physfs.py-0.1.0-cp38-cp38-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1449558f38e04d097427685082a15d3449530060f05db264392e84cbc4de94a3",
                "md5": "7fa234a00f20b9fd47eaeb6144ab8017",
                "sha256": "12fc813fa648b3802dbba8a82ba412d5923bc47f2186629dab7a99da94cd31eb"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "7fa234a00f20b9fd47eaeb6144ab8017",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 997500,
            "upload_time": "2024-03-23T08:39:21",
            "upload_time_iso_8601": "2024-03-23T08:39:21.570102Z",
            "url": "https://files.pythonhosted.org/packages/14/49/558f38e04d097427685082a15d3449530060f05db264392e84cbc4de94a3/physfs.py-0.1.0-cp38-cp38-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88018d2a8890e3726094d229ab87dace1d690341b9820d12598665a510822854",
                "md5": "e837327b0a0b23f036f198093fb6e0a9",
                "sha256": "ab6e3fc39607145b790befb8653297ec4e1f90f466df2d3be212d9a91e506e7c"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-win32.whl",
            "has_sig": false,
            "md5_digest": "e837327b0a0b23f036f198093fb6e0a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 135196,
            "upload_time": "2024-03-23T08:39:23",
            "upload_time_iso_8601": "2024-03-23T08:39:23.071386Z",
            "url": "https://files.pythonhosted.org/packages/88/01/8d2a8890e3726094d229ab87dace1d690341b9820d12598665a510822854/physfs.py-0.1.0-cp38-cp38-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc2e7ce5ab2beacf20f95bbb1d839539aab3f991197997359df46f11b2d76eab",
                "md5": "cf8293bfe319daa9ebe8f6b84590e01b",
                "sha256": "4c04d2f9373d415872ad8de8a966239a03bcb3ee04b5bd0679b66974dac22921"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "cf8293bfe319daa9ebe8f6b84590e01b",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.7",
            "size": 153449,
            "upload_time": "2024-03-23T08:39:25",
            "upload_time_iso_8601": "2024-03-23T08:39:25.360714Z",
            "url": "https://files.pythonhosted.org/packages/bc/2e/7ce5ab2beacf20f95bbb1d839539aab3f991197997359df46f11b2d76eab/physfs.py-0.1.0-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a801ce0faf8a8511070c3a8c994e1481eb7b83e851d8acd9936f127919d812e5",
                "md5": "d62cd5b564de5f81b2edf14e7a2f45b6",
                "sha256": "fdc28bbdb0f5ec9e22cf7731df2fd3af4f8c8f908e8ad733d3eee62e8811f747"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-macosx_10_14_universal2.whl",
            "has_sig": false,
            "md5_digest": "d62cd5b564de5f81b2edf14e7a2f45b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 745095,
            "upload_time": "2024-03-23T08:39:26",
            "upload_time_iso_8601": "2024-03-23T08:39:26.813218Z",
            "url": "https://files.pythonhosted.org/packages/a8/01/ce0faf8a8511070c3a8c994e1481eb7b83e851d8acd9936f127919d812e5/physfs.py-0.1.0-cp39-cp39-macosx_10_14_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ceb9e56403ee16844d8ebbf6d4ba583c4ab6916b53622ff91b9a927e3aafa570",
                "md5": "39c623eed9a7e594eb1f30dd487c2d8b",
                "sha256": "a5d63197f3564652afc3e17966f1092c81f8dda5988920cc9f9a3cb97c2b60ac"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "has_sig": false,
            "md5_digest": "39c623eed9a7e594eb1f30dd487c2d8b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 385058,
            "upload_time": "2024-03-23T08:39:28",
            "upload_time_iso_8601": "2024-03-23T08:39:28.179772Z",
            "url": "https://files.pythonhosted.org/packages/ce/b9/e56403ee16844d8ebbf6d4ba583c4ab6916b53622ff91b9a927e3aafa570/physfs.py-0.1.0-cp39-cp39-macosx_10_14_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bef4d17d68260fd5d7c79ea704a71baf6e0ff3119e36c1414fc132a6633b310",
                "md5": "9bffe297f15e3a9aa565170fcbbb94e6",
                "sha256": "55ffa450b8f93558b571acc3888f35a1dbf3e0c484476e8c0dda74628be270e8"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "9bffe297f15e3a9aa565170fcbbb94e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 525494,
            "upload_time": "2024-03-23T08:39:30",
            "upload_time_iso_8601": "2024-03-23T08:39:30.205435Z",
            "url": "https://files.pythonhosted.org/packages/6b/ef/4d17d68260fd5d7c79ea704a71baf6e0ff3119e36c1414fc132a6633b310/physfs.py-0.1.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f9df2bf39558e1012919d9230419e1ab6671715699895b58aa362f6e88c3229",
                "md5": "4ec503c0655e19d773a597ff55f01a75",
                "sha256": "24288fdea89d35a155b7cbaf99ab4727ddb2c0f3f0dd5bb8b48ffbfaaf5dadce"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ec503c0655e19d773a597ff55f01a75",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 480133,
            "upload_time": "2024-03-23T08:39:31",
            "upload_time_iso_8601": "2024-03-23T08:39:31.575589Z",
            "url": "https://files.pythonhosted.org/packages/6f/9d/f2bf39558e1012919d9230419e1ab6671715699895b58aa362f6e88c3229/physfs.py-0.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a01bddece18c6c6c1e5f338c0b5d3ab65a76621673fdc7b77337c8a3a37ef682",
                "md5": "5f1c65aeb80a9a62124e3a69f204c1de",
                "sha256": "77089c57492357fee0b4c2d55b526e7f3e42bbd608994729f14e3468f10a22ac"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-musllinux_1_1_i686.whl",
            "has_sig": false,
            "md5_digest": "5f1c65aeb80a9a62124e3a69f204c1de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 1088217,
            "upload_time": "2024-03-23T08:39:33",
            "upload_time_iso_8601": "2024-03-23T08:39:33.313798Z",
            "url": "https://files.pythonhosted.org/packages/a0/1b/ddece18c6c6c1e5f338c0b5d3ab65a76621673fdc7b77337c8a3a37ef682/physfs.py-0.1.0-cp39-cp39-musllinux_1_1_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "857286c1e80885f3724822bd99792618219b100c2945871f32c6035aad0182a4",
                "md5": "94459c8c43d2ab41e1668fa85eb9c710",
                "sha256": "cbc520d66bd148d276bf1de86a0e9700bd16d93af0c0770137ef4763bfd7a42b"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "94459c8c43d2ab41e1668fa85eb9c710",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 997966,
            "upload_time": "2024-03-23T08:39:34",
            "upload_time_iso_8601": "2024-03-23T08:39:34.742264Z",
            "url": "https://files.pythonhosted.org/packages/85/72/86c1e80885f3724822bd99792618219b100c2945871f32c6035aad0182a4/physfs.py-0.1.0-cp39-cp39-musllinux_1_1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e867f35025899e45246da4a3e90f17d96533564f3f6e68d6d5854a40c03a67dd",
                "md5": "d07f1b7a7d7b7bb8379f973868d81786",
                "sha256": "7850382a87a30fc6351ce2dceedfc5a1f625b64bd4c72c1e33642ea33e0f0a5c"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-win32.whl",
            "has_sig": false,
            "md5_digest": "d07f1b7a7d7b7bb8379f973868d81786",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 135389,
            "upload_time": "2024-03-23T08:39:36",
            "upload_time_iso_8601": "2024-03-23T08:39:36.721825Z",
            "url": "https://files.pythonhosted.org/packages/e8/67/f35025899e45246da4a3e90f17d96533564f3f6e68d6d5854a40c03a67dd/physfs.py-0.1.0-cp39-cp39-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "03ef12bdecc798a64720775f3c54a9d74af7f621e1a47ccb3058753ddc27c7f3",
                "md5": "22759c7d5a25222ac640b492fb41a488",
                "sha256": "bdcbb343b6b066b0fe0ee02c1501cb447bb3198e85962596e4d3bd08c5b8e9e0"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "22759c7d5a25222ac640b492fb41a488",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.7",
            "size": 151811,
            "upload_time": "2024-03-23T08:39:37",
            "upload_time_iso_8601": "2024-03-23T08:39:37.926325Z",
            "url": "https://files.pythonhosted.org/packages/03/ef/12bdecc798a64720775f3c54a9d74af7f621e1a47ccb3058753ddc27c7f3/physfs.py-0.1.0-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "564ed99dd7b34834d70fee523283f9f6e57e51e0b4309f5992bc55912f51052e",
                "md5": "35e22321736f804c980ac38ad7fce0c8",
                "sha256": "637c2f7d88d5460c5433153c5761ed32dfcce839e4705e476e36bea66e719c74"
            },
            "downloads": -1,
            "filename": "physfs.py-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "35e22321736f804c980ac38ad7fce0c8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5737,
            "upload_time": "2024-03-23T08:39:39",
            "upload_time_iso_8601": "2024-03-23T08:39:39.026552Z",
            "url": "https://files.pythonhosted.org/packages/56/4e/d99dd7b34834d70fee523283f9f6e57e51e0b4309f5992bc55912f51052e/physfs.py-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-23 08:39:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shabbywu",
    "github_project": "physfs.py",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": true,
    "appveyor": true,
    "lcname": "physfs.py"
}
        
Elapsed time: 1.15834s