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.4.0.tar.gz
(10.4 kB
view details)
Built Distribution
File details
Details for the file severus-1.4.0.tar.gz
.
File metadata
- Download URL: severus-1.4.0.tar.gz
- Upload date:
- Size: 10.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ad76036dcf76bf551479970ff9a448f6517043cc30a75b8a16f42b041797621 |
|
MD5 | 279f4814450e91b0b4b064cb85498679 |
|
BLAKE2b-256 | 105177f62ff7fc8ec2e180ac1236e7d1c4f4c28175f399f34cfc25b26ba3971a |
File details
Details for the file severus-1.4.0-py3-none-any.whl
.
File metadata
- Download URL: severus-1.4.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.1 CPython/3.12.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 437956c91886c3214611fecbc13e8166f5217d91cd4f8f5069b99fb7483cc5ae |
|
MD5 | 08b4013eab76b51ac3d7cc9cf04474c3 |
|
BLAKE2b-256 | 5f7ed43c64b53b4909589df2df021b30207a2391d26fbd136f4e617cd2df5f5b |