From 2c5758e56ac91b5978549e225453d12985681ca5 Mon Sep 17 00:00:00 2001 From: Reza Shakeri Date: Sun, 5 Mar 2023 20:49:01 +0330 Subject: [PATCH] add file validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ce0d13d6..0f6fbec3 100644 --- a/README.md +++ b/README.md @@ -626,6 +626,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-magic](https://github.com/ahupp/python-magic) - A Python interface to the libmagic file type identification library. * [Unipath](https://github.com/mikeorr/Unipath) - An object-oriented approach to file/directory operations. * [watchdog](https://github.com/gorakhargosh/watchdog) - API and shell utilities to monitor file system events. +* [File Validator](https://github.com/file-validator/file-validator) - Python validation library to validate files using type, mime, extension, magic numbers and size that supports Django. ✅ ## Foreign Function Interface