Metadata-Version: 2.1
Name: pyc-cleaner
Version: 0.0.1
Summary: Python cache cleaning tool
Home-page: https://github.com/whyme0/pyc_cleaner
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/whyme0/pyc_cleaner/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<h1>Python cache cleaner</h1>

<p>Python cache cleaner is simple CLI's tool for which remove python cache from folders and projects</p>

<h1>Installation</h1>

<h4>Using <i>git</i></h4>

```
$ git clone https://github.com/whyme0/pyc_cleaner
$ cd ./pyc_cleaner/src/
$ python3 ./main.py --path "PATH/TO/YOUR/PROJECT" --show_log "y"
```

