An internationalization engine designed with simplicity in mind
Project description
Severus
Severus – /seˈweː.rus/ – is a Python internationalization engine designed with simplicity in mind.
In a nutshell
it.json
{
"Hello world!": "Ciao mondo!"
}
translate.py
from severus import Severus, language
T = Severus()
with language("it"):
print(T("Hello world!"))
Documentation
The documentation is available under the docs folder.
License
Severus is released under the BSD License.
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
severus-1.2.1.tar.gz
(10.7 kB
view details)
Built Distribution
severus-1.2.1-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file severus-1.2.1.tar.gz
.
File metadata
- Download URL: severus-1.2.1.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.9 Linux/5.15.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b2b27f0dec1273cf3a6109da1ee603548cc6aba2e60f3bea65d64c4178e0e15 |
|
MD5 | 03839e053f260f5a22ddce6e3bdc46cc |
|
BLAKE2b-256 | 9ce2f1de514a23a9969f8d82f8f41851a63627aabbc96e7247fcf8bb765503e3 |
File details
Details for the file severus-1.2.1-py3-none-any.whl
.
File metadata
- Download URL: severus-1.2.1-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.0 CPython/3.10.9 Linux/5.15.0-1034-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 595be23a61e22497ac6cd6b58ed13ebedd3d7ec194c75de744ebcbf38047e9f0 |
|
MD5 | 609dba0b65ffc2160b39983e70e06f65 |
|
BLAKE2b-256 | 12f0aa3e4a701990744d764a12ce518083f0c0c6ed956ffca38665400360cb5c |