Metadata-Version: 2.1
Name: file_validator
Version: 0.0.5
Summary: A library for validating files in Python
Home-page: https://github.com/rzashakeri/file_validator
Author: Reza Shakeri
Author-email: rzashakeri@outlook.com
License: MIT license
Keywords: file_validator
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst

==============
File Validator
==============


.. image:: https://img.shields.io/pypi/v/file_validator.svg
        :target: https://pypi.python.org/pypi/file_validator

.. image:: https://img.shields.io/travis/rzashakeri/file_validator.svg
        :target: https://travis-ci.com/rzashakeri/file_validator

.. image:: https://readthedocs.org/projects/file-validator/badge/?version=latest
        :target: https://file-validator.readthedocs.io/en/latest/?version=latest
        :alt: Documentation Status


.. image:: https://pyup.io/repos/github/rzashakeri/file_validator/shield.svg
     :target: https://pyup.io/repos/github/rzashakeri/file_validator/
     :alt: Updates



A library for validating files in Python


* Free software: MIT license
* Documentation: https://file-validator.readthedocs.io.


Features
--------



Credits
-------

This package was created with RezaShakeri_

.. _RezaShakeri: https://github.com/rzashakeri


=======
History
=======

0.0.1 (2022-08-04)
------------------

* First release on PyPI.


0.0.2 (2022-08-06)
------------------

* Added django file validator


0.0.3 (2022-08-07)
------------------
* Added File Validator With File Type Library
* Added File Validator With Python Magic Library

0.0.4 (2022-08-07)
------------------
* Added File Validator

0.0.5 (2022-08-08)
------------------
* Added **validator for pure python** project
* Added **get_mime_type_with_python_magic** function
* Added **get_extension_with_filetype_lib** function
* Added **get_mime_type_with_filetype_lib** function
* Added **file_validator_with_filetype_lib** function





