severus


Nameseverus JSON
Version 1.3.0 PyPI version JSON
download
home_pagehttps://github.com/emmett-framework/severus
SummaryAn internationalization engine designed with simplicity in mind
upload_time2023-10-18 12:53:01
maintainer
docs_urlNone
authorGiovanni Barillari
requires_python>=3.8,<4.0
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.

[![pip version](https://img.shields.io/pypi/v/severus.svg?style=flat)](https://pypi.python.org/pypi/Severus) 
![Tests Status](https://github.com/emmett-framework/severus/workflows/Tests/badge.svg)

## 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": "https://github.com/emmett-framework/severus",
    "name": "severus",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "internationalization",
    "author": "Giovanni Barillari",
    "author_email": "gi0baro@d4net.org",
    "download_url": "https://files.pythonhosted.org/packages/7c/39/8809b8f2aac52c1e9774c3a62da695a8c552addff1c89ed4be7b65bb1cad/severus-1.3.0.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[![pip version](https://img.shields.io/pypi/v/severus.svg?style=flat)](https://pypi.python.org/pypi/Severus) \n![Tests Status](https://github.com/emmett-framework/severus/workflows/Tests/badge.svg)\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.3.0",
    "project_urls": {
        "Homepage": "https://github.com/emmett-framework/severus",
        "Issue Tracker": "https://github.com/emmett-framework/severus/issues",
        "Repository": "https://github.com/emmett-framework/severus"
    },
    "split_keywords": [
        "internationalization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5b79fc2810314e2adaab815662eff2e6d11aa282d0579bbc70e0e7a14c0b7ee",
                "md5": "bb4827a8cb8891910600a5d310e99cb8",
                "sha256": "aaade1a5401bfbe610b74cb6f8d4def3dc09b57757b14d0f838bddfd16106dfa"
            },
            "downloads": -1,
            "filename": "severus-1.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bb4827a8cb8891910600a5d310e99cb8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 12719,
            "upload_time": "2023-10-18T12:52:59",
            "upload_time_iso_8601": "2023-10-18T12:52:59.702787Z",
            "url": "https://files.pythonhosted.org/packages/d5/b7/9fc2810314e2adaab815662eff2e6d11aa282d0579bbc70e0e7a14c0b7ee/severus-1.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7c398809b8f2aac52c1e9774c3a62da695a8c552addff1c89ed4be7b65bb1cad",
                "md5": "5647b3387dc479605ada11d6bd3ce56f",
                "sha256": "0b7c052b4a23a87eefa9d10b57f4c7beba7c71d15d6620722ec2c72fba04a02e"
            },
            "downloads": -1,
            "filename": "severus-1.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "5647b3387dc479605ada11d6bd3ce56f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 10707,
            "upload_time": "2023-10-18T12:53:01",
            "upload_time_iso_8601": "2023-10-18T12:53:01.663980Z",
            "url": "https://files.pythonhosted.org/packages/7c/39/8809b8f2aac52c1e9774c3a62da695a8c552addff1c89ed4be7b65bb1cad/severus-1.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-18 12:53:01",
    "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.13329s