From 75263756ac4662a0fc36751cc1a7ea67d71634e4 Mon Sep 17 00:00:00 2001 From: Reza Shakeri Date: Tue, 12 Jul 2022 23:09:43 +0430 Subject: [PATCH 1/2] Add django-audio-validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 17bbbe2d..f45e7820 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). *Libraries for manipulating audio and its metadata.* * Audio + * [Django Audio Validator](https://github.com/rzashakeri/django-audio-validator) - a Audio Validator For Django With MIME type checking And Extension * [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding. * [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition. * [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors. From 2c5758e56ac91b5978549e225453d12985681ca5 Mon Sep 17 00:00:00 2001 From: Reza Shakeri Date: Sun, 5 Mar 2023 20:49:01 +0330 Subject: [PATCH 2/2] 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