eventum-plugins


Nameeventum-plugins JSON
Version 1.0.10 PyPI version JSON
download
home_pagehttps://github.com/Eventum-Generatives/EventumPlugins
SummaryPlugins for Eventum
upload_time2024-06-26 19:02:40
maintainerNone
docs_urlNone
authorNikita Reznikov
requires_python<4.0,>=3.11
licenseApache-2.0
keywords plugin generator template scheduling time
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # EventumPlugins
Plugins for Eventum

## Overview
Package includes next types of plugins for Eventum:
1. Input plugins
2. Event plugins
3. Output plugins

Current list of implemented plugins and their description: https://eventum-generatives.github.io/Website/docs/plugins/

## Installation
```bash
pip install eventum-plugins
```

## Developing
When developing new plugins you should follow next clauses:
1. Plugin is a separate module within a package
2. Plugin class should inherit base class
3. Each plugin should define its configuration class that inherits base config class 
4. Plugin module should contain defined `PLUGIN_CLASS` and `CONFIG_CLASS` variables (it automatically marks plugins as plugable)

If you want your plugin to be merged, please:
- write and provide documentation for your plugin by making PR to https://github.com/Eventum-Generatives/Website
- write tests for your plugin

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Eventum-Generatives/EventumPlugins",
    "name": "eventum-plugins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "plugin, generator, template, scheduling, time",
    "author": "Nikita Reznikov",
    "author_email": "nikita.reznikov.public@mail.ru",
    "download_url": "https://files.pythonhosted.org/packages/74/f1/8ef6a3f172d47336f260775d822592be8edcb1f3cd6037645ac5271e30be/eventum_plugins-1.0.10.tar.gz",
    "platform": null,
    "description": "# EventumPlugins\nPlugins for Eventum\n\n## Overview\nPackage includes next types of plugins for Eventum:\n1. Input plugins\n2. Event plugins\n3. Output plugins\n\nCurrent list of implemented plugins and their description: https://eventum-generatives.github.io/Website/docs/plugins/\n\n## Installation\n```bash\npip install eventum-plugins\n```\n\n## Developing\nWhen developing new plugins you should follow next clauses:\n1. Plugin is a separate module within a package\n2. Plugin class should inherit base class\n3. Each plugin should define its configuration class that inherits base config class \n4. Plugin module should contain defined `PLUGIN_CLASS` and `CONFIG_CLASS` variables (it automatically marks plugins as plugable)\n\nIf you want your plugin to be merged, please:\n- write and provide documentation for your plugin by making PR to https://github.com/Eventum-Generatives/Website\n- write tests for your plugin\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Plugins for Eventum",
    "version": "1.0.10",
    "project_urls": {
        "Documentation": "https://eventum-generatives.github.io/Website/",
        "Homepage": "https://github.com/Eventum-Generatives/EventumPlugins",
        "Repository": "https://github.com/Eventum-Generatives/EventumPlugins"
    },
    "split_keywords": [
        "plugin",
        " generator",
        " template",
        " scheduling",
        " time"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c43fbf6ff1c581055eb916210460e9a741d45aae551869560205d925cfb9bcf",
                "md5": "9aa9a96a7081940ca1c84d63e07a8b9c",
                "sha256": "c2786d03d804682cf01c5f2b8201111129f80e64f4e494c80dfb676dc79bbc97"
            },
            "downloads": -1,
            "filename": "eventum_plugins-1.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9aa9a96a7081940ca1c84d63e07a8b9c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 37540,
            "upload_time": "2024-06-26T19:02:38",
            "upload_time_iso_8601": "2024-06-26T19:02:38.765998Z",
            "url": "https://files.pythonhosted.org/packages/6c/43/fbf6ff1c581055eb916210460e9a741d45aae551869560205d925cfb9bcf/eventum_plugins-1.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "74f18ef6a3f172d47336f260775d822592be8edcb1f3cd6037645ac5271e30be",
                "md5": "bdb9c9400867b35dedc611911619dccf",
                "sha256": "8fb2e90b081d938541379a5ef8250ce4ecefa0c2ed5a1fcc5ddd5aa954ab8d66"
            },
            "downloads": -1,
            "filename": "eventum_plugins-1.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "bdb9c9400867b35dedc611911619dccf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 26162,
            "upload_time": "2024-06-26T19:02:40",
            "upload_time_iso_8601": "2024-06-26T19:02:40.918071Z",
            "url": "https://files.pythonhosted.org/packages/74/f1/8ef6a3f172d47336f260775d822592be8edcb1f3cd6037645ac5271e30be/eventum_plugins-1.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 19:02:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Eventum-Generatives",
    "github_project": "EventumPlugins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "eventum-plugins"
}
        
Elapsed time: 0.27656s