An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/touch.py

:open_file_folder: touch(path) - update the access and modification date of a path(s)
https://github.com/andrewpetrochenkov/touch.py

python

Last synced: 3 months ago
JSON representation

:open_file_folder: touch(path) - update the access and modification date of a path(s)

Awesome Lists containing this project

README

        

[![](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"])
```


readme42.com