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.0.1.tar.gz
(10.9 kB
view details)
Built Distribution
Severus-1.0.1-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file Severus-1.0.1.tar.gz
.
File metadata
- Download URL: Severus-1.0.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.0.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba3b621b8710e8abfc339674b8e6c36b6174dc7cf94f2dbe1d694fed88365a46 |
|
MD5 | 92ff1c4b83d93f185757a582d39241c5 |
|
BLAKE2b-256 | bb767b65cc837d9fdf383a719c514804d685bb90fa436185141ffde1c6f7054d |
File details
Details for the file Severus-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.0.1-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.8.2 Linux/5.0.0-1035-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b4b773b3fe137588dbe91d18131a05e714b6c25735d823cc69991f14c66305ce |
|
MD5 | 9102a18f4decedf9214e57dfb80be492 |
|
BLAKE2b-256 | 7e30dc19a90e370a3efe8bcef22adb9effef2fe3bafe91d65881d43b76acd689 |