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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ideariver_core-0.1.6.tar.gz.
File metadata
- Download URL: ideariver_core-0.1.6.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d8dd3e1344c079bafa0c13761435b52a870b05ff52a4223e4fb0155efaa22ede
|
|
| MD5 |
256ffa03ffbf77c7cee13d5be7548e89
|
|
| BLAKE2b-256 |
32ff3329d7a422c0bb6dfeefbb0f14e7abec5f566e7d9a37d2a184cf87c89b0f
|
File details
Details for the file ideariver_core-0.1.6-py3-none-any.whl.
File metadata
- Download URL: ideariver_core-0.1.6-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a79c393fc3152b994f730309ca4841b9be46095f9b2ad469d60c422b35c84b8d
|
|
| MD5 |
b3063932ed688b750f0985f5192727fb
|
|
| BLAKE2b-256 |
ee0de256293ffff1705580bf36582f4761075cbd0b526cb6119ba60ce0176d02
|