eventum-plugins


Nameeventum-plugins JSON
Version 1.1.1 PyPI version JSON
download
home_pagehttps://github.com/Eventum-Generatives/EventumPlugins
SummaryPlugins for Eventum
upload_time2024-07-07 12:27:25
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/fd/5c/44b493ee8b0fffe42c799a4a1c01569f3da0375cf390a84149bf1436ee4a/eventum_plugins-1.1.1.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.1.1",
    "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": "1b269d00172029093b94de266a27dd6d0d7351c7b896db88d567023a95d40980",
                "md5": "98e577cbbe83dea20ae8932283b6c7c1",
                "sha256": "436e72ad3654ea10a0a6bc4c65a98a19f20a08ac50cd371e48582e14e77fcc25"
            },
            "downloads": -1,
            "filename": "eventum_plugins-1.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "98e577cbbe83dea20ae8932283b6c7c1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 38086,
            "upload_time": "2024-07-07T12:27:23",
            "upload_time_iso_8601": "2024-07-07T12:27:23.281679Z",
            "url": "https://files.pythonhosted.org/packages/1b/26/9d00172029093b94de266a27dd6d0d7351c7b896db88d567023a95d40980/eventum_plugins-1.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd5c44b493ee8b0fffe42c799a4a1c01569f3da0375cf390a84149bf1436ee4a",
                "md5": "9d66596cab2a751affae7d726e3a4c16",
                "sha256": "0ba49b3eb8d211f67c556e2324da562ac623311ecd0afaf47add73cafb72178b"
            },
            "downloads": -1,
            "filename": "eventum_plugins-1.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9d66596cab2a751affae7d726e3a4c16",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 26713,
            "upload_time": "2024-07-07T12:27:25",
            "upload_time_iso_8601": "2024-07-07T12:27:25.108174Z",
            "url": "https://files.pythonhosted.org/packages/fd/5c/44b493ee8b0fffe42c799a4a1c01569f3da0375cf390a84149bf1436ee4a/eventum_plugins-1.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-07 12:27:25",
    "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: 2.21809s