Skip to main content

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

License

MIT License - see LICENSE file for details.

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

hezor_common-0.1.6.tar.gz (13.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

hezor_common-0.1.6-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file hezor_common-0.1.6.tar.gz.

File metadata

  • Download URL: hezor_common-0.1.6.tar.gz
  • Upload date:
  • Size: 13.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for hezor_common-0.1.6.tar.gz
Algorithm Hash digest
SHA256 5f0cddc493c8f63e2603093ca49158537e5866254d51f46e3c0b66184602de9d
MD5 4b3f06959e00d7681acf17b2ff567abe
BLAKE2b-256 a07f4699fe9f07cf91839a7e113cdcb38d9502d0911cb177cc65c6e153e25b1b

See more details on using hashes here.

File details

Details for the file hezor_common-0.1.6-py3-none-any.whl.

File metadata

  • Download URL: hezor_common-0.1.6-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.12

File hashes

Hashes for hezor_common-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 f9a917ecf5cd703a69214c32eb280a97500d481cbe7c1371f1c110cf676b4c7e
MD5 c7b88eea780722b565cb2243e26b56e1
BLAKE2b-256 a165741c930f034fe9903b4c673bc41d8f5a45e9271996325851eae1c5dfa219

See more details on using hashes here.

Supported by

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