quart-uploads

File upload handling for Quart.

Downloads
3.4K
Stars
1
Committers
1

Bot releases are hidden (Show)

quart-uploads - Version 0.0.3. Release Latest Release

Published by crood58 about 1 month ago

General:

  1. Cleaned up package files.
  2. Cleaned up test files.
  3. Added a quart_uploads.config.User class, which stores the configurations for the sets on Quart.extensions on the key uploads. This allows typing to occur and is a true python dictionary.
  4. Moved all the provided file extensions to dataclass.

pyproject.toml file:

  1. Changed version number to match this release.
  2. Updated dependencies required - Specifically versions.
  3. Added types-aiofiles.

Full Changelog: https://github.com/Quart-Addons/quart-uploads/compare/0.0.2...0.0.3

quart-uploads - Version 0.0.2 Release

Published by crood58 11 months ago

The following was changed during this release:

General:

  1. Tested extension using Python 3.12.
  2. Extension now supports Python 3.11 and 3.12.

Dev Container:

  1. devcontainer.json: Changed name, vscode extensions, and postCreateCommand. postCreateCommand doesn't use shell script anymore.
  2. Dockerfile: Updated docker version to be 3.12 and removed unused commands.
  3. Removed postCreateCommand.sh file, since no longer needed.

pyproject.toml file:

  1. Changed version number to match this release.
  2. Added Python 3.11 and 3.12 to classifiers.
  3. Updated Python version to be >= 3.8.
  4. Updated Quart version to match latest release.
  5. Added tool.black
  6. Added tool.isort
  7. Added tool.mypy
quart-uploads - Initial Realease

Published by crood58 about 2 years ago

This is the initial release of Quart Uploads.