poismf


Namepoismf JSON
Version 0.4.0.post9 PyPI version JSON
download
home_pagehttps://github.com/david-cortes/poismf
SummaryFast and memory-efficient Poisson factorization for sparse count matrices
upload_time2024-02-24 21:10:50
maintainer
docs_urlNone
authorDavid Cortes
requires_python
license
keywords
VCS
bugtrack_url
requirements numpy scipy cython pandas
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/david-cortes/poismf",
    "name": "poismf",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "David Cortes",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/02/dc/3ca0945835f875c00a3f3da791e4d03a9e2bd803eaed82b8bfc7ef2eeb56/poismf-0.4.0.post9.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "Fast and memory-efficient Poisson factorization for sparse count matrices",
    "version": "0.4.0.post9",
    "project_urls": {
        "Homepage": "https://github.com/david-cortes/poismf"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "02dc3ca0945835f875c00a3f3da791e4d03a9e2bd803eaed82b8bfc7ef2eeb56",
                "md5": "75e8162ef979b80982d0c53b541c2554",
                "sha256": "5d001140f2dff34562a4c85f81f75c15d59f4c714b17a99e1e7716cd66683562"
            },
            "downloads": -1,
            "filename": "poismf-0.4.0.post9.tar.gz",
            "has_sig": false,
            "md5_digest": "75e8162ef979b80982d0c53b541c2554",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 51409,
            "upload_time": "2024-02-24T21:10:50",
            "upload_time_iso_8601": "2024-02-24T21:10:50.089940Z",
            "url": "https://files.pythonhosted.org/packages/02/dc/3ca0945835f875c00a3f3da791e4d03a9e2bd803eaed82b8bfc7ef2eeb56/poismf-0.4.0.post9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-24 21:10:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "david-cortes",
    "github_project": "poismf",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.11.1"
                ]
            ]
        },
        {
            "name": "cython",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "0.24"
                ]
            ]
        }
    ],
    "lcname": "poismf"
}
        
Elapsed time: 0.19734s