touch


Nametouch JSON
Version 2020.12.3 PyPI version JSON
download
home_pagehttps://github.com/andrewp-as-is/touch.py
Summarytouch(path) - update the access and modification date of a path(s)
upload_time2020-12-03 20:41:54
maintainer
docs_urlNone
author
requires_python
licenseUnlicense
keywords touch file
VCS
bugtrack_url
requirements values
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <!--
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/)

### 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>
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/andrewp-as-is/touch.py",
    "name": "touch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "touch file",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a2/f6/4d802bd2f10c7bf545e71373e4d74d34ed270ccd47e3c72939a2cbc893cf/touch-2020.12.3.tar.gz",
    "platform": "",
    "description": "<!--\nhttps://readme42.com\n-->\n\n\n[![](https://img.shields.io/pypi/v/touch.svg?maxAge=3600)](https://pypi.org/project/touch/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n\n### Installation\n```bash\n$ [sudo] pip install touch\n```\n\n#### Examples\n```python\n>>> import touch\n>>> touch.touch(\"path/to/file\")\n>>> touch.touch([\"path/to/file1\",\"path/to/file2\"])\n```\n\n<p align=\"center\">\n    <a href=\"https://readme42.com/\">readme42.com</a>\n</p>",
    "bugtrack_url": null,
    "license": "Unlicense",
    "summary": "touch(path) - update the access and modification date of a path(s)",
    "version": "2020.12.3",
    "split_keywords": [
        "touch",
        "file"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a2f64d802bd2f10c7bf545e71373e4d74d34ed270ccd47e3c72939a2cbc893cf",
                "md5": "c986076694cd925313fe343c8adf79ef",
                "sha256": "7de59d428e1cfcca377e58db102cd9a5e89d4f87a115f01b7aecf07f0eea5e4f"
            },
            "downloads": -1,
            "filename": "touch-2020.12.3.tar.gz",
            "has_sig": false,
            "md5_digest": "c986076694cd925313fe343c8adf79ef",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1369,
            "upload_time": "2020-12-03T20:41:54",
            "upload_time_iso_8601": "2020-12-03T20:41:54.832186Z",
            "url": "https://files.pythonhosted.org/packages/a2/f6/4d802bd2f10c7bf545e71373e4d74d34ed270ccd47e3c72939a2cbc893cf/touch-2020.12.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-12-03 20:41:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "andrewp-as-is",
    "github_project": "touch.py",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "values",
            "specs": []
        }
    ],
    "lcname": "touch"
}
        
Elapsed time: 0.04669s