Metadata-Version: 2.1
Name: cp
Version: 2019.4.13
Summary: cp(source,target,force=True) function
Home-page: https://github.com/looking-for-a-job/cp.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/cp.svg?longCache=True)](https://pypi.org/project/cp/)
        
        #### Installation
        ```bash
        $ [sudo] pip install cp
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `cp.cp(source, target, force=True)` |Copy the directory/file src to the directory/file target
        
        #### 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://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: cp copy
Platform: UNKNOWN
Classifier: Topic :: System :: Filesystems
Classifier: License :: Public Domain
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
