Skip to main content

Functions for working with files in Python

Project description

filelambda

An (impure) functional Python file library.

Why?

Functions are good. :snail:

Reference

Function Description
files.read read a text file
files.readb read a binary file
files.readlines read lines of a text file
files.readlinesb read lines of a binary file
files.write write a text file
files.writeb write a binary file
files.append append to a text file
files.appendb append to a binary file
files.delete delete a file
files.exists check if a file exists
files.mkdirs create parent directories for a file

Contributing

Rebase off latest master, send a pull request.

Project details


Release history Release notifications | RSS feed

This version

0.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filelambda-0.5.tar.gz (2.7 kB view hashes)

Uploaded Source

Built Distribution

filelambda-0.5-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

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