depot

Toolkit for storing files and attachments in web applications

MIT License

Downloads
13.7K
Stars
161
Committers
19
depot - Version 0.11.0 Latest Release

Published by amol- 8 months ago

What's Changed

  • Officially support Python 3.12
  • Addressed deprecation of Image.ANTIALIAS in Pillow, Image.LANCZOS is used instead
  • TurboGears2 is no longer needed to run tests
  • Depot is now compatible with multipart module or other replacements of cgi.FieldStorage
  • Fixed an open file leak in UploadedImageWithThumb
  • Fixed an open file leak in WithThumbnailFilter
  • Update manager.py by @redjax in https://github.com/amol-/depot/pull/85

New Contributors

Full Changelog: https://github.com/amol-/depot/compare/0.10.0...0.11.0

depot - Version 0.10.0

Published by amol- over 1 year ago

What's Changed

Full Changelog: https://github.com/amol-/depot/compare/0.9.0...0.10.0

depot - 0.9.0

Published by amol- almost 2 years ago

  • Support for SQLAlchemy 1.4 and 2.0
  • Support for SQLAlchemy objects deleted with .delete(synchronize_session="fetch")
  • Tests migrated to unittest
depot - 0.8.0

Published by amol- over 4 years ago

  • Replaced unidecode dependency with anyascii to better cope with MIT License
depot - 0.7.1

Published by amol- almost 5 years ago

  • Fix a bug in AWS-S3 support for unicode filenames.
depot - 0.7.0

Published by amol- about 5 years ago

depot - 0.5.0

Published by amol- over 7 years ago

  • depot.io.boto3.S3Storage now provides support for accessing S3 with boto3.
    The previously existing depot.io.awss3.S3Storage can still be used to store
    files on S3 using boto.
  • SQLAlchemy integration now handles deletion of files on rollback when session
    is not flushed. Previously flushing the session was required before a rollback too.
  • It is now possible to run tests through tox and build docs through tox -e docs
  • DEPOT is now tested against Python 3.6
Package Rankings
Top 3.3% on Pypi.org
Related Projects