Skip to main content

rm(path) - rm file/dir

Project description

https://img.shields.io/pypi/v/rm.svg https://img.shields.io/pypi/pyversions/rm.svg https://img.shields.io/pypi/dm/rm.svg

Install

github.com: pip install git+git://github.com/russianidiot/rm.py.git

pypi.python.org: pip install rm

download: [ -e requirements.txt ] && pip install -r requirements.txt; python setup.py install

Features

  • dirs and files supported

  • ~, .., . expand

  • no exception if path not exists

Usage

from rm import *

rm("path/to/file")
rm("path/to/dir")
rm("not-existing") # no exception

Feedback

github_issues - Github Issues

gitter - Chat with me (english/russian)

russianidiot.github.io/python/ - my Python packages

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page