Skip to main content

Core library for ideariver, containing abstract DTOs and interfaces.

Project description

ideariver-core

ideariver-core is the core library of the ideariver organization, providing essential abstract classes, DTOs, and interfaces for plugins and other services. The package is designed to be lightweight and extensible, making it easy for developers to build upon.

Usage

The library provides an abstract base class BasePlugin for developers to create plugins.

from ideariver_core import BasePlugin

class MyPlugin(BasePlugin):
    def init(self, services):
        # Initialize the plugin with the required services.
        pass

    def run(self, input_data):
        # Process the input data and return the result.
        return "Processed data"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ideariver_core-0.1.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

ideariver_core-0.1.3-py3-none-any.whl (4.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page