win32-setctime


Namewin32-setctime JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/Delgan/win32-setctime
SummaryA small Python utility to set file creation time on Windows
upload_time2024-12-07 15:28:28
maintainerNone
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/actions/workflow/status/Delgan/win32-setctime/tests.yml?branch=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": null,
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": null,
    "keywords": "win32, windows, filesystem, filetime",
    "author": "Delgan",
    "author_email": "delgan.py@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b3/8f/705086c9d734d3b663af0e9bb3d4de6578d08f46b1b101c2442fd9aecaa2/win32_setctime-1.2.0.tar.gz",
    "platform": null,
    "description": "# win32-setctime\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/actions/workflow/status/Delgan/win32-setctime/tests.yml?branch=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\nA small Python utility to set file creation time on Windows.\n\n\n## Installation\n\n```shell\npip install win32-setctime\n```\n\n## Usage\n\n```python\nfrom win32_setctime import setctime\n\nsetctime(\"my_file.txt\", 1561675987.509, follow_symlinks=True)\n```\n",
    "bugtrack_url": null,
    "license": "MIT license",
    "summary": "A small Python utility to set file creation time on Windows",
    "version": "1.2.0",
    "project_urls": {
        "Download": "https://github.com/Delgan/win32-setctime/archive/1.2.0.tar.gz",
        "Homepage": "https://github.com/Delgan/win32-setctime"
    },
    "split_keywords": [
        "win32",
        " windows",
        " filesystem",
        " filetime"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e107c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b",
                "md5": "a16925199da60612784f36b30f74661a",
                "sha256": "95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390"
            },
            "downloads": -1,
            "filename": "win32_setctime-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a16925199da60612784f36b30f74661a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 4083,
            "upload_time": "2024-12-07T15:28:26",
            "upload_time_iso_8601": "2024-12-07T15:28:26.465223Z",
            "url": "https://files.pythonhosted.org/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b38f705086c9d734d3b663af0e9bb3d4de6578d08f46b1b101c2442fd9aecaa2",
                "md5": "4af36b36801fde5353ec593631ef2add",
                "sha256": "ae1fdf948f5640aae05c511ade119313fb6a30d7eabe25fef9764dca5873c4c0"
            },
            "downloads": -1,
            "filename": "win32_setctime-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4af36b36801fde5353ec593631ef2add",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.5",
            "size": 4867,
            "upload_time": "2024-12-07T15:28:28",
            "upload_time_iso_8601": "2024-12-07T15:28:28.314739Z",
            "url": "https://files.pythonhosted.org/packages/b3/8f/705086c9d734d3b663af0e9bb3d4de6578d08f46b1b101c2442fd9aecaa2/win32_setctime-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-07 15:28:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Delgan",
    "github_project": "win32-setctime",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "win32-setctime"
}
        
Elapsed time: 0.41803s