Metadata-Version: 2.1
Name: lukhed-basic-utils
Version: 0.4.0
Summary: A collection of basic utility functions
Home-page: https://github.com/lukhed/lukhed_basic_utils
Author: lukhed
Author-email: lukhed.mail@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# aceCommon

A collection of basic utility functions for Python projects.

## Installation and Usage

```bash
pip install lukhed_basic_utils
from lukhed_basic_utils import create_file_path_string

example_path = create_file_path_string(list_of_dir=['subdir', 'file.txt'])

print(path)
```
