A comprehensive Python package for handling files and folders
Project description
PyFileUtilz
A comprehensive Python package for handling files and folders with common file operations.
Features
- File Handling: Read, write, copy, move, delete files
- Folder Management: Create, delete, list, manage folders
- File Search: Advanced search capabilities
- Compression: ZIP, TAR, GZIP support
- Validation: File type, size, permission validation
- Utilities: Path operations, file information, backups
Installation
pip install pyfileutilz
from pyfileutilz import FileHandler, FolderHandler, FileOperations
# File operations
file_handler = FileHandler("path/to/file.txt")
content = file_handler.read_text()
file_handler.write_text("New content")
# Folder operations
folder_handler = FolderHandler("path/to/folder")
files = folder_handler.list_files()
# File information
file_info = FileOperations.get_file_info("path/to/file.txt")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyfileutilz-1.1.7-py3-none-any.whl.
File metadata
- Download URL: pyfileutilz-1.1.7-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3712b7045537d07e70c2691c8d4fd509535fb76a3a18e92263caaaa17e6f099
|
|
| MD5 |
b90beb8d685c280279afa75a3eef64b4
|
|
| BLAKE2b-256 |
bb674c37a8fec7fbb9cb1c60a99ee19d1f2a4511ee1ae1e1b0f7e49ed537778e
|