Metadata-Version: 2.3
Name: py_mini_logger
Version: 0.1.2
Summary: Easily run bash commands with boolean conversion utilities
License: apache
Author: lamnguyenx
Author-email: lamfm95@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Provides-Extra: booleanify
Project-URL: Homepage, https://github.com/lamnguyenx/mini_logger.git
Description-Content-Type: text/markdown

# mini_logger

An easy way to run bash commands

## Installation

You can install mini_logger using pip:

```bash
pip install mini_logger
```

## Usage

```python
from mini_logger import mini_logger
mini_logger('ls -ltr')
```

## Contribution

If you have any suggestions, improvements, or issues regarding Booleanify, feel free to open an issue or submit a pull request on GitHub.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

