snowpark-checkpoints-configuration


Namesnowpark-checkpoints-configuration JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryMigration tools for Snowpark
upload_time2025-04-07 13:40:46
maintainerNone
docs_urlNone
authorNone
requires_python<3.12,>=3.9
licenseApache License, Version 2.0
keywords snowflake snowpark analytics cloud database db
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # snowpark-checkpoints-configuration

---
##### This package is on Public Preview.
---
**snowpark-checkpoints-configuration** is a module for loading `checkpoint.json` and provides a model. 
This module will work automatically with *snowpark-checkpoints-collector*  and *snowpark-checkpoints-validators*. This will try to read the configuration file from the current working directory.

## Usage

To explicit load a file, you can import  `CheckpointMetadata` and create an instance as shown below:

```python
from snowflake.snowpark_checkpoints_configuration import CheckpointMetadata

my_checkpoint_metadata = CheckpointMetadata("path/to/checkpoint.json")

checkpoint_model = my_checkpoint_metadata.get_checkpoint("my_checkpoint_name")
...
```
------

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "snowpark-checkpoints-configuration",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.12,>=3.9",
    "maintainer_email": null,
    "keywords": "Snowflake, Snowpark, analytics, cloud, database, db",
    "author": null,
    "author_email": "\"Snowflake, Inc.\" <snowflake-python-libraries-dl@snowflake.com>",
    "download_url": "https://files.pythonhosted.org/packages/f9/fb/0054b6d93f6eaa0689a68624bee7a6e9c599af78fb1d2c667b5d705f6741/snowpark_checkpoints_configuration-0.2.1.tar.gz",
    "platform": null,
    "description": "# snowpark-checkpoints-configuration\n\n---\n##### This package is on Public Preview.\n---\n**snowpark-checkpoints-configuration** is a module for loading `checkpoint.json` and provides a model. \nThis module will work automatically with *snowpark-checkpoints-collector*  and *snowpark-checkpoints-validators*. This will try to read the configuration file from the current working directory.\n\n## Usage\n\nTo explicit load a file, you can import  `CheckpointMetadata` and create an instance as shown below:\n\n```python\nfrom snowflake.snowpark_checkpoints_configuration import CheckpointMetadata\n\nmy_checkpoint_metadata = CheckpointMetadata(\"path/to/checkpoint.json\")\n\ncheckpoint_model = my_checkpoint_metadata.get_checkpoint(\"my_checkpoint_name\")\n...\n```\n------\n",
    "bugtrack_url": null,
    "license": "Apache License, Version 2.0",
    "summary": "Migration tools for Snowpark",
    "version": "0.2.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/snowflakedb/snowpark-checkpoints/issues",
        "Source code": "https://github.com/snowflakedb/snowpark-checkpoints/"
    },
    "split_keywords": [
        "snowflake",
        " snowpark",
        " analytics",
        " cloud",
        " database",
        " db"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c2e6a55666faed601cce10ffae0205bfdaf7f61e482df8c5d39a09231d3a032d",
                "md5": "f62fbd3cb12fdce15e1f0e4efedf2fce",
                "sha256": "74df3afe6d99b57d8c5b77451a73e9e7c400421d1163da691756d31a4b9d4f1b"
            },
            "downloads": -1,
            "filename": "snowpark_checkpoints_configuration-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f62fbd3cb12fdce15e1f0e4efedf2fce",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.9",
            "size": 12204,
            "upload_time": "2025-04-07T13:40:40",
            "upload_time_iso_8601": "2025-04-07T13:40:40.947177Z",
            "url": "https://files.pythonhosted.org/packages/c2/e6/a55666faed601cce10ffae0205bfdaf7f61e482df8c5d39a09231d3a032d/snowpark_checkpoints_configuration-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f9fb0054b6d93f6eaa0689a68624bee7a6e9c599af78fb1d2c667b5d705f6741",
                "md5": "f885d50530fc55cc52b6fb8e6b3da271",
                "sha256": "f697b3cedafe18574180ebcdd33b2876ca5c455d953947baf0777d74726aec45"
            },
            "downloads": -1,
            "filename": "snowpark_checkpoints_configuration-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f885d50530fc55cc52b6fb8e6b3da271",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.9",
            "size": 12731,
            "upload_time": "2025-04-07T13:40:46",
            "upload_time_iso_8601": "2025-04-07T13:40:46.954648Z",
            "url": "https://files.pythonhosted.org/packages/f9/fb/0054b6d93f6eaa0689a68624bee7a6e9c599af78fb1d2c667b5d705f6741/snowpark_checkpoints_configuration-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-04-07 13:40:46",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snowflakedb",
    "github_project": "snowpark-checkpoints",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "snowpark-checkpoints-configuration"
}
        
Elapsed time: 0.66362s