A global utility package for all the data sorting and inspection needs.
Reason this release was yanked:
non functional
Project description
🌟 gutil: Your Global Utility Toolkit 🛠️
Welcome to gutil
, your one-stop solution for all your file and directory management needs! 🚀
🌈 Features
- 📁 Directory Inspection: Generate beautiful tree structures of your directories
- 🔍 Smart File Sorting: Copy files with ease using powerful wildcard patterns
- 🔎 File Search: Find files matching specific criteria across directories
- 📊 File Organization: Categorize files based on their types
- 🔄 Duplicate Detection: Identify and manage duplicate files
- 📏 Large File Finder: Locate files exceeding specified size thresholds
- 📝 Metadata Extraction: Extract and display file metadata
- 📊 Directory Size Calculator: Calculate total size of directories
- 🧹 Empty Directory Cleaner: Identify and remove empty directories
- 💾 File Backup: Create timestamped backups of files and directories
- 🗜️ File Archiving: Create and extract zip archives
- 🔐 File Integrity: Calculate and verify file checksums
- 🕒 Recent File Finder: Locate recently modified or created files
- 🏷️ Batch File Renaming: Rename multiple files based on patterns
- 🔧 Extensible Design: Built with future expansion in mind
🎯 Vision
gutil
is on a mission to become the Swiss Army knife of utility packages. We've expanded our capabilities to cover a wide range of file and directory operations!
🚀 Quick Start
Installation
pip install globalutil (currently unavailable, in publishing)
Use Case
gutil
gutil is a Python library that provides utilities for file system operations, including file analysis, searching, organizing, and more.
Installation
You can install gutil using pip:
pip install globalutil
Usage
Example Use Case: Preparing Files for LLM Upload
When working with Large Language Models (LLMs), it's often useful to have all relevant files in a single location and to have a clear understanding of the project structure. Here's how you can use gutil to prepare your files for LLM upload:
from local package
from gutil.filesystem import Inspect, Sort
# Collect all Python files into a single folder
structure = Inspect.generate_copy_structure("./", "./temp")
Sort.copy_structure(structure, patterns=["*.py"])
# Generate a tree structure of your project
tree = Inspect.get_directory_tree(".")
with open("tree.txt", "w") as f:
f.write(tree)
This code will:
- Copy all .py files from the current directory and its subdirectories into a "./temp" folder.
- Generate a tree structure of the current directory and save it to "tree.txt".
Now you have:
- All your Python files collected in the "./temp" folder, ready for easy upload to the LLM.
- A "tree.txt" file that provides a clear overview of your project structure, which you can also share with the LLM to give it context about your project organization.
This approach makes it easy to provide the LLM with both your code files and a structural overview of your project, enabling more informed and context-aware interactions.
📚 Documentation
For detailed documentation, visit our GitHub Pages.
📜 License
This project is licensed under the MIT License - see the LICENSE file for details.
🌟 Show Your Support
If you find this project useful, give it a star on GitHub! ⭐
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
Built Distribution
File details
Details for the file globalutil-0.3.5.tar.gz
.
File metadata
- Download URL: globalutil-0.3.5.tar.gz
- Upload date:
- Size: 5.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 502c6f21bf628e28a19d441210b379c359a43f60cf050ad0237ac7379cae37d5 |
|
MD5 | 640f0ed258f56fec59b1257789f2149a |
|
BLAKE2b-256 | 2b93a2f9a2caebad1cdaf014a1ea87f25718bbb4c6ef2e179b124d29ebb1abf1 |
File details
Details for the file globalutil-0.3.5-py3-none-any.whl
.
File metadata
- Download URL: globalutil-0.3.5-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1df7f348fd3607eacb45d5292fcff83ec50aca9d0c7db50b9f61f5bf71fdb6b8 |
|
MD5 | 95d9ad49d6d31a75836b6c4b1cbc5f54 |
|
BLAKE2b-256 | 72c7b157a38ae228c2d1ac3a02f311a0c6b672af8de752c481b6a8f0fa4e1b71 |