severus


Nameseverus JSON
Version 1.4.1 PyPI version JSON
download
home_pageNone
SummaryAn internationalization engine designed with simplicity in mind
upload_time2024-12-14 15:02:02
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD-3-Clause
keywords internationalization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Severus

Severus – */seˈweː.rus/* – is a Python internationalization engine designed with simplicity in mind.

## In a nutshell

*it.json*

```json
{
    "Hello world!": "Ciao mondo!"
}
```

*translate.py*

```python
from severus import Severus, language

T = Severus()

with language("it"):
    print(T("Hello world!"))
```

## Documentation

The documentation is available under the [docs folder](https://github.com/emmett-framework/severus/tree/master/docs).

## License

Severus is released under the BSD License.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "severus",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "internationalization",
    "author": null,
    "author_email": "Giovanni Barillari <g@baro.dev>",
    "download_url": "https://files.pythonhosted.org/packages/9f/72/72267a8aabb7fdb82d9596d37f23e402abd2213416b195ff3abadd88f815/severus-1.4.1.tar.gz",
    "platform": null,
    "description": "# Severus\n\nSeverus \u2013 */se\u02c8we\u02d0.rus/* \u2013 is a Python internationalization engine designed with simplicity in mind.\n\n## In a nutshell\n\n*it.json*\n\n```json\n{\n    \"Hello world!\": \"Ciao mondo!\"\n}\n```\n\n*translate.py*\n\n```python\nfrom severus import Severus, language\n\nT = Severus()\n\nwith language(\"it\"):\n    print(T(\"Hello world!\"))\n```\n\n## Documentation\n\nThe documentation is available under the [docs folder](https://github.com/emmett-framework/severus/tree/master/docs).\n\n## License\n\nSeverus is released under the BSD License.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "An internationalization engine designed with simplicity in mind",
    "version": "1.4.1",
    "project_urls": {
        "Documentation": "https://github.com/emmett-framework/severus/tree/master/docs",
        "Funding": "https://github.com/sponsors/gi0baro",
        "Homepage": "https://github.com/emmett-framework/severus",
        "Issues": "https://github.com/emmett-framework/severus/issues",
        "Source": "https://github.com/emmett-framework/severus"
    },
    "split_keywords": [
        "internationalization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb47b341eb7784799265ea42222dd34ad64e018634d1ff5552337a417027c84b",
                "md5": "5398157deabca87cf149ee0d9ca63980",
                "sha256": "642974cb5b513ccc836abf8b7a0d93adffd59d0730ae3a3c7c1e4d8b62566587"
            },
            "downloads": -1,
            "filename": "severus-1.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5398157deabca87cf149ee0d9ca63980",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7487,
            "upload_time": "2024-12-14T15:02:00",
            "upload_time_iso_8601": "2024-12-14T15:02:00.781358Z",
            "url": "https://files.pythonhosted.org/packages/bb/47/b341eb7784799265ea42222dd34ad64e018634d1ff5552337a417027c84b/severus-1.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9f7272267a8aabb7fdb82d9596d37f23e402abd2213416b195ff3abadd88f815",
                "md5": "5bfc89131d59b4bbd6702df9dcb9c668",
                "sha256": "74df78758216c7fe603d30b341c3528b94e451c0cb94fd46ba9fa8da8f4d92ca"
            },
            "downloads": -1,
            "filename": "severus-1.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5bfc89131d59b4bbd6702df9dcb9c668",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10406,
            "upload_time": "2024-12-14T15:02:02",
            "upload_time_iso_8601": "2024-12-14T15:02:02.850671Z",
            "url": "https://files.pythonhosted.org/packages/9f/72/72267a8aabb7fdb82d9596d37f23e402abd2213416b195ff3abadd88f815/severus-1.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 15:02:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "emmett-framework",
    "github_project": "severus",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "severus"
}
        
Elapsed time: 0.48291s