folderizer

A Python script for file organization


License
Apache-2.0
Install
pip install folderizer==0.1.1

Documentation

folderizer (WIP)

PyPI Tests Changelog License

A Python script for file organization

Installation

Install this library using pip:

pip install folderizer

Usage

Usage instructions go here.

Development

To contribute to this library, first checkout the code. Then create a new virtual environment:

cd folderizer
python -m venv venv
source venv/bin/activate

Now install the dependencies and test dependencies:

pip install -e '.[test]'

To run the tests:

pytest