Metadata-Version: 2.1
Name: file_utilities_lightweight
Version: 0.1.0
Summary: Focused on providing some lightweight file operations solutions.
Home-page: https://github.com/Creeper32767/file_utilities
Author: Creeper32767
Author-email: creeper_console@outlook.com
Project-URL: Bug Tracker, https://github.com/Creeper32767/file_utilities/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openpyxl

# PROJECT: file_utilities

This is a program to turn a lyrics-like string to .lrc file.

## BEFORE START

'file_utilities' is licensed under [MIT](./LICENSE).

Copyright © 2025 by Creeper32767

## requirements:

1. python environment
2. openpyxl

## functions

```
dict_utils
    get_key_by_value
    get_key_by_value_with_order
    get_key_with_order

json_utils
    BaseJsonOperator
    International (Specialized for i18n service)

logging_utils
    Logging

xlsx_utils
    XlsxOperator
```

## Installation

```bash
pip install file_utilities
```

## ISSUES

Please give us your ideas through the 'issues' part on GitHub.
