A platform-adaptive task framework for cloud-edge scenarios
Project description
JCWeaver 简介
JCWeaver 是一个面向 云际异构环境 的轻量级编程模型工具库,旨在帮助开发者屏蔽不同平台之间的差异,实现 统一的数据封装与平台适配。
通过简单的代码修饰,开发者即可专注于核心业务逻辑,无需关注繁杂的平台集成细节。
JCWeaver 代码架构
项目结构如下:
jcweaver/
├── __init__.py
├── api/ # 面向用户的主 API 模块
│ ├── __init__.py
│ ├── api.py # 主入口 API
│ └── decorators.py # 任务与函数的装饰器定义
├── core/ # 内部核心机制
│ ├── __init__.py
│ ├── registry.py # 任务注册与元数据管理
│ ├── schema.py # 输入输出数据结构定义
│ ├── logger.py # 日志系统
│ ├── context.py # 上下文管理(运行时状态)
│ ├── metadata.py # 元信息定义
├── adapter/ # 平台适配层
│ ├── __init__.py
│ └── openi.py # OpenI 平台适配实现
├── cli/ # 命令行工具(可选,开发中)
└── tests/ # 单元测试目录
使用JCWeaver
pip install jcweaver --index-url https://pypi.org/simple
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jcweaver-0.1.1.tar.gz
(13.4 kB
view details)
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
jcweaver-0.1.1-py3-none-any.whl
(17.2 kB
view details)
File details
Details for the file jcweaver-0.1.1.tar.gz.
File metadata
- Download URL: jcweaver-0.1.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a15e8c1f2c63a9fc012b54bf8dc5076a4ca623c5cb7035518cb6e2162cc235b
|
|
| MD5 |
cd5c4a967128a5d5f16a567141a128fb
|
|
| BLAKE2b-256 |
2490b66c5169523efd18d3f087871b030f87c92a3221c8e36b6b014b91256a24
|
File details
Details for the file jcweaver-0.1.1-py3-none-any.whl.
File metadata
- Download URL: jcweaver-0.1.1-py3-none-any.whl
- Upload date:
- Size: 17.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe7d67896461b782d4f063c427f725b464619b05543102f20f5d82ca85033988
|
|
| MD5 |
469fe2e31b88baa4335ba53b2e4a67c1
|
|
| BLAKE2b-256 |
e0123a432d194317aaf00dc2ec1e6e7e32f292e56f81b3910cd48d02972791d7
|