Metadata-Version: 2.1
Name: cp
Version: 2020.12.3
Summary: cp(source,target,force=True) function
Home-page: https://github.com/andrewp-as-is/cp.py
License: Unlicense
Description: <!--
        https://readme42.com
        -->
        
        
        [![](https://img.shields.io/pypi/v/cp.svg?maxAge=3600)](https://pypi.org/project/cp/)
        [![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
        
        ### Installation
        ```bash
        $ [sudo] pip install cp
        ```
        
        #### Examples
        ```python
        >>> import cp
        
        >>> cp.cp(src,dst)
        >>> cp.cp(src,dst) # skip, exists
        >>> cp.cp(src,dst,force=True) # force cp
        ```
        
        <p align="center">
            <a href="https://readme42.com/">readme42.com</a>
        </p>
Keywords: cp copy
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
