Python cache cleaning tool
Project description
Python cache cleaner
Python cache cleaner is simple CLI's tool which help to remove python cache files from folders and projects
Installation
1. Using pip
$ python -m venv venv
$ source venv/bin/activate
$ python -m pip install pyc-cleaner
Note that in Windows you should activate virtual enviroment this way:
\..> .\venv\Scripts\activate
How to use
After installing run this command in your terminal:
$ python -m python_cleaner -p "PATH/TO/PARENT_FOLDER" -sl yes
-p (or --path) flag means where program should clean cache, if this flag not specified then program will use directory where you start running script
-sl (or --show_logs) flag means whether the program should output logs to the console (default yes)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyc_cleaner-0.0.2.tar.gz.
File metadata
- Download URL: pyc_cleaner-0.0.2.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2657e8f0bbf6b4cb33ce61267f9db67cb6c66ed33f87782b88ff3fb30a031fae
|
|
| MD5 |
ee9026a6990175a30bb864d4a6155d1d
|
|
| BLAKE2b-256 |
64e8491c0cc13cfa5c669ef285edeeb78fcb473197e7d1dec1a740c6008aab53
|
File details
Details for the file pyc_cleaner-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyc_cleaner-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.8.1 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd798138e09e6d2b8749dd436ad24f39857f58b844c46a574a18125bbe202ada
|
|
| MD5 |
c16b4327cc49a5e5c148d08a282bde1f
|
|
| BLAKE2b-256 |
487c1887fc9eb919c419ff16f6d897631b3ae23b24f76a795591a71ac998856e
|