Skip to content

davidvhill/filelambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filelambda

An (impure) functional Python file library.

Why?

Functions are good. 🐌

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.

About

Functional files in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages