trust-plutus-namematch


Nametrust-plutus-namematch JSON
Version 3.0.1 PyPI version JSON
download
home_pageNone
SummaryName match for fund names from ICRA and MILES
upload_time2024-08-05 10:30:11
maintainerNone
docs_urlNone
authorRolf Lobo
requires_python<3.11,>=3.10
licenseOSI Approved :: GNU General Public License v3 (GPLv3)
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            #### Assumptions: 
1. Column name for Miles and ICRA sheet is "Fund Name"
2. Input and Output file names don't have spaces
3. Sheet names are : "Miles Names" and "ICRA Names"

#### Example: 

from trust_plutus_namematch.match import NameMatch

nm = NameMatch()

inputPath = "C:\\Users\\username\\Documents\\SchemeNamesDump.xlsx"

outputPath = "C:\\Users\\username\\Documents\\Result.xlsx"

nm.run(inputPath,outputPath)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "trust-plutus-namematch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.11,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rolf Lobo",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/c4/ae/a58321713f62ade3f53e37249cd568ff22e59c5e75e1de7cc433fb1df66e/trust_plutus_namematch-3.0.1.tar.gz",
    "platform": null,
    "description": "#### Assumptions: \n1. Column name for Miles and ICRA sheet is \"Fund Name\"\n2. Input and Output file names don't have spaces\n3. Sheet names are : \"Miles Names\" and \"ICRA Names\"\n\n#### Example: \n\nfrom trust_plutus_namematch.match import NameMatch\n\nnm = NameMatch()\n\ninputPath = \"C:\\\\Users\\\\username\\\\Documents\\\\SchemeNamesDump.xlsx\"\n\noutputPath = \"C:\\\\Users\\\\username\\\\Documents\\\\Result.xlsx\"\n\nnm.run(inputPath,outputPath)\n",
    "bugtrack_url": null,
    "license": "OSI Approved :: GNU General Public License v3 (GPLv3)",
    "summary": "Name match for fund names from ICRA and MILES",
    "version": "3.0.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c348225568126a0974a8fdf4c2a3cf8fdc2fd46b11ac8a6d1400646d7d268ad",
                "md5": "0d58250f2f7e72ed0540ef4f48f4495c",
                "sha256": "8a2d96744bd25ee42587ef135329d60afc3d46cf842cc5a4edae6636dc340d83"
            },
            "downloads": -1,
            "filename": "trust_plutus_namematch-3.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d58250f2f7e72ed0540ef4f48f4495c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.11,>=3.10",
            "size": 15827,
            "upload_time": "2024-08-05T10:30:10",
            "upload_time_iso_8601": "2024-08-05T10:30:10.355083Z",
            "url": "https://files.pythonhosted.org/packages/8c/34/8225568126a0974a8fdf4c2a3cf8fdc2fd46b11ac8a6d1400646d7d268ad/trust_plutus_namematch-3.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4aea58321713f62ade3f53e37249cd568ff22e59c5e75e1de7cc433fb1df66e",
                "md5": "d6cb98236c58bb590423ab20a94d0e87",
                "sha256": "342d1b986c745ea5ba10d40479b8f41c307f0618015a7f2944ff19c46cc322ca"
            },
            "downloads": -1,
            "filename": "trust_plutus_namematch-3.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d6cb98236c58bb590423ab20a94d0e87",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.11,>=3.10",
            "size": 14954,
            "upload_time": "2024-08-05T10:30:11",
            "upload_time_iso_8601": "2024-08-05T10:30:11.473048Z",
            "url": "https://files.pythonhosted.org/packages/c4/ae/a58321713f62ade3f53e37249cd568ff22e59c5e75e1de7cc433fb1df66e/trust_plutus_namematch-3.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-05 10:30:11",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "trust-plutus-namematch"
}
        
Elapsed time: 0.35509s