Python package for CRUD operations on large files in chunks.
Project description
FileChunkCRUD
FileChunkCRUD is a Python tool designed for Create, Read, Update, and Delete operations on files, especially large files that need to be processed in chunks to fit into memory constraints.
Installation
To install FileChunkCRUD, you can use pip:
pip install FileChunkCRUD
Usage
As a Python Module
FileChunkCRUD can be used as a Python module in your scripts for handling large file operations.
Example:
from filechunkcrud import FileHandler
file_path = '/path/to/your/largefile.txt'
# Initialize the file handler with the target file path
file_handler = FileHandler(file_path)
# Example of reading file in chunks
for chunk in file_handler.read_chunks(chunk_size=1024): # chunk_size in bytes
print(chunk)
...
Contributing
Contributions, issues, and feature requests are welcome! Feel free to check issues page.
License
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 Distribution
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 filechunkcrud-2025.5.180903.tar.gz.
File metadata
- Download URL: filechunkcrud-2025.5.180903.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8db3dcc256fa343744bd8d2f9aaa9d6a28e05adef031e91958e41396a041ffff
|
|
| MD5 |
328517e8c181160ac08da34b965352ff
|
|
| BLAKE2b-256 |
43378187c4f5830cdd7138724ceee5945142f1e48e6602b83d63457305d38a17
|
File details
Details for the file filechunkcrud-2025.5.180903-py3-none-any.whl.
File metadata
- Download URL: filechunkcrud-2025.5.180903-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
709c3045c9995061b8136cfd404521a482e47567981eb53ffe3ea32b8ff3df09
|
|
| MD5 |
64f4d2c59e50198d8576b99e8c4787ce
|
|
| BLAKE2b-256 |
ec0523e6b111d29e6de96205e3f1e0b9a876a09e73a1ab4f1fbeda12676d19d2
|