A lightweight and fast Python API for simplifying file operations
Project description
pyfastfile
A lightweight Python library for easy-to-use operations.
Installation
pip install pyfastfile
Usage
import pyfastfile as pf
pf.overwrite("test.txt", "Hello")
pf.append("test.txt", "World")
pf.read("test.txt")
pf.readlines("test.txt", newline=True)
pf.getline("test.txt", line=0, newline=True)
pf.exists("test.txt")
pf.find("test.txt", "testdata")
pf.find_num("test.txt", "testdata") # Return Index
Project Repo Github • Project Repo PyPI
Author Github Profile • Author PyPI Profile
--Batuhan Şenol
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
pyfastfile-0.1.4.tar.gz
(2.7 kB
view details)
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 pyfastfile-0.1.4.tar.gz.
File metadata
- Download URL: pyfastfile-0.1.4.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52f425e653f4271626b4ec57405f8925562b540d2046387dbe59e0f2fe24c19f
|
|
| MD5 |
059bd7cc86d5da64651f06b893e4edf3
|
|
| BLAKE2b-256 |
157dc12bb237de0108f8198f32e51cda91bce362fa718caafb481d23af07acfa
|
File details
Details for the file pyfastfile-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pyfastfile-0.1.4-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba694f0db44c18d00883f9b6c7ea165c8953789c03bf8f181a0139570c5f204b
|
|
| MD5 |
493da47da18acce1721f768d3e248284
|
|
| BLAKE2b-256 |
f68f36687ed2bd82164bb2325825d4425ed0f63b268a1039e664cdd4f1630ad8
|