Metadata-Version: 2.1
Name: touch
Version: 2019.4.13
Summary: touch(path) - update the access and modification date of a path(s)
Home-page: https://github.com/looking-for-a-job/touch.py
License: UNKNOWN
Description: <!--
        https://pypi.org/project/readme-generator/
        https://pypi.org/project/python-readme-generator/
        -->
        
        [![](https://img.shields.io/pypi/pyversions/touch.svg?longCache=True)](https://pypi.org/project/touch/)
        
        #### Installation
        ```bash
        $ [sudo] pip install touch
        ```
        
        #### Functions
        function|`__doc__`
        -|-
        `touch.touch(path)` |mkdir + touch path(s)
        
        #### Examples
        ```python
        >>> import touch
        >>> touch.touch("path/to/file")
        >>> touch.touch(["path/to/file1","path/to/file2"])
        ```
        
        <p align="center">
            <a href="https://pypi.org/project/python-readme-generator/">python-readme-generator</a>
        </p>
Keywords: touch file
Platform: UNKNOWN
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
Classifier: Topic :: System :: Filesystems
Description-Content-Type: text/markdown
