Skip to content

A collection of various helpers for interracting with the OS's filesystem.

License

Notifications You must be signed in to change notification settings

ipsod/python_filehelpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A set of various list helpers

Install instructions

Install via pip

$ pip install python_filehelpers

Quick Usage

>>> from listhelpers import *

>>> listify('hello world')
['hello world']
>>> listify(['hello world'])
['hello world']
>>> listify(33)
[33]

About

A collection of various helpers for interracting with the OS's filesystem.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages