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
Main Functions
| Function Name | Description | Arguments | Returns |
|---|---|---|---|
overwrite() |
Overwrites a file with given content. | path:str, data:str,encoding:str |
None |
append() |
Appends data to the end of a file. | path:str, data:str,encoding:str |
None |
read() |
Reads entire file content as string. | path:str,encoding:str |
str |
readlines() |
Returns file lines as a list. | path:str, newline:bool,encoding:str |
list |
getline() |
Returns a specific line from file. | path:str, line:int,newline:bool,encoding:str |
str |
exists(),encoding:str |
Checks if file exists. | path:str |
bool |
find() |
Returns lines containing target text. | path:str,data:str,encoding:str |
list[str] |
find_num() |
Returns line numbers matching target text. | path:str,data:str,encoding:str |
list[int] |
Utility Functions
| Function Name | Description | Arguments | Returns |
|---|---|---|---|
destroynewline() |
Removes newline characters from text. | data:str |
str |
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
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.post8.tar.gz.
File metadata
- Download URL: pyfastfile-0.1.5.post8.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a45efe94b6b008c7bca9faa7b9d892f7f45fdd184b50dbaa0a83b479479838c5
|
|
| MD5 |
00798703469729d210187ef40b33b992
|
|
| BLAKE2b-256 |
d1ec726021f31246aa80501b4313b7c3526764312c83762a161bb8dcb7165f74
|
File details
Details for the file pyfastfile-0.1.5.post8-py3-none-any.whl.
File metadata
- Download URL: pyfastfile-0.1.5.post8-py3-none-any.whl
- Upload date:
- Size: 6.2 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 |
6b83ebee282ae4cb90cfa30cbbaf7280ea0ad1c72cab1a9e06a2a51cf2544f6c
|
|
| MD5 |
0a1833f059d11ca9747793e0f6ae488d
|
|
| BLAKE2b-256 |
e746a9f2d02b7bf51eef205bd6574ff94188a8b56d0364536a3fab424f547aa9
|