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.1.1.tar.gz
(11.0 kB
view details)
Built Distribution
Severus-1.1.1-py3-none-any.whl
(12.5 kB
view details)
File details
Details for the file Severus-1.1.1.tar.gz
.
File metadata
- Download URL: Severus-1.1.1.tar.gz
- Upload date:
- Size: 11.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.8 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b697845913c0d48cf5ecb111f8bc3410cee518731aa2b9c9a416961ab6cdb61 |
|
MD5 | 977627962bb8e17152800bf2325715cd |
|
BLAKE2b-256 | f7fdc48ce2dc40aad619d14dc257258723445feaae331ea87c64891e9d34b179 |
File details
Details for the file Severus-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: Severus-1.1.1-py3-none-any.whl
- Upload date:
- Size: 12.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.5 CPython/3.8.8 Linux/5.4.0-1040-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0902ead79821201f8a96f635e0457dff2f5b2734e87584d2feb3c95e1a0a644c |
|
MD5 | ac6c8a066081a85c6a833021fde748c1 |
|
BLAKE2b-256 | ff15458f2f7fe45bd4586c5543df08b1f02d0e6e07a48d43b2a2efe7503f107c |