Sage is a python package that offers a detailed overview of folder contents and streamlines the process of copying and managing directories.
Project description
Sage
sage-directory is a python package that offers a detailed overview of folder contents and streamlines the process of copying and managing directories. It is designed to enhance productivity and simplify file management. It provides details of folder contents, including the file types, size, and subfolder structures, enabling quick insights into the organization of your directory.
Beyond analysis, the tool offers robust functionality for copying entire folders, ensuring seamless management and replication of data environments. Whether you're organizing complex project files, backing up critical datasets, or duplicating environments, this tool is built to optimize your workflow.
Installation
pip install sage-directory
Usage
Main Features
Comprehensive Folder Overview
Generate detailed summaries of folder contents, including file types, sizes, and subfolder structures,
import sage
sage.get_folder_overview('.')
Path | Folder Name | Is Folder? | File Name | File Size (Bytes) | File Extensions | Number of Files in Folder | Depth |
./bathoom.py | . | False | bathoom_cal.py | 2151 | .py | 0 | 0 |
./kitchen.png | . | False | kitchen.png | 2151 | .png | 0 | 0 |
./shops | shops | True | N/A | 0 | N/A | 2 | 1 |
Selective Copying
Choose a specific file to overwrite another in multiple directories
import sage
# overwrites the entered filename (basement.png) in the renovated_kitchen folder with the file in kitchen_catelog folder
sage.batch_file_overwrite(./kitchen_catelog, ./renovated_kitchen, "basement.png")
Batch Operations
Perform operations on multiple directories
import sage
# only copies 10 folders that are in the kitchen_catelog that share the same folder names as those in the old_kitchen folder in the renovated_kitchen folder
sage.copy_num_folders(./old_kitchen, ./kitchen_catelog, ./renovated_kitchen, 10)
# only copies folders that are in the kitchen_catelog that share the same folder names as those in the old_kitchen folder in the renovated_kitchen folder
sage.copy_folders(./old_kitchen, ./kitchen_catelog, ./renovated_kitchen)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sage_directory-0.0.7.tar.gz
.
File metadata
- Download URL: sage_directory-0.0.7.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f51f16004f9641f6841a88cbde37a4dfa6c62b612f71c5767200d2bbc1870fa8 |
|
MD5 | a7768e848af6829359df9b696d3c5ea5 |
|
BLAKE2b-256 | ed258562237ab414480b98507da99c9f88ecfd379aa6994b2196dc50f6f8ea15 |
File details
Details for the file sage_directory-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: sage_directory-0.0.7-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aae9e55d7df48a9a84078408e73db4a8fcebb3b0c9edad09a922ad4fd2dfd1a5 |
|
MD5 | f024a7d522165aea487adb5fb136d291 |
|
BLAKE2b-256 | 7e8caef5264b236d6738f34d4a70530df4b5c64246d4020ca19f46e7d2447110 |