Metadata-Version: 2.1
Name: Dirlin
Version: 0.1.7
Summary: Handy functions for local files
Author: mendozasho
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (==2.1.1)
Description-Content-Type: text/markdown

# Dirlin Project
Dirlin is a python script that has some handy tools for dealing with local files.

Some of the use cases include:
1. Getting the most recently downloaded files into a DataFrame
2. Finding files with the same naming conventions into a Dataframe
3. Creating mappings for fast column index-matching

# Installation
You can install this project via pip:

```bash
pip install dirlin
```

