Metadata-Version: 2.1
Name: tl2
Version: 0.1.0
Summary: A personal package for research
Home-page: https://github.com/PeterouZh/tl2
Author: Peterou
Author-email: pengzhoucv@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

## [tl2](https://github.com/PeterouZh/tl2)

## pip

- Clear packages

`grep -v string : exclude string`

```bash
pip freeze | grep -v conda > packages_uninstall.txt
pip freeze | grep -v conda | grep Editable | cut -d '(' -f2 | cut -d ')' -f1 >> packages_uninstall.txt 
cat packages_uninstall.txt | xargs -n 1 pip uninstall -y

# pip uninstall -r packages_uninstall.txt -y

```

## Test

### Launch



## Proj

### matplot

- [cheatsheets](https://github.com/matplotlib/cheatsheets)


### logger


### fvcore







