Skip to content

nima70/ideariver-core-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

ideariver_core is the core library of the ideariver organization, providing essential abstract classes, DTOs, and interfaces. It is designed for building extensible plugin systems and serves as the foundation for ideariver projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages