Metadata-Version: 2.1
Name: automation-file-dev
Version: 0.0.4
Author-email: JE-Chen <zenmailman@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/JE-Chen/Integration-testing-environment
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

### FileAutomation

### Documentation

* TODO

---
> Project Kanban \
> https://github.com/orgs/Intergration-Automation-Testing/projects/2 \
> FileAutomation is used to manager files and dirs.


---
### Features
* Process multi file.
  * copy file.
  * copy specify extension file.
  * copy all file to dir.
  * rename file.
  * remove file.
* Process multi dir.
  * copy dir.
  * remove dir.
  * rename dir.
  * create dir.
* Process zip files.
  * zip a dir.
  * zip a file.
  * read zip file.
  * unzip file on zip.
  * un zip all file on zip.
  * show zip info.
  * show file on zip info.

## install
> pip install automation_file

## Requires
> python 3.8 or later

### Architecture Diagram


* TODO
