looking-for-a-job/touch.py

View on GitHub
README.md

Summary

Maintainability
Test Coverage
<!--
https://readme42.com
-->


[![](https://img.shields.io/pypi/v/touch.svg?maxAge=3600)](https://pypi.org/project/touch/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
[![](https://github.com/andrewp-as-is/touch.py/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/touch.py/actions)

### Installation
```bash
$ [sudo] pip install touch
```

#### Examples
```python
>>> import touch
>>> touch.touch("path/to/file")
>>> touch.touch(["path/to/file1","path/to/file2"])
```

<p align="center">
    <a href="https://readme42.com/">readme42.com</a>
</p>