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

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

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

Utility Functions

Function Name Description Arguments Returns
destroynewline() Removes newline characters from text. data:str str
limp() Only: list(map(...)) func:function,lst:list list

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.1.post1.tar.gz (5.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.1.post1-py3-none-any.whl (9.5 kB view details)

Uploaded Python 3

File details

Details for the file pyfastfile-0.2.1.post1.tar.gz.

File metadata

  • Download URL: pyfastfile-0.2.1.post1.tar.gz
  • Upload date:
  • Size: 5.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.1.post1.tar.gz
Algorithm Hash digest
SHA256 0cc49a4c0ffbdb4a385f849108288718d9ceb31ed57d2c296be1bad1f33fc046
MD5 43b0a13dd76003e34fee1735cf0fd5ca
BLAKE2b-256 6825c55bb0ce137592a856ad8776e825edc3dbbe2f3afe03e2e442ad12a76cc0

See more details on using hashes here.

File details

Details for the file pyfastfile-0.2.1.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for pyfastfile-0.2.1.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 51a89d74615721eceef72c978d75491cba698c1fed6a7befc8c393bda3cb2e97
MD5 66c622e2e1493b2793e73e5e4d068993
BLAKE2b-256 ed5b6d904de63bd7d135e046370582d99a8e888df586b0333a9a244ce33e99a0

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