tomorrow3


Nametomorrow3 JSON
Version 1.2.2 PyPI version JSON
download
home_pagehttps://github.com/dflupu/tomorrow3
Summarysimplified tomorrow for python3
upload_time2020-10-18 17:08:40
maintainer
docs_urlNone
authorDaniel Lupu
requires_python
licenseMIT License (See LICENSE)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # tomorrow3

This is an implementation of the [tomorrow](https://github.com/madisonmay/tomorrow) package that supports python >= 3.0

Notable differences:
- Calls made when when all of the threads are occupied result in the call blocking instead of returning immediately
- Added a .wait() method on the decorated function that waits until all of the tasks complete
- Exceptions are rethrown on the main thread on subsequent calls or on .wait()



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dflupu/tomorrow3",
    "name": "tomorrow3",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Daniel Lupu",
    "author_email": "lupu.daniel.f@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/30/9e/d0746430775df6958745f0514efc8dd7071caae610019047e80e91e48b6d/tomorrow3-1.2.2.tar.gz",
    "platform": "",
    "description": "# tomorrow3\n\nThis is an implementation of the [tomorrow](https://github.com/madisonmay/tomorrow) package that supports python >= 3.0\n\nNotable differences:\n- Calls made when when all of the threads are occupied result in the call blocking instead of returning immediately\n- Added a .wait() method on the decorated function that waits until all of the tasks complete\n- Exceptions are rethrown on the main thread on subsequent calls or on .wait()\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License (See LICENSE)",
    "summary": "simplified tomorrow for python3",
    "version": "1.2.2",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "47a566924cd030c0c25fc2a3f1a97415",
                "sha256": "b2aaa87ebd797bf94aa41885bda48a06daee65d123619e55ede6d3a459253875"
            },
            "downloads": -1,
            "filename": "tomorrow3-1.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "47a566924cd030c0c25fc2a3f1a97415",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2228,
            "upload_time": "2020-10-18T17:08:39",
            "upload_time_iso_8601": "2020-10-18T17:08:39.238783Z",
            "url": "https://files.pythonhosted.org/packages/83/df/9d1a0e45d25804bc88896000c875b846e8adbd406c923d305cc09d62bbed/tomorrow3-1.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "c70334bb1046f90a3ec709b52a94c511",
                "sha256": "234a13d78d97743d1ffd8de5fc03bdbc27631148dd0c4b50c78a13a9a68850d3"
            },
            "downloads": -1,
            "filename": "tomorrow3-1.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "c70334bb1046f90a3ec709b52a94c511",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1990,
            "upload_time": "2020-10-18T17:08:40",
            "upload_time_iso_8601": "2020-10-18T17:08:40.850780Z",
            "url": "https://files.pythonhosted.org/packages/30/9e/d0746430775df6958745f0514efc8dd7071caae610019047e80e91e48b6d/tomorrow3-1.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-10-18 17:08:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dflupu",
    "github_project": "tomorrow3",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "tomorrow3"
}
        
Elapsed time: 0.04660s