shopcloud-streams


Nameshopcloud-streams JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/Talk-Point/shopcloud-streams-cli
SummaryCLI Tool for Shopcloud Streams
upload_time2023-12-09 15:37:45
maintainer
docs_urlNone
authorKonstantin Stoldt
requires_python
licenseMIT
keywords cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Shopcloud-Streams-CLI

Shopcloud Streams CLI Package thats send the events per PubSub to the 
streams backend where the magic happend.

## Install

```py
$ pip install shopcloud-streams
````

## Usage

```py
from shopcloud_streams import Event as StreamEvent
Event("de.talk-point.streams/test_fired", {'pk' :'<pk>'}).fire()
```

## Develop

```sh
$ pytest
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Talk-Point/shopcloud-streams-cli",
    "name": "shopcloud-streams",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "CLI",
    "author": "Konstantin Stoldt",
    "author_email": "konstantin.stoldt@talk-point.de",
    "download_url": "https://files.pythonhosted.org/packages/33/39/954986d7df9b368b60cb12dcdc557102b19eeca3365a720dcdefb2466ada/shopcloud_streams-1.3.0.tar.gz",
    "platform": null,
    "description": "# Shopcloud-Streams-CLI\n\nShopcloud Streams CLI Package thats send the events per PubSub to the \nstreams backend where the magic happend.\n\n## Install\n\n```py\n$ pip install shopcloud-streams\n````\n\n## Usage\n\n```py\nfrom shopcloud_streams import Event as StreamEvent\nEvent(\"de.talk-point.streams/test_fired\", {'pk' :'<pk>'}).fire()\n```\n\n## Develop\n\n```sh\n$ pytest\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "CLI Tool for Shopcloud Streams",
    "version": "1.3.0",
    "project_urls": {
        "Homepage": "https://github.com/Talk-Point/shopcloud-streams-cli"
    },
    "split_keywords": [
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1bf1ff9eae3c091e3b70f37b3e5ba3c5f667dd06eb52759465144bf42a286dd1",
                "md5": "cf77b64a36b5c7ddc236b68d3e863268",
                "sha256": "ed58cb90b70514efb9dd5b7f3b274b41ec17c5dc226eb541af3c1d52fe97220d"
            },
            "downloads": -1,
            "filename": "shopcloud_streams-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cf77b64a36b5c7ddc236b68d3e863268",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2854,
            "upload_time": "2023-12-09T15:37:43",
            "upload_time_iso_8601": "2023-12-09T15:37:43.644963Z",
            "url": "https://files.pythonhosted.org/packages/1b/f1/ff9eae3c091e3b70f37b3e5ba3c5f667dd06eb52759465144bf42a286dd1/shopcloud_streams-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3339954986d7df9b368b60cb12dcdc557102b19eeca3365a720dcdefb2466ada",
                "md5": "607ae460e27c1c0e08e8f860b82c5d33",
                "sha256": "8e36261049d816091494bcae91f1ae5e5178d826a460e494852d5a01f211a306"
            },
            "downloads": -1,
            "filename": "shopcloud_streams-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "607ae460e27c1c0e08e8f860b82c5d33",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2543,
            "upload_time": "2023-12-09T15:37:45",
            "upload_time_iso_8601": "2023-12-09T15:37:45.195539Z",
            "url": "https://files.pythonhosted.org/packages/33/39/954986d7df9b368b60cb12dcdc557102b19eeca3365a720dcdefb2466ada/shopcloud_streams-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 15:37:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Talk-Point",
    "github_project": "shopcloud-streams-cli",
    "github_not_found": true,
    "lcname": "shopcloud-streams"
}
        
Elapsed time: 0.57375s