Skip to main content

A simple configuration manager with Pydantic and JSON export.

Project description

.\build.ps1

from pydantic import BaseModel
from HowdenConfig.config import Config


class Model1(BaseModel):
    provider_and_model: str = "openai:"
    path: str = "hest"

class Model2(BaseModel):
    provider_and_model: str = "llamaparser:"
    path: str = "hest2"


class Parameter(Config):
    pdf_path: str = "hest/b.json"
    split: bool = True
    llama_premium_mode: bool = True
    model1: Model1 = Model1()
    model2: Model2 = Model2()



if __name__ == "__main__":
    parameter = Parameter()
    print(parameter.split)
    print(parameter.pdf_path)
    print(parameter.model1.provider_and_model)
    parameter.write_to_json_file("hest.json")

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

howdenconfig-1.0.4.tar.gz (2.4 kB view details)

Uploaded Source

Built Distribution

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

howdenconfig-1.0.4-py3-none-any.whl (3.5 kB view details)

Uploaded Python 3

File details

Details for the file howdenconfig-1.0.4.tar.gz.

File metadata

  • Download URL: howdenconfig-1.0.4.tar.gz
  • Upload date:
  • Size: 2.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.10.11 Windows/10

File hashes

Hashes for howdenconfig-1.0.4.tar.gz
Algorithm Hash digest
SHA256 a1635077ea5b4620964183ae49c5bef2b2c38a4f2308cba2c60ba3f378607e59
MD5 d89e1a71c6d5184d7e72fb626bdb89c8
BLAKE2b-256 599d189f18884c9c95a5b3e05b1601c048817ddd734d5969ad516faa63355662

See more details on using hashes here.

File details

Details for the file howdenconfig-1.0.4-py3-none-any.whl.

File metadata

  • Download URL: howdenconfig-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.4 CPython/3.10.11 Windows/10

File hashes

Hashes for howdenconfig-1.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 11e2b95cbe74a4c6c73f9418639ff1ab44b4775654f5b6e5a09ac54c443180a2
MD5 28faa4657d97352500095f26d677419b
BLAKE2b-256 33f9de2feeb60fc4b5a98555640b9304162494cdbf1518893c1461c9407cb9dd

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