temporals


Nametemporals JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryPython library providing time, date and datetime periods support
upload_time2025-08-05 01:44:27
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords time date datetime period interval
VCS
bugtrack_url
requirements pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Temporals

The goal of this library is to provide a minimalistic, out-of-the-box utility on top of the Python's 
`datetime` in regards to working with time and date, or both, periods.

:warning: Version 1.0.0 was just released with support provided for wallclock and absolute time periods, I'm in the process
of updating the documentation to reflect the massive overhaul of the library. Consider the current documentation outdated.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "temporals",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "time, date, datetime, period, interval",
    "author": null,
    "author_email": "Dimitar Ivanov <dimitarxivanov@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/f5/71/68aa135ae08ef8cab55750dfa9617a8a795d1b8233dd033398fac639d94a/temporals-1.0.1.tar.gz",
    "platform": null,
    "description": "# Temporals\n\nThe goal of this library is to provide a minimalistic, out-of-the-box utility on top of the Python's \n`datetime` in regards to working with time and date, or both, periods.\n\n:warning: Version 1.0.0 was just released with support provided for wallclock and absolute time periods, I'm in the process\nof updating the documentation to reflect the massive overhaul of the library. Consider the current documentation outdated.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Python library providing time, date and datetime periods support",
    "version": "1.0.1",
    "project_urls": {
        "Documentation": "https://github.com/dimitarOnGithub/temporals/wiki",
        "Homepage": "https://github.com/dimitarOnGithub/temporals",
        "Issues": "https://github.com/dimitarOnGithub/temporals/issues"
    },
    "split_keywords": [
        "time",
        " date",
        " datetime",
        " period",
        " interval"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b836a2129e934595a143e97e2ecb68f63bb1f03b3bfd092b1bd0cdb7d6bb7ad4",
                "md5": "f70eff82a69ea0c2b27b0332c313ff6d",
                "sha256": "3ee51ffb0b3a7711770cc8e8621bc42656b4e765519e0da668209dd3a5ca8473"
            },
            "downloads": -1,
            "filename": "temporals-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f70eff82a69ea0c2b27b0332c313ff6d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 30071,
            "upload_time": "2025-08-05T01:44:26",
            "upload_time_iso_8601": "2025-08-05T01:44:26.374431Z",
            "url": "https://files.pythonhosted.org/packages/b8/36/a2129e934595a143e97e2ecb68f63bb1f03b3bfd092b1bd0cdb7d6bb7ad4/temporals-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f57168aa135ae08ef8cab55750dfa9617a8a795d1b8233dd033398fac639d94a",
                "md5": "edaffff49a56fc18a8b81dc8bce15f99",
                "sha256": "636a804b8fb16a3b124cd333d3375f34dd7eda3e5f3e157ffc10d1d0dab91bed"
            },
            "downloads": -1,
            "filename": "temporals-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "edaffff49a56fc18a8b81dc8bce15f99",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 24657,
            "upload_time": "2025-08-05T01:44:27",
            "upload_time_iso_8601": "2025-08-05T01:44:27.875355Z",
            "url": "https://files.pythonhosted.org/packages/f5/71/68aa135ae08ef8cab55750dfa9617a8a795d1b8233dd033398fac639d94a/temporals-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-05 01:44:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dimitarOnGithub",
    "github_project": "temporals",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "8.2.2"
                ]
            ]
        }
    ],
    "lcname": "temporals"
}
        
Elapsed time: 2.06856s