Skip to main content

A small library specialising in convenient localisation

Project description

Vesna

Українська

Description

A lightweight library specialized in convenient localization (i18n).

Installation

Via uv (recommended):

  • uv pip install vesna — Minimal
  • uv pip install vesna[all] — Full

Via pip:

  • python -m pip install vesna — Minimal
  • python -m pip install vesna[all] — Full

Quick Start

import vesna

async def main():
    await vesna.i18n.load_file(
        vesna.providers.ProviderJSON(), "uk", "tests/localisation/{locale_code}.json"
    )

    l = vesna.Locale("uk")
    print(l["vesna"])
    print(l("hello", l.get("world")))

Features

  • Support for multiple localization formats
  • Convenient syntax with [] and () support
  • Babel integration

Usage

Providers

  • FluentProvider: Fluent format (requires fluent.runtime).
  • GettextProvider: GNU Gettext format (requires Babel).
  • ProviderJSON: JSON format (uses pydantic_core, requires pydantic).
  • ProviderJSON5: JSON5 format (requires json5 or pyjson5).
  • ProviderHJSON: HJSON format (requires hjson).
  • ProviderTOML: TOML format (requires rtoml).
  • ProviderYAML: YAML format (requires ruamel.yaml).

Creating a custom Vesna instance

import vesna
v = vesna.Vesna()
# Set as the global default object
v.default_object = v

License

This project is licensed under the MIT License. See the 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

vesna-1.0.0.tar.gz (26.7 kB view details)

Uploaded Source

Built Distribution

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

vesna-1.0.0-py3-none-any.whl (15.5 kB view details)

Uploaded Python 3

File details

Details for the file vesna-1.0.0.tar.gz.

File metadata

  • Download URL: vesna-1.0.0.tar.gz
  • Upload date:
  • Size: 26.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vesna-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e51419ba67cc4c4fc9b4528f5e3f8b8acaba50a6d450dd48f26bcda8c7bdef47
MD5 5614b2c37038488e001c29622b50ea93
BLAKE2b-256 7091c9646370622d02d373b706c18bca02154ea98c297616e3a092b6bedc5437

See more details on using hashes here.

Provenance

The following attestation bundles were made for vesna-1.0.0.tar.gz:

Publisher: ci.yml on BRamil0/vesna

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file vesna-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: vesna-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for vesna-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e26d05671fa02672c4d60b79fc352086a58f1f954da68fa2e12acef1504115e
MD5 5ef78fa09b1c268197dbc827b8e5af55
BLAKE2b-256 1ff2200a9afb0c42b8f1dc12fb60c2c091b76c032210379ed83a4979294d95d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for vesna-1.0.0-py3-none-any.whl:

Publisher: ci.yml on BRamil0/vesna

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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