Metadata-Version: 2.1
Name: file_validator
Version: 0.0.2
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
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


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

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

* First release on PyPI.


