jyablonski_common_modules


Namejyablonski_common_modules JSON
Version 0.0.7 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-02-03 01:34:04
maintainerjyablonski9
docs_urlNone
authorjyablonski9
requires_python<4.0,>=3.12
licenseNone
keywords personal helper functions
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # jyablonski Common Modules
![Tests](https://github.com/jyablonski/jyablonski_common_modules/actions/workflows/ci_cd.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/jyablonski/jyablonski_common_modules/badge.svg?branch=master)](https://coveralls.io/github/jyablonski/jyablonski_common_modules?branch=master) ![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)

Version: 0.0.7

Utility Repo w/ functions and tools for data engineering, cloud infrastructure, and development workflows. Includes helpers for:

- PostgreSQL Connections + Upsert Functions
- General Python Functions
- Standard Logging & optional Opensearch Logging Functions
- AWS Helper Functions

## Testing
To run tests, run `make test`

## Install

- `poetry add jyablonski_common_modules`
- `poetry add jyablonski_common_modules --extras es-logging`
- `poetry add jyablonski_common_modules --extras all`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jyablonski_common_modules",
    "maintainer": "jyablonski9",
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": "jyablonski9@gmail.com",
    "keywords": "personal, helper functions",
    "author": "jyablonski9",
    "author_email": "jyablonski9@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/00/40/9d20d318fbe37c7ddc23d57349ac163a873f36a16edcedff2acee38ad9ad/jyablonski_common_modules-0.0.7.tar.gz",
    "platform": null,
    "description": "# jyablonski Common Modules\n![Tests](https://github.com/jyablonski/jyablonski_common_modules/actions/workflows/ci_cd.yml/badge.svg) [![Coverage Status](https://coveralls.io/repos/github/jyablonski/jyablonski_common_modules/badge.svg?branch=master)](https://coveralls.io/github/jyablonski/jyablonski_common_modules?branch=master) ![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)\n\nVersion: 0.0.7\n\nUtility Repo w/ functions and tools for data engineering, cloud infrastructure, and development workflows. Includes helpers for:\n\n- PostgreSQL Connections + Upsert Functions\n- General Python Functions\n- Standard Logging & optional Opensearch Logging Functions\n- AWS Helper Functions\n\n## Testing\nTo run tests, run `make test`\n\n## Install\n\n- `poetry add jyablonski_common_modules`\n- `poetry add jyablonski_common_modules --extras es-logging`\n- `poetry add jyablonski_common_modules --extras all`\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.0.7",
    "project_urls": null,
    "split_keywords": [
        "personal",
        " helper functions"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "387cc8b9d72b75debee14df2c4262ecdb7ec666530d36ff9c470bd73d6014487",
                "md5": "9d3115e59fb5dff5710b7995ab392cf7",
                "sha256": "0f4d2b4918c28d4e88cf8057dcaefb0d90ca3394f0b31c71acb7f92e406292c2"
            },
            "downloads": -1,
            "filename": "jyablonski_common_modules-0.0.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d3115e59fb5dff5710b7995ab392cf7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 10058,
            "upload_time": "2025-02-03T01:34:02",
            "upload_time_iso_8601": "2025-02-03T01:34:02.532819Z",
            "url": "https://files.pythonhosted.org/packages/38/7c/c8b9d72b75debee14df2c4262ecdb7ec666530d36ff9c470bd73d6014487/jyablonski_common_modules-0.0.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "00409d20d318fbe37c7ddc23d57349ac163a873f36a16edcedff2acee38ad9ad",
                "md5": "43dda2f6267f5db633b423f2023e2070",
                "sha256": "e48738a91cebbcb959c06bc33964297ca88f756b2f7dad061e5b14e5acc0a8eb"
            },
            "downloads": -1,
            "filename": "jyablonski_common_modules-0.0.7.tar.gz",
            "has_sig": false,
            "md5_digest": "43dda2f6267f5db633b423f2023e2070",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 5892,
            "upload_time": "2025-02-03T01:34:04",
            "upload_time_iso_8601": "2025-02-03T01:34:04.111830Z",
            "url": "https://files.pythonhosted.org/packages/00/40/9d20d318fbe37c7ddc23d57349ac163a873f36a16edcedff2acee38ad9ad/jyablonski_common_modules-0.0.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-03 01:34:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "jyablonski_common_modules"
}
        
Elapsed time: 0.38392s