{"id":28399678,"url":"https://github.com/jeeldobariya38/pyfilehandling","last_synced_at":"2026-02-16T17:36:53.646Z","repository":{"id":173984314,"uuid":"651601484","full_name":"JeelDobariya38/PyFileHandling","owner":"JeelDobariya38","description":"PyFileHandling is a python package. Which help user in handling there file and give necessary function to user for some file manipulation operation.","archived":false,"fork":false,"pushed_at":"2025-06-23T09:53:53.000Z","size":160,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-15T11:49:20.911Z","etag":null,"topics":["file-handling","package","pyfilehandling","pypi","pypi-package","python","python-library","python3"],"latest_commit_sha":null,"homepage":"https://jeeldobariya38.github.io/PyFileHandling/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JeelDobariya38.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-06-09T15:52:34.000Z","updated_at":"2025-04-02T15:21:48.000Z","dependencies_parsed_at":"2023-10-16T08:39:08.438Z","dependency_job_id":"28be204b-f47c-4efc-9184-62e45f668584","html_url":"https://github.com/JeelDobariya38/PyFileHandling","commit_stats":null,"previous_names":["jeeldobariya38/pyfilehandling"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/JeelDobariya38/PyFileHandling","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeelDobariya38%2FPyFileHandling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeelDobariya38%2FPyFileHandling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeelDobariya38%2FPyFileHandling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeelDobariya38%2FPyFileHandling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeelDobariya38","download_url":"https://codeload.github.com/JeelDobariya38/PyFileHandling/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeelDobariya38%2FPyFileHandling/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29514032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["file-handling","package","pyfilehandling","pypi","pypi-package","python","python-library","python3"],"created_at":"2025-06-01T08:10:21.941Z","updated_at":"2026-02-16T17:36:53.630Z","avatar_url":"https://github.com/JeelDobariya38.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyFileHandling - Streamlining Pythonic File Operations\n[![Run-Tests](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/Run-Tests.yaml/badge.svg)](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/Run-Tests.yaml) [![Publish Package To PyPi](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/publish.yaml/badge.svg?branch=main)](https://github.com/JeelDobariya38/PyFileHandling/actions/workflows/publish.yaml)\n\n## Overview\nPyFileHandling is a Python package designed to simplify file handling operations. Whether you need to create, modify, or read files, this package offers an array of convenient functions to streamline your file manipulation tasks.\n\n## Features\n- **File Creation**: Easily create files at specified paths.\n- **Directory Manipulation**: Create, remove directories, and manage file structures.\n- **File Writing**: Write data to files with options for overwriting or appending.\n- **File Reading**: Read file contents, individual lines, or use generators to efficiently handle large files.\n- **Tested and Reliable**: Thoroughly tested with a focus on robustness and reliability.\n\n## Installation\nYou can install PyFileHandling using pip:\n\n```shell\npip install pyfilehandling\n```\n\n## Getting Started\nFor detailed usage instructions, consult the [PyFileHandling Documentation](https://jeeldobariya38.github.io/PyFileHandling/).\n\nHere's a quick start with some common use cases:\n\n```python\nimport pyfilehandling\n\n# Create a directory\npyfilehandling.fileio.create_dir(\"my_directory\")\n\n# Write data to a file\npyfilehandling.write(\"my_file.txt\", \"Hello, PyFileHandling!\")\n\n# Read file content\ncontent = pyfilehandling.read(\"my_file.txt\")\nprint(content)\n```\n\n## Contributing\nContributions are welcome! To contribute to PyFileHandling, please read the [Contribution Guidelines](CONTRIBUTING.md). We appreciate your help in making this package even better.\n\n## Code of Conduct\nWe strive to maintain a positive and inclusive community. We encourage everyone participating in PyFileHandling to read and adhere to the [Code of Conduct](CODE_OF_CONDUCT.md). It's essential for creating a welcoming and collaborative environment.\n\n## License\nBy contributing to `PyFileHandling`, you agree that your contributions will be licensed under the [MIT License](LICENSE.txt). Make sure you understand and agree with this before submitting your contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeeldobariya38%2Fpyfilehandling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeeldobariya38%2Fpyfilehandling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeeldobariya38%2Fpyfilehandling/lists"}