Skip to main content

Handle directory.

Project description

Directory handeler.

Create and handle directory.

Install

pip install --upgrade dir-handeler==0.0.1

Usage

# Import Dir class
from dir_handeler.dir import Dir

# tmp directory current directory.
tmp_dir = Dir(name="tmp", parent="")

# test directory inside tmp directory.
tmp_dir = Dir(name="test", parent=tmp_dir)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dir_handeler-0.0.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

dir_handeler-0.0.1-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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