You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
etesync-server/etebase_fastapi/sendfile
Tom Hacohen 8bf04fc286
Reformat files using black.
3 years ago
..
backends Implement sendfile. 3 years ago
LICENSE Implement sendfile. 3 years ago
README.md Implement sendfile. 3 years ago
__init__.py Implement sendfile. 3 years ago
utils.py Reformat files using black. 3 years ago

README.md

Heavily inspired + code borrowed from: https://github.com/moggers87/django-sendfile2/

We just simplified and inlined it because we don't want another external dependency for distribution packagers to package, as well as need a much simpler version.