psse


Namepsse JSON
Version 0.0.2 PyPI version JSON
download
home_pagehttps://github.com/sgonzalezr94/PythonSimpleSearchEngine
SummaryPSSE
upload_time2024-10-03 18:20:06
maintainerNone
docs_urlNone
authorSebastian Gonzalez
requires_pythonNone
licenseNone
keywords python psse search engine inverted matrix
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A Python Simple Search Engine (PSSE) for documents using an inverted matrix and Okapi BM25.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sgonzalezr94/PythonSimpleSearchEngine",
    "name": "psse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, psse, search engine, inverted matrix",
    "author": "Sebastian Gonzalez",
    "author_email": "sebastiang1493@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/c3/a3b6a261b001efa6573c74217218a64451d5f97192a13bfe5397815d2afc/psse-0.0.2.tar.gz",
    "platform": null,
    "description": "A Python Simple Search Engine (PSSE) for documents using an inverted matrix and Okapi BM25.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "PSSE",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://github.com/sgonzalezr94/PythonSimpleSearchEngine"
    },
    "split_keywords": [
        "python",
        " psse",
        " search engine",
        " inverted matrix"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3ff661b39eacdb6e5f377c94d1415fdb1ec280033e843346e5015ceb44b8efc6",
                "md5": "01b1b3576985d19db9e65d0544f86a77",
                "sha256": "7e5d584b7c88b58ee4facf7a6ef383c622adea295e9aead59e2d229fbfbbc01a"
            },
            "downloads": -1,
            "filename": "psse-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "01b1b3576985d19db9e65d0544f86a77",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3429,
            "upload_time": "2024-10-03T18:20:05",
            "upload_time_iso_8601": "2024-10-03T18:20:05.087912Z",
            "url": "https://files.pythonhosted.org/packages/3f/f6/61b39eacdb6e5f377c94d1415fdb1ec280033e843346e5015ceb44b8efc6/psse-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "68c3a3b6a261b001efa6573c74217218a64451d5f97192a13bfe5397815d2afc",
                "md5": "98d2c704d90364dd43c58f7cdd5c2ec1",
                "sha256": "47205c9fde96ebe88f76bd33bd864a7874ab55b0bc343da4e02fdac92a8d2279"
            },
            "downloads": -1,
            "filename": "psse-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "98d2c704d90364dd43c58f7cdd5c2ec1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4268,
            "upload_time": "2024-10-03T18:20:06",
            "upload_time_iso_8601": "2024-10-03T18:20:06.348102Z",
            "url": "https://files.pythonhosted.org/packages/68/c3/a3b6a261b001efa6573c74217218a64451d5f97192a13bfe5397815d2afc/psse-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-03 18:20:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sgonzalezr94",
    "github_project": "PythonSimpleSearchEngine",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "psse"
}
        
Elapsed time: 0.77184s