This package provides a mongodb file implementation without GridFS for Zope3. This means, such files are limited to the mongo document size, currently 16MB. As you probably know, you should not use GridFS for small binary data because you will double the number of queries. This package will offer a file which stores the meta and file data in one document. This implementation will compress the data with zlib. See m01.fs for a non compressed implementation.
CHANGES
3.1.1 (2026-05-04)
bugfix; ensure python 3 compatiible chunk iterator
3.1.0 (2025-07-15)
Compatibility with Python3
3.0.2 (2018-03-08)
bugfix: remove context from CHunkReaderBase class and use data and fname from context or given data dict
3.0.1 (2018-03-06)
bugfix: set content size (csize) on adding upload item
3.0.0 (2015-11-10)
support pymongo >= 3.0.0 and use 3.0.0 as package version and reflect pymongo >= 3.0.0 compatibility
0.6.1 (2015-09-28)
removed bson dependency, pymongo uses it’s own bson implementation
0.6.0 (2015-03-17)
feature: replace internal method setContentType with setContentTypeAndEncoding and also set encoding if given.
0.5.0 (2013-11-23)
initial release
Release files for m01.zfs 3.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| m01_zfs-3.1.1.tar.gz | 22.5 kB | Details |
Release files / m01_zfs-3.1.1.tar.gz
| Download URL | m01_zfs-3.1.1.tar.gz |
|---|---|
| Size | 22.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
60d5cbfcde02eb30731369d6f6462b09955dd5e781d5eb8c1aef2d590529ca9d
|
|
BLAKE2b-256 checksum How to use checksums |
69d890fa99cec21db90e906a14277d7a23d537d14549ee9686f4271d86219205
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.15.0 pkginfo/1.8.3 requests/2.27.1 setuptools/44.1.1 requests-toolbelt/1.0.0 tqdm/4.64.1 CPython/2.7.18
|