sjoerdk / fileselection

Persistable lists of files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fileselection

Documentation Status Updates

Persistable lists of files. See usage for more info

Why?

This lib was developed for a situation in which a file-processing server is invoked on file selections. Users need to be able to make arbitrarily complex selections with any number of methods: using a command line interface, editing in a text editor, or a full GUI. The server processing order is unknown and it might take a long time before processing starts. FileSelectionFolder objects in folders make it possible to separate selection from server processing.

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

About

Persistable lists of files

License:MIT License


Languages

Language:Python 89.8%Language:Makefile 10.2%