Skip to main content

A lightweight and fast Python API for simplifying file operations

Project description

pyfastfile

A lightweight Python library for easy-to-use operations.


logo

python License Status Type Github

Installation

pip install pyfastfile

Usage

The encoding parameter defaults to utf-8 in all functions that support text encoding.
All index-based functions use zero-based indexing.

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() 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]
delete() Delete target file. path:str None
rename() Rename target file. path:str, name:str None
touch() Create file. path:str,existserror:bool None

Csv Functions

Function Name Description Arguments Returns
csv_read() Read target csv. path:str,encoding:str Generator
csv_append() Appends data to the end of a csv file. path:str,data:list,encoding:str None
csv_getheader() Return header of the target csv file. path:str,encoding:str list
csv_getrow() Return target row of the csv file. path:str,row:int,encoding:str list
csv_getcolumn() Return target column of the csv file. path:str,column:str,encoding:str list
csv_getdata() Gets a value from CSV by row and column. path:str,row:int,column:str,encoding:str, any
csv_updaterow() Update target row path:str,row:int,new_data:list,encoding:str None
csv_overwrite() Overwrite on target file. path:str,data:list,encoding:str None
csv_count() Return lenght of target file. path:str,withheader:bool int

Utility Functions

Function Name Description Arguments Returns
destroy_newline() Removes newline characters from text. data:str str
lmap() Only: list(map(...)) func:function,lst:list list
copy_to_clipboard() Copy text on clipboard text:str None

Project Repo GithubProject Repo PyPI -- Author Github ProfileAuthor PyPI Profile

--Batuhan Şenol

Project details


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.2.8.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfastfile-0.2.8-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file pyfastfile-0.2.8.tar.gz.

File metadata

  • Download URL: pyfastfile-0.2.8.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pyfastfile-0.2.8.tar.gz
Algorithm Hash digest
SHA256 f50d364af0617cc1b2f70cdf097f08e0b470f18adfab2590478d520400b47208
MD5 78b4b9ec1a4a7198da9517fd957b880f
BLAKE2b-256 c3d0e34a5f713cc7014d5f8226843f8d57258613375b7384c6b005943493a49a

See more details on using hashes here.

File details

Details for the file pyfastfile-0.2.8-py3-none-any.whl.

File metadata

  • Download URL: pyfastfile-0.2.8-py3-none-any.whl
  • Upload date:
  • Size: 13.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.5

File hashes

Hashes for pyfastfile-0.2.8-py3-none-any.whl
Algorithm Hash digest
SHA256 fe3475f567a25958f8e34712c9bd75b365eb9b1a1873974aaad00ac83cdcea77
MD5 2619159a25fd088e78e627260fb52b77
BLAKE2b-256 a05d6ac1152f971260436731a0f2abfe484472acce740f6871baf129cfc71be6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page