Skip to main content

WSGI app to use PyFilesystem2 with vuefinder

Project description

vuefinder-wsgi

PyPI version LICENSE

WSGI app for vuefinder. This is a vuefinder backend to access PyFilesystem2 filesystems.

Unimplemented

  • archive
  • unarchive

Installation

pip install vuefinder-wsgi

Usage

from vuefinder import VuefinderApp, fill_fs
from fs.memoryfs import MemoryFS
from werkzeug.serving import run_simple

if __name__ == "__main__":
    # Initialize filesystem
    memfs = MemoryFS()
    fill_fs(
        memfs,
        {
            "foo": {
                "file.txt": "Hello World!",
                "foo.txt": "foo bar baz",
                "bar": {"baz": None},
            },
            "foobar": {"empty": None, "hello.txt": "Hello!"},
        },
    )

    # Create and run the WSGI app
    app = VuefinderApp(enable_cors=True)
    app.add_fs("memory", memfs)
    run_simple("127.0.0.1", 8005, app)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

vuefinder_wsgi-1.6.1.tar.gz (7.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

vuefinder_wsgi-1.6.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file vuefinder_wsgi-1.6.1.tar.gz.

File metadata

  • Download URL: vuefinder_wsgi-1.6.1.tar.gz
  • Upload date:
  • Size: 7.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for vuefinder_wsgi-1.6.1.tar.gz
Algorithm Hash digest
SHA256 9244f357a804d4e53e61e1d3f540b85b127f73a0e6142872e644f455786e3d1e
MD5 6113a5d6e55c5e8a3d1c24b4eaaefe60
BLAKE2b-256 6188e97a6bf29517aec37261485ce3a69581fc927a2f4be9a6128b8dcaee2bda

See more details on using hashes here.

File details

Details for the file vuefinder_wsgi-1.6.1-py3-none-any.whl.

File metadata

  • Download URL: vuefinder_wsgi-1.6.1-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for vuefinder_wsgi-1.6.1-py3-none-any.whl
Algorithm Hash digest
SHA256 be8d4605f8c0222d2734bd146605097099a4a69b847958e5cb2c4b041ef13ac9
MD5 34b884ff3bc4bde3656e3249179742e2
BLAKE2b-256 78fe6000e86d78d50d41ad515eb8ce113d70740f30e87a4810f54e89ffa492fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page