Get a SQLite database of a directory tree.
The data retrived includes:
File sizes and modification date.
Folder sizes and file counts.
Recursive (including sub-folders) folder sizes and file counts.
To create the database and execute some example queries listing largest files and folders:
from directory_to_sql import get_db, top_10
conn = get_db('\\', 'db.db')
top_10(conn)
Release files for directory-to-sql 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 | |
|---|---|---|---|
| directory_to_sql-0.1.2.tar.gz | 3.6 kB | Details |
Release files / directory_to_sql-0.1.2.tar.gz
| Download URL | directory_to_sql-0.1.2.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
6ee2c8545538e14e7550b73a2ad1cb1e1211fae62b0eff54d059acbf32181d7d
|
|
BLAKE2b-256 checksum How to use checksums |
bb3cbf1f7c047e53596ebb1d5b3e99c4ec2208b877fe10572f6f0e1ef2b69e36
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.1
|