win32-setctime


Namewin32-setctime JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/Delgan/win32-setctime
SummaryA small Python utility to set file creation time on Windows
upload_time2022-01-22 17:51:53
maintainer
docs_urlNone
authorDelgan
requires_python>=3.5
licenseMIT license
keywords win32 windows filesystem filetime
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # win32-setctime



[![Pypi version](https://img.shields.io/pypi/v/win32-setctime.svg)](https://pypi.python.org/pypi/win32-setctime) [![Python version](https://img.shields.io/badge/python-3.5%2B-blue.svg)](https://pypi.python.org/pypi/win32-setctime) [![Build status](https://img.shields.io/github/workflow/status/Delgan/win32-setctime/Tests/master)](https://github.com/Delgan/win32-setctime/actions/workflows/tests.yml?query=branch:master) [![License](https://img.shields.io/github/license/delgan/win32-setctime.svg)](https://github.com/Delgan/win32-setctime/blob/master/LICENSE)



A small Python utility to set file creation time on Windows.





## Installation



```shell

pip install win32-setctime

```



## Usage



```python

from win32_setctime import setctime



setctime("my_file.txt", 1561675987.509, follow_symlinks=True)

```




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Delgan/win32-setctime",
    "name": "win32-setctime",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "win32,windows,filesystem,filetime",
    "author": "Delgan",
    "author_email": "delgan.py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6b/dd/f95a13d2b235a28d613ba23ebad55191514550debb968b46aab99f2e3a30/win32_setctime-1.1.0.tar.gz",
    "platform": "",
    "description": "# win32-setctime\n\n\n\n[![Pypi version](https://img.shields.io/pypi/v/win32-setctime.svg)](https://pypi.python.org/pypi/win32-setctime) [![Python version](https://img.shields.io/badge/python-3.5%2B-blue.svg)](https://pypi.python.org/pypi/win32-setctime) [![Build status](https://img.shields.io/github/workflow/status/Delgan/win32-setctime/Tests/master)](https://github.com/Delgan/win32-setctime/actions/workflows/tests.yml?query=branch:master) [![License](https://img.shields.io/github/license/delgan/win32-setctime.svg)](https://github.com/Delgan/win32-setctime/blob/master/LICENSE)\n\n\n\nA small Python utility to set file creation time on Windows.\n\n\n\n\n\n## Installation\n\n\n\n```shell\n\npip install win32-setctime\n\n```\n\n\n\n## Usage\n\n\n\n```python\n\nfrom win32_setctime import setctime\n\n\n\nsetctime(\"my_file.txt\", 1561675987.509, follow_symlinks=True)\n\n```\n\n\n\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A small Python utility to set file creation time on Windows",
    "version": "1.1.0",
    "split_keywords": [
        "win32",
        "windows",
        "filesystem",
        "filetime"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8df801090cf26b852b925b49e0625a09",
                "sha256": "231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad"
            },
            "downloads": -1,
            "filename": "win32_setctime-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8df801090cf26b852b925b49e0625a09",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 3604,
            "upload_time": "2022-01-22T17:51:51",
            "upload_time_iso_8601": "2022-01-22T17:51:51.975557Z",
            "url": "https://files.pythonhosted.org/packages/0a/e6/a7d828fef907843b2a5773ebff47fb79ac0c1c88d60c0ca9530ee941e248/win32_setctime-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "76a7a9cebc9e8b23cf45a235dd0e370a",
                "sha256": "15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2"
            },
            "downloads": -1,
            "filename": "win32_setctime-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "76a7a9cebc9e8b23cf45a235dd0e370a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 3676,
            "upload_time": "2022-01-22T17:51:53",
            "upload_time_iso_8601": "2022-01-22T17:51:53.602660Z",
            "url": "https://files.pythonhosted.org/packages/6b/dd/f95a13d2b235a28d613ba23ebad55191514550debb968b46aab99f2e3a30/win32_setctime-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-01-22 17:51:53",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Delgan",
    "github_project": "win32-setctime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "win32-setctime"
}
        
Elapsed time: 0.03054s