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.
Release files for KleenExtractor 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| KleenExtractor-0.1.2.tar.gz | 3.2 kB | Details |
Release files / KleenExtractor-0.1.2.tar.gz
| Download URL | KleenExtractor-0.1.2.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
83d81a485a8324991e594ebf962b124079b37fd6141d5cbc2ed94c15a7cb8984
|
|
BLAKE2b-256 checksum How to use checksums |
49d32b4258933a6c3d35e12199571868dda6fee00dcf3845d76ab9dcb11617d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|