{"library":"openedx-django-pyfs","title":"Open edX Django PyFilesystem Integration","description":"A Django integration for PyFilesystem that allows Django sites to use PyFilesystem filesystems (e.g., local, S3) for storage. Current version 4.0.0 drops Python 3.11 support and may have breaking changes from earlier versions. Releases are periodic, driven by Open edX maintenance.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install openedx-django-pyfs"],"cli":null},"imports":["from django_pyfs import PyfsConfiguredStorage","from django_pyfs.storage import create_storage"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from django_pyfs import PyfsConfiguredStorage\nfrom django_pyfs.storage import create_storage\n# Use default configuration\nstorage = PyfsConfiguredStorage()\n# Or with explicit settings\nstorage = create_storage('s3', {'key': os.environ.get('AWS_ACCESS_KEY_ID', ''), 'secret': os.environ.get('AWS_SECRET_ACCESS_KEY', ''), 'bucket': 'my-bucket'})","lang":"python","description":"Set up a PyFilesystem storage backend for Django.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}