nowcast


Namenowcast JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/fl16180/nowcast
SummaryLight, modular framework for dynamic time series modeling
upload_time2023-11-19 02:45:11
maintainer
docs_urlNone
authorFred Lu
requires_python
licenseGPL-3.0
keywords
VCS
bugtrack_url
requirements pandas numpy scikit-learn scipy tqdm
Travis-CI No Travis.
coveralls test coverage No coveralls.
            See GitHub for description

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/fl16180/nowcast",
    "name": "nowcast",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Fred Lu",
    "author_email": "fredlu.flac@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a7/10/1f5e88bfffa9652eaeb6bd00703aa6a2af528511959a124ccc71ccd97228/nowcast-0.2.1.tar.gz",
    "platform": null,
    "description": "See GitHub for description\n",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Light, modular framework for dynamic time series modeling",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/fl16180/nowcast"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7101f5e88bfffa9652eaeb6bd00703aa6a2af528511959a124ccc71ccd97228",
                "md5": "185546467ac71d2ec18d7541dfef243d",
                "sha256": "6382e0da04dfcd9fe693d89da0fa6c263008976ea3ad53225103e9efa9c0e67e"
            },
            "downloads": -1,
            "filename": "nowcast-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "185546467ac71d2ec18d7541dfef243d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26036,
            "upload_time": "2023-11-19T02:45:11",
            "upload_time_iso_8601": "2023-11-19T02:45:11.761474Z",
            "url": "https://files.pythonhosted.org/packages/a7/10/1f5e88bfffa9652eaeb6bd00703aa6a2af528511959a124ccc71ccd97228/nowcast-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-19 02:45:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fl16180",
    "github_project": "nowcast",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.0.0"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.18.1"
                ]
            ]
        },
        {
            "name": "scikit-learn",
            "specs": [
                [
                    ">=",
                    "0.22.1"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.3.3"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.42.0"
                ]
            ]
        }
    ],
    "lcname": "nowcast"
}
        
Elapsed time: 0.22660s