MD Python Library
Project description
MD Python Library
This package contains high level functions for common Python use cases.
Compare Directories
from mdpython.fileutils import compare
cmp = compare.compare_dirs(r"C:\Users\Dell\OneDrive\Desktop\result_9th",
r"C:\Users\Dell\OneDrive\Desktop\result_9th_v2")
cmp.gen_html_report(r"C:\Users\Dell\OneDrive\Desktop\out.html", ["py", "txt",
"json"])
for fl in cmp.files_only_in_right:
if fl.name.endswith("py"):
print(fl.absolute())
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
mdpython-0.0.2.tar.gz
(2.7 kB
view details)
Built Distribution
File details
Details for the file mdpython-0.0.2.tar.gz
.
File metadata
- Download URL: mdpython-0.0.2.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 295b7d489dfed62b516c89176cac5e6c14f5e7071d0de0d150cf7bdd3964d864 |
|
MD5 | d8898dfe10e47d2db334b949c26aa4ec |
|
BLAKE2b-256 | 85d22fc7a6013d10c5b8844b051c30042047873d222408344e76f2379d35212d |
File details
Details for the file mdpython-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: mdpython-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 11e180cbe6ab33e36bfdab6ad5ac20635b647139722baf443e5505810be4ffce |
|
MD5 | a28896b477f00a23deffc649293b1e0b |
|
BLAKE2b-256 | 8d4f200e0355cecc4f288ddd3c391c36b42a006b9a2ca01230ddfd612b065c30 |