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.3.0.tar.gz
(10.7 kB
view details)
Built Distribution
severus-1.3.0-py3-none-any.whl
(12.7 kB
view details)
File details
Details for the file severus-1.3.0.tar.gz
.
File metadata
- Download URL: severus-1.3.0.tar.gz
- Upload date:
- Size: 10.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.10.9 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b7c052b4a23a87eefa9d10b57f4c7beba7c71d15d6620722ec2c72fba04a02e |
|
MD5 | 5647b3387dc479605ada11d6bd3ce56f |
|
BLAKE2b-256 | 7c398809b8f2aac52c1e9774c3a62da695a8c552addff1c89ed4be7b65bb1cad |
File details
Details for the file severus-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: severus-1.3.0-py3-none-any.whl
- Upload date:
- Size: 12.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.6.0 CPython/3.10.9 Linux/6.2.0-1012-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aaade1a5401bfbe610b74cb6f8d4def3dc09b57757b14d0f838bddfd16106dfa |
|
MD5 | bb4827a8cb8891910600a5d310e99cb8 |
|
BLAKE2b-256 | d5b79fc2810314e2adaab815662eff2e6d11aa282d0579bbc70e0e7a14c0b7ee |