Metadata-Version: 2.1
Name: ures
Version: 1.7.0
Summary: The project is designed to provide standard utilization functions for improving the reusability of frequently used functions.
Home-page: https://github.com/stone-home/Python-URes
License: MIT
Keywords: utilization,Research Tool,Python
Author: stone
Author-email: github@stone-bo.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: docker (>=7.1.0,<8.0.0)
Requires-Dist: pydantic (>=2.10.6,<3.0.0)
Requires-Dist: python-frontmatter (>=1.1.0,<2.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Project-URL: Repository, https://github.com/stone-home/Python-URes
Description-Content-Type: text/markdown

# Utility for Research (URes)

[![semantic-release: angular](https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release)](https://github.com/semantic-release/semantic-release)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Super-Linter](https://github.com/stone-home/Python-URes/actions/workflows/linter.yaml/badge.svg)](https://github.com/stone-home/Python-URes/actions/workflows/linter.yaml)
[![Trufflehog](https://github.com/stone-home/Python-URes/actions/workflows/secret-check.yaml/badge.svg)](https://github.com/stone-home/Python-URes/actions/workflows/secret-check.yaml)
[![Code Testing](https://github.com/stone-home/Python-URes/actions/workflows/test.yaml/badge.svg)](https://github.com/stone-home/Python-URes/actions/workflows/test.yaml)


---
## Overview

Welcome to the **URes** project documentation!

URes offers several key features:

- **Docker Image & Container Management**
- **Configuration Management**
- **File Operation Utilities**
- **Networking Tools**
- **Time & Date Conversion**
- **String Manipulation**
- **Data Structures**
- **Markdown & Zettelkasten Tools**
- **Decorators & Enum Utilities**
---

## 🚀Installation

1. **Clone the Repository**

   ```bash
   git clone https://github.com/yourusername/ures.git
   cd ures
   poetry install
   ```

