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.1.0.tar.gz
(11.0 kB
view details)
Built Distribution
Severus-1.1.0-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file Severus-1.1.0.tar.gz
.
File metadata
- Download URL: Severus-1.1.0.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.8 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0300c389575cd4a02265393f1c49ae5ef424aff61a00cbd4c51a25f529cd54ec |
|
MD5 | f2a64e3fcb23995a87204da738da3168 |
|
BLAKE2b-256 | abd0c038f0abacfaeb8fece5b5271e3f6327260b454fdf1e1636eed036c9d7f5 |
File details
Details for the file Severus-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.1.0-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.8 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59a19e629c7b7b02da586f20f893b875d1e743f96c91a6757322cab1f6829fd |
|
MD5 | 5c5657387c440eab289d30fbe5cca9e4 |
|
BLAKE2b-256 | b5da5001f3a3ab7a97581155a422272591adf163a28dc7a0f295d59eca7c49a9 |