Skip to content

thcasey3/lsframe

Repository files navigation

lsframe - map, classify, frame

https://thcasey3.github.io/lsframe/ Website

lsframe is an open-source Python package for mapping directories and correlating specific language patterns in file and folder names with each other and with outputs of user-supplied functions.

Features

  • Create DataFrames that are maps of directories
  • Organize DataFrames using dates and language in file and folder names
  • Find possible dates in arbitrarily formatted file and folder names
  • Construct DataFrames from a function that processes files and folders
  • Visualize correlations between dates or language and function outputs

Requirements

  • Python 3.6 or Later
  • pandas, numpy, python-dateutil, seaborn

Install the required packages using pip:

pip install pandas numpy python-dateutil seaborn

Installation

Install lsframe using pip:

pip install lsframe

Documenation

Developement