venty


Nameventy JSON
Version 9.0.0 PyPI version JSON
download
home_pagehttps://github.com/sasha-tkachev/venty
SummaryVenty
upload_time2024-04-29 11:57:07
maintainerNone
docs_urlNone
authorSasha Tkachev
requires_pythonNone
licenseNone
keywords cloudevents cloudevents[pydantic] ce cloud events event rest
VCS
bugtrack_url
requirements cloudevents more_itertools python-json-logger
Travis-CI No Travis.
coveralls test coverage
            # Venty
Event Driven Tooling built around [CloudEvents](https://cloudevents.io/) 
 
 
 ## Features
  * [Event Producer](venty/event_producer.py) for easy cloudevent creation.
  * [Event Channel Interface](venty/event_channel.py)
    * [HTTP](venty/http_event_channel.py)
    * [In Memory](venty/in_memory_event_channel.py) 
    * Queues (Planned)
    * Topics (Planned)
 * [Simple Event Store Interface](venty/event_store.py)
   * [In Memory Event Store Implementation](venty/in_memory_event_store.py)
   * [Simple SQL Event Store Implementation](venty/sql_event_store.py) 
   * DynamoDB Event Store Implementation (Planned)
 * [Aggregate Store Implementation](venty/aggregate_store.py)
    * Based on the event store interface.
 * [Strong Types](venty/strong_types.py) for event driven development.
 * [Log Formatter as CloudEvents](venty/event_logger.py)
 * Correlation-ID and Causation-ID augmentation (Planned) 
 * Claim Check (Planned)
 * [Object Storage abstraction](venty/object_storage.py)
 
 
 ## Configuration
 You can configure the venty package via [the package settings](venty/settings.md)


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sasha-tkachev/venty",
    "name": "venty",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cloudevents, cloudevents[pydantic], ce, cloud, events, event, rest",
    "author": "Sasha Tkachev",
    "author_email": "sasha64sasha@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/88/29/0c48aa1b8800399489c4fbcad5acdbb6806fb3cda7e689a66c5ca910b35c/venty-9.0.0.tar.gz",
    "platform": null,
    "description": "# Venty\r\nEvent Driven Tooling built around [CloudEvents](https://cloudevents.io/) \r\n \r\n \r\n ## Features\r\n  * [Event Producer](venty/event_producer.py) for easy cloudevent creation.\r\n  * [Event Channel Interface](venty/event_channel.py)\r\n    * [HTTP](venty/http_event_channel.py)\r\n    * [In Memory](venty/in_memory_event_channel.py) \r\n    * Queues (Planned)\r\n    * Topics (Planned)\r\n * [Simple Event Store Interface](venty/event_store.py)\r\n   * [In Memory Event Store Implementation](venty/in_memory_event_store.py)\r\n   * [Simple SQL Event Store Implementation](venty/sql_event_store.py) \r\n   * DynamoDB Event Store Implementation (Planned)\r\n * [Aggregate Store Implementation](venty/aggregate_store.py)\r\n    * Based on the event store interface.\r\n * [Strong Types](venty/strong_types.py) for event driven development.\r\n * [Log Formatter as CloudEvents](venty/event_logger.py)\r\n * Correlation-ID and Causation-ID augmentation (Planned) \r\n * Claim Check (Planned)\r\n * [Object Storage abstraction](venty/object_storage.py)\r\n \r\n \r\n ## Configuration\r\n You can configure the venty package via [the package settings](venty/settings.md)\r\n\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Venty",
    "version": "9.0.0",
    "project_urls": {
        "Homepage": "https://github.com/sasha-tkachev/venty"
    },
    "split_keywords": [
        "cloudevents",
        " cloudevents[pydantic]",
        " ce",
        " cloud",
        " events",
        " event",
        " rest"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "88290c48aa1b8800399489c4fbcad5acdbb6806fb3cda7e689a66c5ca910b35c",
                "md5": "dd265748aa68ccbc25c8f7011dccb0f9",
                "sha256": "9d856da0bb859f0f4465a90560f7257287b39a6079fc06fe520c9e1390b6bc34"
            },
            "downloads": -1,
            "filename": "venty-9.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "dd265748aa68ccbc25c8f7011dccb0f9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 24297,
            "upload_time": "2024-04-29T11:57:07",
            "upload_time_iso_8601": "2024-04-29T11:57:07.735294Z",
            "url": "https://files.pythonhosted.org/packages/88/29/0c48aa1b8800399489c4fbcad5acdbb6806fb3cda7e689a66c5ca910b35c/venty-9.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 11:57:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sasha-tkachev",
    "github_project": "venty",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "cloudevents",
            "specs": []
        },
        {
            "name": "more_itertools",
            "specs": []
        },
        {
            "name": "python-json-logger",
            "specs": []
        }
    ],
    "test_requirements": [
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "pep8-naming",
            "specs": []
        },
        {
            "name": "flake8-import-order",
            "specs": []
        },
        {
            "name": "flake8-print",
            "specs": []
        },
        {
            "name": "flake8-strict",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        },
        {
            "name": "requests",
            "specs": []
        },
        {
            "name": "uvicorn",
            "specs": []
        },
        {
            "name": "pytest-asyncio",
            "specs": []
        },
        {
            "name": "httpx",
            "specs": []
        },
        {
            "name": "pydantic",
            "specs": []
        },
        {
            "name": "sqlalchemy",
            "specs": []
        },
        {
            "name": "mock",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "venty"
}
        
Elapsed time: 0.28099s