Metadata-Version: 2.1
Name: file_helper_utils
Version: 0.1.0
Summary: Collection of exported functions for performning file-based tasks.
Home-page: https://github.com/jai-python3/file-helper-utils
Author: Jaideep Sundaram
Author-email: jai.python3@gmail.com
Keywords: file_helper_utils
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
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: AUTHORS.rst
Requires-Dist: Click>=7.0
Requires-Dist: Rich

===============================
File Helper Utils
===============================


Collection of exported functions for performing file-based tasks.


The following exported scripts are available:
----------------------------------------------

- calculate_md5
- check_indir_status
- check_infile_status
- check_outdir_status
- check_outfile_status
- get_file_creation_date
- get_file_list_from_directory
- get_file_size
- get_line_count
- is_binary_file


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.1.0 (2024-02-10)
------------------

* First release on PyPI.
