Clean up your working directory.
Project description
# pyclean
Clean up your working directory.
# Why?
Everyone uses commands like
```{r, engine='bash', count_lines}
find . -name \*.pyc -delete
```
or
```{r, engine='bash', count_lines}
find . -name "*.pyc" -exec rm -f {} \;
```
but I often switch me OS from Linux to Windows. Fist I would wrote different
scrips, but a python package is much nicer.
# Install
Uses pip to install.
```{r, engine='bash', count_lines}
pip install pyclear
```
# Uses
As command-line tool.
```{r, engine='bash', count_lines}
pyclear --help
```
or
```{r, engine='bash', count_lines}
python -m pyclear --help
```
As python function
```{r, engine='python', count_lines}
from pyclean.func import cleanup
dir = '.'
args = {'cache': True, 'egg': True}
cleanup(dir, args)
```
Clean up your working directory.
# Why?
Everyone uses commands like
```{r, engine='bash', count_lines}
find . -name \*.pyc -delete
```
or
```{r, engine='bash', count_lines}
find . -name "*.pyc" -exec rm -f {} \;
```
but I often switch me OS from Linux to Windows. Fist I would wrote different
scrips, but a python package is much nicer.
# Install
Uses pip to install.
```{r, engine='bash', count_lines}
pip install pyclear
```
# Uses
As command-line tool.
```{r, engine='bash', count_lines}
pyclear --help
```
or
```{r, engine='bash', count_lines}
python -m pyclear --help
```
As python function
```{r, engine='python', count_lines}
from pyclean.func import cleanup
dir = '.'
args = {'cache': True, 'egg': True}
cleanup(dir, args)
```
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
pycleanup-0.0.1.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file pycleanup-0.0.1.tar.gz
.
File metadata
- Download URL: pycleanup-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd690d4ab9a27ca7f1d24a2edaddd21c3a2e246cd452b1617c48925e8aef453d |
|
MD5 | d56b98777ff3b601089f9cbbb6168e21 |
|
BLAKE2b-256 | 0bc88d2c5129c1d795e7b3cd8e9805a2f3066351ad8b515ac92b736488b8edf4 |
File details
Details for the file pycleanup-0.0.1-py2.py3-none-any.whl
.
File metadata
- Download URL: pycleanup-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cade711113851a6a1a529492652bb0450029cb5e4c4c93277b4b0922ae7271c |
|
MD5 | 1f7bc077a77a56b8e7ec914e467ca1e1 |
|
BLAKE2b-256 | c443be8bb09bf8152ee6b42bbfd263e062d65332e35a5402b056980cfd523f04 |