Metadata-Version: 2.1
Name: deep-folder
Version: 1.0.2
Summary: create or remove a simple folder
Home-page: https://github.com/Sotaneum/deep-folder
Author: sotaneum
Author-email: gnyontu39@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
License-File: LICENSE

<h1 align="center">
  DEEP FOLDER
</h1>

**[create]** If it is a path where a folder can be created, the folder is created up to the parent-path.

**[remove]** If it is a path where a folder can be remove, the folder is remove down to the sub-path


### INSTALL

You can use [pip]((https://pypi.org/project/deep-folder/)) or just clone and copy the code.

**INSTALL FROM PIP**
```bash
pip install --upgrade deep-folder
```

**INSTALL FROM LOCAL**
```bash
pip install --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel
pip install ./dist/deep-folder-*.tar.gz
```

### LICENSE

__MIT__

*You may modify or take away the code, but you cannot claim responsibility from me.* - by sotaneum

