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.0b2.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file Severus-1.0.0b2.tar.gz
.
File metadata
- Download URL: Severus-1.0.0b2.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 | 59522d54e3f6e81981615eddbd41d35952fc9bc0a110f49df4f3b7716f955ddd |
|
MD5 | f2437965db3328745deb8c24b15653a9 |
|
BLAKE2b-256 | ce1b99f5c8c287ad5517060ff92249a932a8f74587863be527b753fcb245f8c9 |
File details
Details for the file Severus-1.0.0b2-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.0.0b2-py3-none-any.whl
- Upload date:
- Size: 9.1 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 | 4c056385c4f3b404187867c847abf50df5916ceccbce725bef5bf77d8448955b |
|
MD5 | b89ca15ca86877e70b77a7d75b0e2664 |
|
BLAKE2b-256 | 04d789ee13ea67acbb76cb6aa504e791b4ba12778716faf05f9f64175218fc36 |