Skip to main content

A simple pluggable image file validator for all type of python applications

Project description

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")

#FOR USAGE if check_for_image_size == True: print("valid image file") else: print("invalid image file)

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

image_file_validator-0.0.6-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page