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 will be soon 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.0b1.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file Severus-1.0.0b1.tar.gz
.
File metadata
- Download URL: Severus-1.0.0b1.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c33e97f7a0e61b0fba5ca4ced18550966845a92e9c7cef1ee5f201e71efc78c |
|
MD5 | 651c012a1e132e54fbb200f386886fdc |
|
BLAKE2b-256 | 0db1c26880c7cab4e2904df73309eec9416d12da574250eb0f0fd153cdaa2dce |
File details
Details for the file Severus-1.0.0b1-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.0.0b1-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.0 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cce02dfea8aa1db4cbad5f90f382a351d887620ecdcb4fe89a83c6dcee389d42 |
|
MD5 | b81025c402088042b7249b4cfa0862a8 |
|
BLAKE2b-256 | 9f22304dcd02b9c40ca870d8ff69bca8160ff8324a5d2f850ff607ec37efcb6b |