strptime-cli


Namestrptime-cli JSON
Version 0.4.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-11-13 05:22:35
maintainerNone
docs_urlNone
authorTrey Hunner
requires_python>=3.9
licenseMIT
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-cli.svg)](https://pypi.org/project/strptime-cli)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/strptime-cli.svg)](https://pypi.org/project/strptime-cli)

## Installation

```console
pipx install strptime-cli
```

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


## Testing

```console
$ pip install pytest
$ python tests.py
```

## 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/95/df/5ab8a536dc92c2f4de480bc2b52dfa741c335ed304b0672e7ddcf4510fb3/strptime_cli-0.4.0.tar.gz",
    "platform": null,
    "description": "# strptime\n\n[![PyPI - Version](https://img.shields.io/pypi/v/strptime-cli.svg)](https://pypi.org/project/strptime-cli)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/strptime-cli.svg)](https://pypi.org/project/strptime-cli)\n\n## Installation\n\n```console\npipx install strptime-cli\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\n## Testing\n\n```console\n$ pip install pytest\n$ python tests.py\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": "MIT",
    "summary": null,
    "version": "0.4.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": "89cc170d51df3251339232b627515a10ff6740bcf4611afbd26ed944db900d33",
                "md5": "909420c4178ea47d61913b0f8efb8b0d",
                "sha256": "45772fab18ba4ab0a318cfb5b80dcc039a5efef1eceb4e5e18bb2c989f2fca2f"
            },
            "downloads": -1,
            "filename": "strptime_cli-0.4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "909420c4178ea47d61913b0f8efb8b0d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3693,
            "upload_time": "2024-11-13T05:22:37",
            "upload_time_iso_8601": "2024-11-13T05:22:37.268493Z",
            "url": "https://files.pythonhosted.org/packages/89/cc/170d51df3251339232b627515a10ff6740bcf4611afbd26ed944db900d33/strptime_cli-0.4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "95df5ab8a536dc92c2f4de480bc2b52dfa741c335ed304b0672e7ddcf4510fb3",
                "md5": "acad7200ae168f417ad773d20a0c9bec",
                "sha256": "de443d82c62eaf10128e39af98faa11601b64acf9b8e78b3f63489d366aa3dbc"
            },
            "downloads": -1,
            "filename": "strptime_cli-0.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "acad7200ae168f417ad773d20a0c9bec",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 3640317,
            "upload_time": "2024-11-13T05:22:35",
            "upload_time_iso_8601": "2024-11-13T05:22:35.528473Z",
            "url": "https://files.pythonhosted.org/packages/95/df/5ab8a536dc92c2f4de480bc2b52dfa741c335ed304b0672e7ddcf4510fb3/strptime_cli-0.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 05:22:35",
    "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: 0.54249s