Skip to content

Meringue

PyPI - Status PyPI - Version PyPI - Downloads PyPI - Python Version

Documentation - Release Tests - Running Tests - Coverage

Hatch project Material for MkDocs linting - Ruff code style - black License - GNU Lesser General Public License v3.0

Full documentation for the project is available at dd.github.io/Meringue.

Package with various functional (such as mixins, form utils, upload handlers and other) for Django Framework.

This library is a set of various functionality that I use from project to project.

The main task of this package is to clean up this functionality, test it, and also organize the documentation so that colleagues can understand how and what works.

However, if someone decides to use this functionality in their project, and even more so to add functionality or change the implementation to a more correct, beautiful or understandable one, I will only be happy, do not worry and feel free to write to me by mail, create an issue or pull request on github.

Roadmap¤

Adding new functionality. Can change.

  • drf serializer serializer for automatic form generation on the front when working through rest api. (An npm package on vuejs will also be developed generating form based on response from api).
  • Authorization backend for authorization by a pair of email and password.
  • Functionality for working with images.
    • Image editor like easy_thumbnails.
    • A field for the drf serializer that returns a set of images (for example, a standard image and a double-sized image for a retina screen), as well as in different formats (for example, in the original format and in webp).
  • Functionality similar to that described in the previous paragraph only for video.
  • Functionality for loading private files available through nginx internal.

Contributing¤