Metadata-Version: 2.1
Name: win-roboco-py
Version: 0.2.0
Summary: A wrapper for Window's Robocopy utility.
Keywords: copy,move,filesystem,windows
Author: Emilian Cioca
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft
Project-URL: Bug Tracker, https://github.com/EmilianC/win-roboco-py/issues
Project-URL: Changes, https://github.com/EmilianC/win-roboco-py/blob/main/CHANGELOG.md
Project-URL: Homepage, https://github.com/EmilianC/win-roboco-py
Project-URL: Repository, https://github.com/EmilianC/win-roboco-py

# win-roboco-py
A thin python wrapper around Window's [Robocopy utility](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/robocopy).

This package is not intended to cover 100% of Robocopy's functionality.
Instead, the focus of the package is allow you to easily take advantage of Robocopy's robustness for the most common operations.

# Contributions
Pull requests or issue tickets are very welcome and appreciated.

