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.2.tar.gz
(10.7 kB
view details)
Built Distribution
severus-1.2.2-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file severus-1.2.2.tar.gz
.
File metadata
- Download URL: severus-1.2.2.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 210d45f36cce9a952af6bc9d090bc149f345d8bf12b78a1ed272e4350898cde9 |
|
MD5 | e7ddbeeb32fb4d0f264c406fd413334e |
|
BLAKE2b-256 | 50329bfd1d56491e8516cba74da8c0d66140b8f2a9711576ee9b93f7d3f179ce |
File details
Details for the file severus-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: severus-1.2.2-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.10.9 Linux/5.15.0-1039-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13af4035598ce39df6a62a7acdeb362e52b7dd3c8a56ce65647a54077fd57bff |
|
MD5 | 368a395ebea007355396a51c847c33b5 |
|
BLAKE2b-256 | b40be7a736061eed773595edb0eda3ddf32d100e4dd141af6c9198a0a69cc77c |