Metadata-Version: 2.1
Name: rm_pycache
Version: 1.0.2
Summary: Remove all __pycache__ in specified directory
Home-page: https://github.com/rapid537/rm_pycache
Author: rapid537
Author-email: rapid537@zoho.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Description-Content-Type: text/markdown

## installation ##
```
python3 -m pip install rm-pycache
```

## usage ##
rm_pycache(***path***: str=None, ***stdout***: bool=False)

```python
from rm_pycache import rm_pycache


rm_pycache(path='./src', stdout=True)
```

