snowflake-utilities


Namesnowflake-utilities JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/jameshtwose/learning-snowflake
SummaryA package designed to make working with Snowflake easier.
upload_time2023-07-10 13:19:11
maintainer
docs_urlNone
authorJames Twose
requires_python
licenseBSD (3-clause)
keywords
VCS
bugtrack_url
requirements snowflake-connector-python snowflake-sqlalchemy python-dotenv pandas pytest
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # snowflake-utilities
A package designed to make working with Snowflake easier. It uses the [snowflake connector](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector) for python in order to setup up and maintain databases and tables in snowflake.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jameshtwose/learning-snowflake",
    "name": "snowflake-utilities",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "James Twose",
    "author_email": "contact@jamestwose.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/ba/2b8d2629a9ad9f078a6d5584db89cf322ddb40c7bf4b8fc80278134a0e9d/snowflake-utilities-0.0.1.tar.gz",
    "platform": null,
    "description": "# snowflake-utilities\nA package designed to make working with Snowflake easier. It uses the [snowflake connector](https://docs.snowflake.com/en/developer-guide/python-connector/python-connector) for python in order to setup up and maintain databases and tables in snowflake.\n",
    "bugtrack_url": null,
    "license": "BSD (3-clause)",
    "summary": "A package designed to make working with Snowflake easier.",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/jameshtwose/learning-snowflake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e7b6cfe6dfa6415110f5e02ea1f8d62e8466df15563fc6561ba643f8192f0b2",
                "md5": "901f78751e744d36a5ef449d637b883c",
                "sha256": "b3ca38d456dbc5f05228bb5f5788cb827a623c7a85d1009213138d88f1491e97"
            },
            "downloads": -1,
            "filename": "snowflake_utilities-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "901f78751e744d36a5ef449d637b883c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5833,
            "upload_time": "2023-07-10T13:19:09",
            "upload_time_iso_8601": "2023-07-10T13:19:09.260389Z",
            "url": "https://files.pythonhosted.org/packages/2e/7b/6cfe6dfa6415110f5e02ea1f8d62e8466df15563fc6561ba643f8192f0b2/snowflake_utilities-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cfba2b8d2629a9ad9f078a6d5584db89cf322ddb40c7bf4b8fc80278134a0e9d",
                "md5": "3fa39767acbc3707cd1c4873885aeb83",
                "sha256": "f0cca6fe0a0797c0a1ff114bd03f217413e9e3e87565a237be42fc439cb767ad"
            },
            "downloads": -1,
            "filename": "snowflake-utilities-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3fa39767acbc3707cd1c4873885aeb83",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4476,
            "upload_time": "2023-07-10T13:19:11",
            "upload_time_iso_8601": "2023-07-10T13:19:11.946421Z",
            "url": "https://files.pythonhosted.org/packages/cf/ba/2b8d2629a9ad9f078a6d5584db89cf322ddb40c7bf4b8fc80278134a0e9d/snowflake-utilities-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 13:19:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jameshtwose",
    "github_project": "learning-snowflake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "snowflake-connector-python",
            "specs": []
        },
        {
            "name": "snowflake-sqlalchemy",
            "specs": []
        },
        {
            "name": "python-dotenv",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        }
    ],
    "lcname": "snowflake-utilities"
}
        
Elapsed time: 0.18032s