Metadata-Version: 2.1
Name: emptytrashcan
Version: 0.0.3
Summary: A simple function to emtpy your linux trashcan
Home-page: https://github.com/larbizard/emptytrashcan
Author: Larbi Gharib
Author-email: larbizard@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# Empty trash can

A simple function to emtpy your linux trashcan.

# Usage

## As a module

from emptytrashcan import trashcan

can = trashcan.TrashCan
can.empty

## As a script

python emptytrashcan/trashcan.py

