Metadata-Version: 2.1
Name: cp
Version: 1.0.3
Summary: cp(source,target,force=True) function
Home-page: https://github.com/looking-for-a-job/cp.py
License: UNKNOWN
Description: ### Install
        
        ```bash
        $ [sudo] pip install cp
        ```
        
        ### Usage
        
        ```python
        >>> from cp import cp
        
        >>> cp(src,dst)
        ```
        
        ### Examples
        
        ```python
        >>> cp(src,dst)
        >>> cp(src,dst) # skip, exists
        >>> cp(src,dst,force=True) # force cp
        ```
        
        ### Sources
        
        +   [`cp.cp(source, target, force=True)`](https://github.com/looking-for-a-job/cp.py/blob/master/cp/__init__.py)
Keywords: cp copy
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
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.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
Classifier: Topic :: System :: Filesystems
Description-Content-Type: text/markdown
