Metadata-Version: 2.1
Name: mini_bash
Version: 0.1.1
Summary: Easily run bash commands
Home-page: https://github.com/lamnguyenx/mini_bash.git
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
Description-Content-Type: text/markdown

# mini_bash

An easy way to run bash commands

## Installation

You can install mini_bash using pip:

```bash
pip install mini_bash
```

## Usage

```python
from mini_bash import mini_bash
mini_bash('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.

