Metadata-Version: 2.1
Name: image-file-validator
Version: 0.0.4
Summary: A simple pluggable image file validator for all type of python applications
Home-page: https://github.com/Zeecoworld/image-file-validator
Author: Isaac Yakubu
Author-email: engrisaac1234@gmail.com
License: MIT
Keywords: image-validate,image,image file validation
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: filetype

This is a simple pluggable python library that validate image file and size useful for all 
type of python applications.


####How to use the packages

import os 
import magic 

imagecheck = ImageValidator("./hello.txt",2014)
check_for_image_mime = imagecheck.check_file_size("./hello.txt",2014)
check_for_image_size = imagecheck.check_file_mime_type("./hello.txt")


# PIP PACKAGE DEPENDECIES

pip install python-magic (pick your desired os)


### KINDLY MAKE PR for UPGRADE....





Change Log

====================

0.0.1   (22/04/2023)

--------------------


- First Release 
