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
# === Main Functions
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
# === Utility Functions ===
pf.destroynewline("test")
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.5.tar.gz
(3.8 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.5.tar.gz.
File metadata
- Download URL: pyfastfile-0.1.5.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
409254a64cde2e6a2af56474d1060b2c2b2d4fffeb1875faea164f5cbe60b554
|
|
| MD5 |
60fc6263e2c45686aacc7175b0abe019
|
|
| BLAKE2b-256 |
4a302963f513b46d238d71bad14d98e706434284594c3226fa9ba830d1e35dba
|
File details
Details for the file pyfastfile-0.1.5-py3-none-any.whl.
File metadata
- Download URL: pyfastfile-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.0 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 |
13b5c24354c59eeec5998e0e1139be935203b33849b7bfb32a0767e01f0e2e2b
|
|
| MD5 |
9236363afe79d3a326e936b920ba43a5
|
|
| BLAKE2b-256 |
062943e03ac979d7ce9d25e5f91575571d15d387a62005561fb043307c6d4fc3
|