Metadata-Version: 2.1
Name: image-file-validator
Version: 0.0.5
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


from image_file_validator.image_file_validator import check_file_type

check_for_image_size = check_file_type("./hello.png")


# PIP PACKAGE DEPENDECIES

pip install filetype (pick your desired os)


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





Change Log

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

0.0.1   (22/04/2023)

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


- First Release 
