touchtouch


Nametouchtouch JSON
Version 0.11 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/touchtouch
SummaryCreates a file (and folders if they don't exist) at the given path
upload_time2022-11-10 23:30:12
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords os system touch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Creates a file (and folders if they don't exist) at the given path



```python

$pip install touchtouch

from touchtouch import touch

touch('f:\\dada\\baba\\caca\\myfile.html')



# original: https://github.com/andrewp-as-is/touch.py (not working anymore)

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/touchtouch",
    "name": "touchtouch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "os,system,touch",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f2/29/2af8fc024183a33a9460de9799e8d06cba8283d8b1fe823f9a486ac50fe4/touchtouch-0.11.tar.gz",
    "platform": null,
    "description": "\n# Creates a file (and folders if they don't exist) at the given path\n\n\n\n```python\n\n$pip install touchtouch\n\nfrom touchtouch import touch\n\ntouch('f:\\\\dada\\\\baba\\\\caca\\\\myfile.html')\n\n\n\n# original: https://github.com/andrewp-as-is/touch.py (not working anymore)\n\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Creates a file (and folders if they don't exist) at the given path",
    "version": "0.11",
    "split_keywords": [
        "os",
        "system",
        "touch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "33c59ff1873b506a141cf454f2e0510a",
                "sha256": "0e9e4fd950dd6ba39782c90edb82c1c3bb19115b63a84c14f985900daf0d1242"
            },
            "downloads": -1,
            "filename": "touchtouch-0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33c59ff1873b506a141cf454f2e0510a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3542,
            "upload_time": "2022-11-10T23:30:10",
            "upload_time_iso_8601": "2022-11-10T23:30:10.626065Z",
            "url": "https://files.pythonhosted.org/packages/05/c2/f7b13b017e8664d567328f29ed44ab34fe5f4f423b62b66ab05a7e721a31/touchtouch-0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1d804ff03ba4fdf715a5998dd348b494",
                "sha256": "2d1ab6e5c742a610bcd4d8e381db337edac81afb68a5c7a4f9d7fa95cdb5478b"
            },
            "downloads": -1,
            "filename": "touchtouch-0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "1d804ff03ba4fdf715a5998dd348b494",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2916,
            "upload_time": "2022-11-10T23:30:12",
            "upload_time_iso_8601": "2022-11-10T23:30:12.381566Z",
            "url": "https://files.pythonhosted.org/packages/f2/29/2af8fc024183a33a9460de9799e8d06cba8283d8b1fe823f9a486ac50fe4/touchtouch-0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-11-10 23:30:12",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "touchtouch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "touchtouch"
}
        
Elapsed time: 0.01264s