Common utilities and data models for Hezor projects
Project description
Hezor Common
Common utilities and data models for Hezor projects.
Features
- Data Models for Creations: Pydantic-based models for structured content creation
- Creation models: Top-level model with metadata, authors, and contributors
- Chapter models: Chapter structure with metadata, summary, and sections
- Section models: Section structure with data queries, chart suggestions, and analysis guidelines
- Result models: Generation results for creations, chapters, and sections
Installation
pip install hezor-common
Usage
Data Models
from hezor_common.data_model import (
CreationModel,
CreationMeta,
Author,
ChapterModel,
SectionModel,
)
# Create a creation model
author = Author(name="John Doe", avatar="https://example.com/avatar.jpg")
meta = CreationMeta(
name="Single Store Profit Model",
description="A comprehensive profit analysis model",
author=author,
path="food_beverage/single_store_profit_model",
domain="food_beverage",
slug="single_store_profit_model"
)
creation = CreationModel(
meta=meta,
summary=None,
chapters=[]
)
API Reference
All models are exported from hezor_common.data_model:
- Creation:
CreationModel,CreationMeta,CreationSummary,Author,Contributor - Chapter:
ChapterModel,ChapterMeta,ChapterSummary - Section:
SectionModel,TitleGuideline,DataQuery,Dataset,ChartSuggestion,AnalysisGuideline - Results:
SectionGenerateResult,ChapterGenerateResult
Requirements
- Python >= 3.11
- pydantic >= 2.0.0
Changelog
See CHANGELOG.md for detailed version history and changes.
License
MIT License - see LICENSE file for details.
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
hezor_common-0.4.0.tar.gz
(80.9 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
File details
Details for the file hezor_common-0.4.0.tar.gz.
File metadata
- Download URL: hezor_common-0.4.0.tar.gz
- Upload date:
- Size: 80.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b81d3282a23de5d0ad03dd19fb9baf101f3ed700d846769a55d9c6780b3d0391
|
|
| MD5 |
6a145c1171ade521af6a5ab2bbe27762
|
|
| BLAKE2b-256 |
88b52c853028c34f9fe522ffe174ed924ff50f9cd5f622444ada92e98dfde908
|
File details
Details for the file hezor_common-0.4.0-py3-none-any.whl.
File metadata
- Download URL: hezor_common-0.4.0-py3-none-any.whl
- Upload date:
- Size: 67.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
142d423b095590c46d86e2ffea3d9a32831e6a08b87c276485402ad8d9903cad
|
|
| MD5 |
1259c9bc82f565b7bae67b938d402eea
|
|
| BLAKE2b-256 |
6bb6dbf706489f50cab70cd170ff471172636fdd98a245dc6e9a7cf672f9abc1
|