finbourne-sdk-utils


Namefinbourne-sdk-utils JSON
Version 0.0.32 PyPI version JSON
download
home_pagehttps://github.com/finbourne/finbourne-sdk-utils
SummaryPython utilities for LUSID V2 SDK
upload_time2025-07-11 09:49:09
maintainerNone
docs_urlNone
authorFINBOURNE Technology
requires_python>=3.7
licenseMIT
keywords finbourne lusid lusid sdk python
VCS
bugtrack_url
requirements urllib3 requests coloredlogs detect_delimiter flatten-json pandas PyYAML tqdm openpyxl xlrd pytz ipython pathlib lusidfeature finbourne-access-sdk finbourne-identity-sdk lusid-sdk lusid-configuration-sdk
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/finbourne/finbourne-sdk-utils",
    "name": "finbourne-sdk-utils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "FINBOURNE, LUSID, LUSID SDK, python",
    "author": "FINBOURNE Technology",
    "author_email": "engineering@finbourne.com",
    "download_url": "https://files.pythonhosted.org/packages/bd/d2/2e93c0598cfc97ba1c169777b862ec26ded4d67a75e6a6d44a27887025c1/finbourne-sdk-utils-0.0.32.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python utilities for LUSID V2 SDK",
    "version": "0.0.32",
    "project_urls": {
        "Homepage": "https://github.com/finbourne/finbourne-sdk-utils"
    },
    "split_keywords": [
        "finbourne",
        " lusid",
        " lusid sdk",
        " python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "23a720659fbe2266db5abf9120f39fe45e1140f1ece15cc18972352e10d42ce9",
                "md5": "2a6ea7dba37bc631063424ad3b94d4c8",
                "sha256": "09941328c501add22c26562809a8b1f80f7f75dfe2b8a8dfbcbfa175a35ff89d"
            },
            "downloads": -1,
            "filename": "finbourne_sdk_utils-0.0.32-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2a6ea7dba37bc631063424ad3b94d4c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 87934,
            "upload_time": "2025-07-11T09:49:08",
            "upload_time_iso_8601": "2025-07-11T09:49:08.598474Z",
            "url": "https://files.pythonhosted.org/packages/23/a7/20659fbe2266db5abf9120f39fe45e1140f1ece15cc18972352e10d42ce9/finbourne_sdk_utils-0.0.32-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdd22e93c0598cfc97ba1c169777b862ec26ded4d67a75e6a6d44a27887025c1",
                "md5": "aa1f75d9b808fc8d7224a791e94a6f3a",
                "sha256": "f21c4e67ccfe8241dfa96be1fb35e69a96d3995b4d5c5cb708ffae21766ee7f9"
            },
            "downloads": -1,
            "filename": "finbourne-sdk-utils-0.0.32.tar.gz",
            "has_sig": false,
            "md5_digest": "aa1f75d9b808fc8d7224a791e94a6f3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 55674,
            "upload_time": "2025-07-11T09:49:09",
            "upload_time_iso_8601": "2025-07-11T09:49:09.983115Z",
            "url": "https://files.pythonhosted.org/packages/bd/d2/2e93c0598cfc97ba1c169777b862ec26ded4d67a75e6a6d44a27887025c1/finbourne-sdk-utils-0.0.32.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 09:49:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "finbourne",
    "github_project": "finbourne-sdk-utils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "urllib3",
            "specs": [
                [
                    ">=",
                    "1.26.9"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.27.1"
                ]
            ]
        },
        {
            "name": "coloredlogs",
            "specs": [
                [
                    ">=",
                    "14.0"
                ]
            ]
        },
        {
            "name": "detect_delimiter",
            "specs": [
                [
                    ">=",
                    "0.1"
                ]
            ]
        },
        {
            "name": "flatten-json",
            "specs": [
                [
                    ">=",
                    "0.1.7"
                ]
            ]
        },
        {
            "name": "pandas",
            "specs": [
                [
                    ">=",
                    "1.1.4"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    ">=",
                    "5.4"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": [
                [
                    ">=",
                    "4.52.0"
                ]
            ]
        },
        {
            "name": "openpyxl",
            "specs": [
                [
                    ">=",
                    "3.0.7"
                ]
            ]
        },
        {
            "name": "xlrd",
            "specs": [
                [
                    "~=",
                    "1.2"
                ]
            ]
        },
        {
            "name": "pytz",
            "specs": [
                [
                    ">=",
                    "2019.3"
                ]
            ]
        },
        {
            "name": "ipython",
            "specs": [
                [
                    "==",
                    "8.32"
                ]
            ]
        },
        {
            "name": "pathlib",
            "specs": []
        },
        {
            "name": "lusidfeature",
            "specs": []
        },
        {
            "name": "finbourne-access-sdk",
            "specs": [
                [
                    ">",
                    "2"
                ]
            ]
        },
        {
            "name": "finbourne-identity-sdk",
            "specs": [
                [
                    ">",
                    "2"
                ]
            ]
        },
        {
            "name": "lusid-sdk",
            "specs": [
                [
                    ">",
                    "2"
                ]
            ]
        },
        {
            "name": "lusid-configuration-sdk",
            "specs": [
                [
                    ">",
                    "2"
                ]
            ]
        }
    ],
    "lcname": "finbourne-sdk-utils"
}
        
Elapsed time: 0.56210s