fs.dimzipfs


Namefs.dimzipfs JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/Omniflux/fs.dimzipfs
SummaryPyfilesystem2 implementation for DAZ Install Manager Packages
upload_time2023-11-26 18:27:54
maintainer
docs_urlNone
authorOmni Flux
requires_python>=3.11
licenseMIT
keywords filesystem pyfilesystem2
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            fs.dimzipfs
===========

``fs.dimzipfs`` is a PyFileSystem2 interface for DAZ Install Manager packages.

The exposed filesystem is as defined in Manifest.dsx, not the zipfile.

Supported Python versions
-------------------------

- Python 3.11

Usage
-----

.. code:: python

    >>> from fs.dimzipfs import DIMZipFS

    >>> DIMZipFS('IM00013176-02_DAZStudio421Win64bit.zip').listdir('')
    ....
    ['Application[PC-64-DAZ Studio-4.5]', 'Temp[PC-64]']

    >>> DIMZipFS('IM00013176-42_DefaultResourcesforDAZStudio420.zip').opendir('Content').listdir('')
    ....
    ['data', 'Light Presets', 'Props', "ReadMe's", 'Render Presets', 'Runtime', 'Scenes', 'Scripts', 'Shader Presets']

License
-------

This module is published under the MIT license.
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Omniflux/fs.dimzipfs",
    "name": "fs.dimzipfs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "filesystem,Pyfilesystem2",
    "author": "Omni Flux",
    "author_email": "omniflux@omniflux.com",
    "download_url": "https://files.pythonhosted.org/packages/2f/d1/25dbd1d1cef59c54268a64a074a794fe39017901bb9eff129d555cff2269/fs_dimzipfs-0.1.1.tar.gz",
    "platform": null,
    "description": "fs.dimzipfs\n===========\n\n``fs.dimzipfs`` is a PyFileSystem2 interface for DAZ Install Manager packages.\n\nThe exposed filesystem is as defined in Manifest.dsx, not the zipfile.\n\nSupported Python versions\n-------------------------\n\n- Python 3.11\n\nUsage\n-----\n\n.. code:: python\n\n    >>> from fs.dimzipfs import DIMZipFS\n\n    >>> DIMZipFS('IM00013176-02_DAZStudio421Win64bit.zip').listdir('')\n    ....\n    ['Application[PC-64-DAZ Studio-4.5]', 'Temp[PC-64]']\n\n    >>> DIMZipFS('IM00013176-42_DefaultResourcesforDAZStudio420.zip').opendir('Content').listdir('')\n    ....\n    ['data', 'Light Presets', 'Props', \"ReadMe's\", 'Render Presets', 'Runtime', 'Scenes', 'Scripts', 'Shader Presets']\n\nLicense\n-------\n\nThis module is published under the MIT license.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pyfilesystem2 implementation for DAZ Install Manager Packages",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/Omniflux/fs.dimzipfs",
        "Repository": "https://github.com/Omniflux/fs.dimzipfs"
    },
    "split_keywords": [
        "filesystem",
        "pyfilesystem2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c2b220f525849273cb5c85fdab9fbff877f6cc3af34d1f7b3d694850acee993",
                "md5": "25c040b85b526b7c07a81f2c98a47568",
                "sha256": "5cc87fdc590623083156d2174de3acf9c8e19f280efb287d404fbe9252dad7c8"
            },
            "downloads": -1,
            "filename": "fs_dimzipfs-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "25c040b85b526b7c07a81f2c98a47568",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 5139,
            "upload_time": "2023-11-26T18:27:52",
            "upload_time_iso_8601": "2023-11-26T18:27:52.672294Z",
            "url": "https://files.pythonhosted.org/packages/2c/2b/220f525849273cb5c85fdab9fbff877f6cc3af34d1f7b3d694850acee993/fs_dimzipfs-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2fd125dbd1d1cef59c54268a64a074a794fe39017901bb9eff129d555cff2269",
                "md5": "e0be56df3e2744e45312bc3bab37eee8",
                "sha256": "e44394cb5509bd2150b9772a0d7ba3b0081f1228b5e1e32761737cae910f4d88"
            },
            "downloads": -1,
            "filename": "fs_dimzipfs-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e0be56df3e2744e45312bc3bab37eee8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4061,
            "upload_time": "2023-11-26T18:27:54",
            "upload_time_iso_8601": "2023-11-26T18:27:54.343074Z",
            "url": "https://files.pythonhosted.org/packages/2f/d1/25dbd1d1cef59c54268a64a074a794fe39017901bb9eff129d555cff2269/fs_dimzipfs-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-26 18:27:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Omniflux",
    "github_project": "fs.dimzipfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fs.dimzipfs"
}
        
Elapsed time: 0.14830s