plone / plone.namedfile

Handle File and Image fields targeting, but not depending on, Plone Dexterity content
https://pypi.org/project/plone.namedfile/
9 stars 18 forks source link

Introduction

This package contains fields and wrapper objects for storing:

Blob-based and non-blob-based types are provided. The blob-based types require the ZODB3 package to be at version 3.8.1 or later, and BLOBs to be configured in zope.conf.

plone.supermodel handlers are registered.

See the usage.rst doctest for more details.

Source Code

Note: This packages is licensed under a BSD license. Please do not add dependencies on GPL code!

Contributors please read the document Process for Plone core's development <https://docs.plone.org/develop/coredev/docs/index.html>_

Sources are at the Plone code repository hosted at Github <https://github.com/plone/plone.namedfile>_.