Metadata-Version: 2.1
Name: ocopy
Version: 0.4.2
Summary: Securely copy files to multiple destinations using source and destination verification.
Home-page: https://github.com/ottomatic-io/ocopy
Author: Ben Hagen
Author-email: ben@ottomatic.io
License: UNKNOWN
Description: # o/COPY
        
        [![PyPI version](https://travis-ci.org/OTTOMATIC-IO/ocopy.svg?branch=master)](https://travis-ci.org/OTTOMATIC-IO/ocopy)
        [![PyPI version](https://badge.fury.io/py/ocopy.svg)](https://pypi.org/project/ocopy/)
        [![GitHub license](https://img.shields.io/github/license/OTTOMATIC-IO/ocopy.svg)](https://github.com/OTTOMATIC-IO/ocopy/blob/master/LICENSE)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        [![codecov](https://codecov.io/gh/OTTOMATIC-IO/ocopy/branch/master/graph/badge.svg)](https://codecov.io/gh/OTTOMATIC-IO/ocopy)
        
        A multi destination copy tool / library with source and destination verification using xxHash.
        
        ## Installation / Update
        
        ### With pip
        If you have Python 3 installed you can just use `pip`:
        ```
        pip3 install -U ocopy
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Requires-Python: ~=3.7
Description-Content-Type: text/markdown
