rippling-flux-sdk


Namerippling-flux-sdk JSON
Version 0.65.125 PyPI version JSON
download
home_pageNone
SummaryDefines the interfaces and data-models used by Rippling Flux Apps.
upload_time2025-07-14 07:29:24
maintainerNone
docs_urlNone
authorRippling Apps
requires_python<4.0,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # rippling-flux-sdk

Defines the interfaces and data-models used by Rippling Flux Apps.

The **distribution name** for this project is `rippling-flux-sdk`, which is how it is listed in PyPI. Once added as a
dependency though, use the name `flux_sdk` as the **import name**.

The imports for this package should be included in the scaffolding for a Flux App, in general Flux app developers will
not need to write that code. By being distributed as a package, it will allow your IDE to inspect the defined types for
additional context.


## Getting Started

Code is linted with ruff.  It's recommended to run `./install_hooks.sh` to run linting on commit.
Linting can also be run manually with `./run_ruff.sh`.  In many cases it's possible to auto-fix
linting errors with `./run_ruff.sh --fix`.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rippling-flux-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Rippling Apps",
    "author_email": "apps@rippling.com",
    "download_url": "https://files.pythonhosted.org/packages/97/23/2ef6e58da3893e661c9b755200f0dc9f8ce5d7b8f179d82b2c4aae93595b/rippling_flux_sdk-0.65.125.tar.gz",
    "platform": null,
    "description": "# rippling-flux-sdk\n\nDefines the interfaces and data-models used by Rippling Flux Apps.\n\nThe **distribution name** for this project is `rippling-flux-sdk`, which is how it is listed in PyPI. Once added as a\ndependency though, use the name `flux_sdk` as the **import name**.\n\nThe imports for this package should be included in the scaffolding for a Flux App, in general Flux app developers will\nnot need to write that code. By being distributed as a package, it will allow your IDE to inspect the defined types for\nadditional context.\n\n\n## Getting Started\n\nCode is linted with ruff.  It's recommended to run `./install_hooks.sh` to run linting on commit.\nLinting can also be run manually with `./run_ruff.sh`.  In many cases it's possible to auto-fix\nlinting errors with `./run_ruff.sh --fix`.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Defines the interfaces and data-models used by Rippling Flux Apps.",
    "version": "0.65.125",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed040b3e00d8fca755066000df96c80d15692105958e8e2ce8b24e7d9e0da1b5",
                "md5": "2aa82dfb79c0696d4eb97c622246aac4",
                "sha256": "2eb76ec3db1ae57a70b43a532b986a0f7d31cade35ec6a930f1e45a0378add52"
            },
            "downloads": -1,
            "filename": "rippling_flux_sdk-0.65.125-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2aa82dfb79c0696d4eb97c622246aac4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 72633,
            "upload_time": "2025-07-14T07:29:23",
            "upload_time_iso_8601": "2025-07-14T07:29:23.578007Z",
            "url": "https://files.pythonhosted.org/packages/ed/04/0b3e00d8fca755066000df96c80d15692105958e8e2ce8b24e7d9e0da1b5/rippling_flux_sdk-0.65.125-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97232ef6e58da3893e661c9b755200f0dc9f8ce5d7b8f179d82b2c4aae93595b",
                "md5": "dad9c01bac12895d58432ed3f4610101",
                "sha256": "60c661bd4c8bd3b654990a74711008306ed58f51e176b2f4df82ad3113d170ad"
            },
            "downloads": -1,
            "filename": "rippling_flux_sdk-0.65.125.tar.gz",
            "has_sig": false,
            "md5_digest": "dad9c01bac12895d58432ed3f4610101",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 37203,
            "upload_time": "2025-07-14T07:29:24",
            "upload_time_iso_8601": "2025-07-14T07:29:24.722757Z",
            "url": "https://files.pythonhosted.org/packages/97/23/2ef6e58da3893e661c9b755200f0dc9f8ce5d7b8f179d82b2c4aae93595b/rippling_flux_sdk-0.65.125.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-14 07:29:24",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "rippling-flux-sdk"
}
        
Elapsed time: 0.63220s