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.0.tar.gz
(11.1 kB
view details)
Built Distribution
severus-1.2.0-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file severus-1.2.0.tar.gz
.
File metadata
- Download URL: severus-1.2.0.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.4 Linux/5.15.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd131e75e47948844bc80fe189f537a5c537bee98cfb45ca345fb3b0b994cf4f |
|
MD5 | e13acd63f65541e77917df1965d3c90c |
|
BLAKE2b-256 | 57cc51d6e6042c483e5a1308830ed558d7861664f1b4446cbc96c3c38931f5a5 |
File details
Details for the file severus-1.2.0-py3-none-any.whl
.
File metadata
- Download URL: severus-1.2.0-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.2.2 CPython/3.10.4 Linux/5.15.0-1022-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8666d455207747d7e63b6627d6128a78740fbabd8d9bfd99fea07f0d2be293e8 |
|
MD5 | f528eee4fc353faf60253702d675bb0d |
|
BLAKE2b-256 | 328ab9aae9fcd79c9f46dd5962996d238a366deb68274a9788892009fd894972 |