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.0.tar.gz
(11.3 kB
view details)
Built Distribution
Severus-1.0.0-py3-none-any.whl
(12.4 kB
view details)
File details
Details for the file Severus-1.0.0.tar.gz
.
File metadata
- Download URL: Severus-1.0.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.5 CPython/3.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d81448928d451d2349efd87b8d15194b0d878e6961241d5f3b963edcb336dac |
|
MD5 | 154df9e1a504c72f8d0d58fedff1f5fd |
|
BLAKE2b-256 | 4b75f95f36d1974d47f361d9f5d960aa2fe50593809b7bd1840f6c8c3455c209 |
File details
Details for the file Severus-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.0.0-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.7.5 Darwin/18.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54598203746b30d6ae62ee1a2deb2d291586ab20adc8ae90db11dcc6772f6ec2 |
|
MD5 | 2762c38d5586e5e68c9f796d7ff320bb |
|
BLAKE2b-256 | 9e07a6c6b3d30775a8461546853532f0a83780e88ea5ac4689d0694ea256872f |