file-helper-utils


Namefile-helper-utils JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/jai-python3/file-helper-utils
SummaryCollection of exported functions for performning file-based tasks.
upload_time2024-02-10 17:41:05
maintainer
docs_urlNone
authorJaideep Sundaram
requires_python>=3.6
license
keywords file_helper_utils
VCS
bugtrack_url
requirements click colorama
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ===============================
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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jai-python3/file-helper-utils",
    "name": "file-helper-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "file_helper_utils",
    "author": "Jaideep Sundaram",
    "author_email": "jai.python3@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/55/25/901879f7db059d8ddad1df3111f8f2953f699fe232a9ef339247a72f246a/file_helper_utils-0.1.0.tar.gz",
    "platform": null,
    "description": "===============================\nFile Helper Utils\n===============================\n\n\nCollection of exported functions for performing file-based tasks.\n\n\nThe following exported scripts are available:\n----------------------------------------------\n\n- calculate_md5\n- check_indir_status\n- check_infile_status\n- check_outdir_status\n- check_outfile_status\n- get_file_creation_date\n- get_file_list_from_directory\n- get_file_size\n- get_line_count\n- is_binary_file\n\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n\n\n=======\nHistory\n=======\n\n0.1.0 (2024-02-10)\n------------------\n\n* First release on PyPI.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Collection of exported functions for performning file-based tasks.",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/jai-python3/file-helper-utils"
    },
    "split_keywords": [
        "file_helper_utils"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "134aff39a1a61163d582d2e6dd9de60bf8ca938ed72665476345987402e67190",
                "md5": "755cf6c41121504ac4274d1ac9a45978",
                "sha256": "52b4151022526f8cd3bdb18ed17516b4cf095e87ad62b00740a85155a68d43f8"
            },
            "downloads": -1,
            "filename": "file_helper_utils-0.1.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "755cf6c41121504ac4274d1ac9a45978",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 5345,
            "upload_time": "2024-02-10T17:41:04",
            "upload_time_iso_8601": "2024-02-10T17:41:04.181722Z",
            "url": "https://files.pythonhosted.org/packages/13/4a/ff39a1a61163d582d2e6dd9de60bf8ca938ed72665476345987402e67190/file_helper_utils-0.1.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5525901879f7db059d8ddad1df3111f8f2953f699fe232a9ef339247a72f246a",
                "md5": "84a495a4231bf2ad056fe94374c33480",
                "sha256": "17d811bba83fa276f5322881effd027fb2505be654d6fee0f37a6a81557fbc0e"
            },
            "downloads": -1,
            "filename": "file_helper_utils-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "84a495a4231bf2ad056fe94374c33480",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 11016,
            "upload_time": "2024-02-10T17:41:05",
            "upload_time_iso_8601": "2024-02-10T17:41:05.388755Z",
            "url": "https://files.pythonhosted.org/packages/55/25/901879f7db059d8ddad1df3111f8f2953f699fe232a9ef339247a72f246a/file_helper_utils-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-10 17:41:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jai-python3",
    "github_project": "file-helper-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "click",
            "specs": []
        },
        {
            "name": "colorama",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "file-helper-utils"
}
        
Elapsed time: 0.21043s