strptime-cli


Namestrptime-cli JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-08-07 00:42:21
maintainerNone
docs_urlNone
authorTrey Hunner
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # strptime

[![PyPI - Version](https://img.shields.io/pypi/v/strptime.svg)](https://pypi.org/project/strptime)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/strptime.svg)](https://pypi.org/project/strptime)

## Installation

```console
pipx install strptime
```

## Usage

Run `strptime` with a date string to see the format string you would need to pass to `datetime.datetime.strptime` to parse the date:

```console
$ strptime "2030-01-24 05:45"
%Y-%m-%d %H:%M
```

## License

This package is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "strptime-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Trey Hunner",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/81/9c/465f47f66e3c0efdd2d698f712986b272a8a3484869282db8880fd214d79/strptime_cli-0.1.0.tar.gz",
    "platform": null,
    "description": "# strptime\n\n[![PyPI - Version](https://img.shields.io/pypi/v/strptime.svg)](https://pypi.org/project/strptime)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/strptime.svg)](https://pypi.org/project/strptime)\n\n## Installation\n\n```console\npipx install strptime\n```\n\n## Usage\n\nRun `strptime` with a date string to see the format string you would need to pass to `datetime.datetime.strptime` to parse the date:\n\n```console\n$ strptime \"2030-01-24 05:45\"\n%Y-%m-%d %H:%M\n```\n\n## License\n\nThis package is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.0",
    "project_urls": {
        "Documentation": "https://github.com/treyhunner/strptime-cli#readme",
        "Issues": "https://github.com/treyhunner/strptime-cli/issues",
        "Source": "https://github.com/treyhunner/strptime-cli"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a53ca64013711ca8364916df46cd04a6a26dad73f32b0abd46fd847bdbbcef0",
                "md5": "58ecd75fe188eb8e8e24db03c5eb01c5",
                "sha256": "d6355a0b1fe6b88fef97d2e40423fc9aed974bcdac3df193b1c1b38c9d1f854f"
            },
            "downloads": -1,
            "filename": "strptime_cli-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "58ecd75fe188eb8e8e24db03c5eb01c5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2446,
            "upload_time": "2024-08-07T00:42:22",
            "upload_time_iso_8601": "2024-08-07T00:42:22.661369Z",
            "url": "https://files.pythonhosted.org/packages/0a/53/ca64013711ca8364916df46cd04a6a26dad73f32b0abd46fd847bdbbcef0/strptime_cli-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "819c465f47f66e3c0efdd2d698f712986b272a8a3484869282db8880fd214d79",
                "md5": "0ad3f5905ce26d4ed835e1d2ba11f278",
                "sha256": "c65e87d0cd9ba26728f5930e46331d4ff0e5a6a4ac822cd57e4604de1765892d"
            },
            "downloads": -1,
            "filename": "strptime_cli-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0ad3f5905ce26d4ed835e1d2ba11f278",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3022,
            "upload_time": "2024-08-07T00:42:21",
            "upload_time_iso_8601": "2024-08-07T00:42:21.263511Z",
            "url": "https://files.pythonhosted.org/packages/81/9c/465f47f66e3c0efdd2d698f712986b272a8a3484869282db8880fd214d79/strptime_cli-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-07 00:42:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "treyhunner",
    "github_project": "strptime-cli#readme",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "strptime-cli"
}
        
Elapsed time: 1.05393s