Flask-Store
Flask-Store copied to clipboard
A Django-Storages inspired Flask File Storage solution allowing for different storage backends.
The setup.py file is still looking for REQS.TESTING.txt, but it seems it's no longer provided. I'm not sure if I'm doing something wrong in the installation steps, but manually editing...
Signed-off-by: Lital Natan
`gevent` should be an optional. We should provided classes which explicitly use `gevent`. This will give most flexibility to users. There is nothing sopping us having a blocking upload to...