fs-dimzipfs


Namefs-dimzipfs JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/Omniflux/fs.dimzipfs
SummaryPyfilesystem2 implementation for DAZ Install Manager Packages
upload_time2023-03-17 19:23:32
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/5c/11/038d3d7a6ff9d629ec1e124496885e36653e800df6b52c9f2366cea1ef68/fs_dimzipfs-0.1.0.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.0",
    "split_keywords": [
        "filesystem",
        "pyfilesystem2"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89e27aca72c7936bb7e0d395df0bb9b2320e965528db664c0d731a8343d2b560",
                "md5": "677d0e5f1ab1f13455f6a6687ae9e4d8",
                "sha256": "b8ac7800eedb6c720995b8b4031412eaff4070ef11759291280b71e752bc1580"
            },
            "downloads": -1,
            "filename": "fs_dimzipfs-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "677d0e5f1ab1f13455f6a6687ae9e4d8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 5123,
            "upload_time": "2023-03-17T19:23:31",
            "upload_time_iso_8601": "2023-03-17T19:23:31.742645Z",
            "url": "https://files.pythonhosted.org/packages/89/e2/7aca72c7936bb7e0d395df0bb9b2320e965528db664c0d731a8343d2b560/fs_dimzipfs-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c11038d3d7a6ff9d629ec1e124496885e36653e800df6b52c9f2366cea1ef68",
                "md5": "d0b0dc92936d82b34286ebac7e03bac3",
                "sha256": "aa0940fb4d0c1024568387754d50f8829acf45123ccf1a666b71efded2838476"
            },
            "downloads": -1,
            "filename": "fs_dimzipfs-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d0b0dc92936d82b34286ebac7e03bac3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4588,
            "upload_time": "2023-03-17T19:23:32",
            "upload_time_iso_8601": "2023-03-17T19:23:32.921417Z",
            "url": "https://files.pythonhosted.org/packages/5c/11/038d3d7a6ff9d629ec1e124496885e36653e800df6b52c9f2366cea1ef68/fs_dimzipfs-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-17 19:23:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Omniflux",
    "github_project": "fs.dimzipfs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "fs-dimzipfs"
}
        
Elapsed time: 0.09101s