Clean extract system to export folder content and sub content.
Project description
Kleen-Extractor
Simple python library that handle the extraction of a source folder to sqlite database.
Table of contents
Installation
You can install the module via pip :
pip install kleenextractor
or via wheel file From PyPi :
pip install wheel
python -m wheel install wheel_file.whl
Documentation
The aim of kleenextractor is to make it simple for the user to export the list of files and folders.
First import it to your script :
from kleenextractor import kleenextractor
Then you can setup the source folder at first :
kleenextractor.set_path_source("d:\\my_folder")
Then you can run the extract by directly call extract_folder() function
kleenextractor.extract_folder()
And here you get a "extract.db" file in the folder of the current project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file KleenExtractor-0.1.2.tar.gz.
File metadata
- Download URL: KleenExtractor-0.1.2.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
83d81a485a8324991e594ebf962b124079b37fd6141d5cbc2ed94c15a7cb8984
|
|
| MD5 |
fcd7a8f41afb6af166cb86a65bf5a818
|
|
| BLAKE2b-256 |
49d32b4258933a6c3d35e12199571868dda6fee00dcf3845d76ab9dcb11617d8
|