ipsod / python_filehelpers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 100.0%