when
****
A wrapper library for date/time conversion. Takes many of the standard ISO
date formats as strings and creates an internally consistent datetime object.
Installation
============
.. code-block:: bash
$ pip install pywhen
Supports
========
pywhen has been tested with Python 3.8-3.11
Previously it was tested with Python 2.7, 3.6-3.7. Not much has changed since
then and it should still work, but it isn't part of the automatic tests
anymore.
Docs & Source
=============
Docs: http://pywhen.readthedocs.io/en/latest/
Source: https://github.com/cltrudeau/pywhen
Raw data
{
"_id": null,
"home_page": "https://github.com/cltrudeau/wrench",
"name": "pywhen",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "tools",
"author": "Christopher Trudeau",
"author_email": "ctrudeau+pypi@arsensa.com",
"download_url": "https://files.pythonhosted.org/packages/3a/86/999f6cf20926cf8bcd1bd18caac32fe8bf01ff407d929d46e5d060233f16/pywhen-0.11.2.tar.gz",
"platform": null,
"description": "when\n****\n\nA wrapper library for date/time conversion. Takes many of the standard ISO\ndate formats as strings and creates an internally consistent datetime object.\n\nInstallation\n============\n\n.. code-block:: bash\n\n $ pip install pywhen\n\nSupports\n========\n\npywhen has been tested with Python 3.8-3.11\n\nPreviously it was tested with Python 2.7, 3.6-3.7. Not much has changed since\nthen and it should still work, but it isn't part of the automatic tests\nanymore.\n\nDocs & Source\n=============\n\nDocs: http://pywhen.readthedocs.io/en/latest/\n\nSource: https://github.com/cltrudeau/pywhen\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Collection of random python tools and utilities",
"version": "0.11.2",
"project_urls": {
"Homepage": "https://github.com/cltrudeau/wrench"
},
"split_keywords": [
"tools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1d7a6702ad98a102b3734293699ab71b9676a9fa3d95426a43bbc084003df567",
"md5": "41709d19e8b633e8cf6c16bd1421a6ed",
"sha256": "99ce3e0e8e7082d9237ccdd70882dcc02d093aca4ef07c5a7e91ad11f0061779"
},
"downloads": -1,
"filename": "pywhen-0.11.2-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "41709d19e8b633e8cf6c16bd1421a6ed",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 5001,
"upload_time": "2023-06-29T21:00:31",
"upload_time_iso_8601": "2023-06-29T21:00:31.017140Z",
"url": "https://files.pythonhosted.org/packages/1d/7a/6702ad98a102b3734293699ab71b9676a9fa3d95426a43bbc084003df567/pywhen-0.11.2-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3a86999f6cf20926cf8bcd1bd18caac32fe8bf01ff407d929d46e5d060233f16",
"md5": "bdf74e688557b818541eb687d4ec3ab8",
"sha256": "f54ec144f322a218d85ff965442dfee67db77d23b03e204e1b8c94307f6d6d75"
},
"downloads": -1,
"filename": "pywhen-0.11.2.tar.gz",
"has_sig": false,
"md5_digest": "bdf74e688557b818541eb687d4ec3ab8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 4951,
"upload_time": "2023-06-29T21:00:32",
"upload_time_iso_8601": "2023-06-29T21:00:32.573205Z",
"url": "https://files.pythonhosted.org/packages/3a/86/999f6cf20926cf8bcd1bd18caac32fe8bf01ff407d929d46e5d060233f16/pywhen-0.11.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-29 21:00:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "cltrudeau",
"github_project": "wrench",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "coverage",
"specs": [
[
"==",
"4.2"
]
]
},
{
"name": "portalocker",
"specs": [
[
"==",
"0.5.7"
]
]
},
{
"name": "pudb",
"specs": [
[
"==",
"2015.3"
]
]
},
{
"name": "pyflakes",
"specs": [
[
"==",
"1.2.3"
]
]
},
{
"name": "six",
"specs": [
[
"==",
"1.10"
]
]
},
{
"name": "Sphinx",
"specs": [
[
"==",
"1.4.5"
]
]
},
{
"name": "tox",
"specs": [
[
"==",
"2.3.1"
]
]
},
{
"name": "twine",
"specs": [
[
"==",
"1.7.4"
]
]
}
],
"tox": true,
"lcname": "pywhen"
}