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.2.tar.gz (28.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.2-py3-none-any.whl (16.2 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: vesna-1.0.2.tar.gz
  • Upload date:
  • Size: 28.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.2.tar.gz
Algorithm Hash digest
SHA256 c01b9bc2bfc76a0f8fcac6efdd53ad330b32222d29e69ee0dbb0acac4262e047
MD5 57daf0374b094ee0a342fe750d188dac
BLAKE2b-256 831c1ae47de7dc371774a8a94975aedfc4b668562881581d73f84a847247bda4

See more details on using hashes here.

Provenance

The following attestation bundles were made for vesna-1.0.2.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.2-py3-none-any.whl.

File metadata

  • Download URL: vesna-1.0.2-py3-none-any.whl
  • Upload date:
  • Size: 16.2 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 f3e63e9cbd7f741d282efe9619cadc8cda7712c24fece588b0a95d0f48f734ca
MD5 db461216b0b6f2ab139a8a5f5a386920
BLAKE2b-256 bddac49256754a343158542fce294fcfab96953709bda19f786e0116a97a0664

See more details on using hashes here.

Provenance

The following attestation bundles were made for vesna-1.0.2-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