scora-notify


Namescora-notify JSON
Version 0.5.0 PyPI version JSON
download
home_page
SummaryScora Slack notification lib
upload_time2022-12-27 20:14:54
maintainer
docs_urlNone
authorOncase
requires_python
license
keywords scora
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Scora Notify
=============================
This package implements a Slack notification abstraction to be used in various projects.

This packages uses logging for console outputs.

Development
-----------------------------


Build, install, test locally
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: bash

    # build from this source -- considering that dependencies are resolved
    rm -rf ./dist/* && python3 -m build

    # From another venv -- install 
    virtualenv -p python3
    . ./venv/bin/activate
    pip install <REPO_HOME>/dist/scora-notify-0.1.0.tar.gz 


    # Import and run
    from scora_notify import Notify 
    notify=Notify(slack_token="", slack_channel="", step="", tenant="", project="")


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "scora-notify",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scora",
    "author": "Oncase",
    "author_email": "contato@oncase.com.br",
    "download_url": "https://files.pythonhosted.org/packages/ee/a6/2a48ec7fb8e4ad258627776cc9cec731f176d63f1c43f5d2dedddc981927/scora-notify-0.5.0.tar.gz",
    "platform": null,
    "description": "Scora Notify\n=============================\nThis package implements a Slack notification abstraction to be used in various projects.\n\nThis packages uses logging for console outputs.\n\nDevelopment\n-----------------------------\n\n\nBuild, install, test locally\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n\n.. code-block:: bash\n\n    # build from this source -- considering that dependencies are resolved\n    rm -rf ./dist/* && python3 -m build\n\n    # From another venv -- install \n    virtualenv -p python3\n    . ./venv/bin/activate\n    pip install <REPO_HOME>/dist/scora-notify-0.1.0.tar.gz \n\n\n    # Import and run\n    from scora_notify import Notify \n    notify=Notify(slack_token=\"\", slack_channel=\"\", step=\"\", tenant=\"\", project=\"\")\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Scora Slack notification lib",
    "version": "0.5.0",
    "split_keywords": [
        "scora"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3d4ff3a2ab6d5bca15bcf0a567639d11",
                "sha256": "96ee02a11c6e05d390025534ea9c808450a97f262ba5a7d0b4ee4658e051662c"
            },
            "downloads": -1,
            "filename": "scora_notify-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d4ff3a2ab6d5bca15bcf0a567639d11",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3447,
            "upload_time": "2022-12-27T20:14:52",
            "upload_time_iso_8601": "2022-12-27T20:14:52.390262Z",
            "url": "https://files.pythonhosted.org/packages/83/c8/02cd151c5407daf07acfa5e7e1f1aa3069d2e24166302ffecfc156fc24c3/scora_notify-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "3f4f81119c16da62d888fc9cd42efd92",
                "sha256": "2157d7ac4aed334d7fb228c8da21bf9b250541a8b3fd2b484ec41fddb955cdae"
            },
            "downloads": -1,
            "filename": "scora-notify-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3f4f81119c16da62d888fc9cd42efd92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2965,
            "upload_time": "2022-12-27T20:14:54",
            "upload_time_iso_8601": "2022-12-27T20:14:54.019690Z",
            "url": "https://files.pythonhosted.org/packages/ee/a6/2a48ec7fb8e4ad258627776cc9cec731f176d63f1c43f5d2dedddc981927/scora-notify-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 20:14:54",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "scora-notify"
}
        
Elapsed time: 0.02543s