jamlib


Namejamlib JSON
Version 1.1.4 PyPI version JSON
download
home_pageNone
SummarySimple and univirsal library for authorization.
upload_time2025-08-17 23:51:50
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseMIT License
keywords auth backend jwt
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Jam

![logo](https://github.com/lyaguxafrog/jam/blob/master/docs/assets/h_logo_n_title.png?raw=true)

![Static Badge](https://img.shields.io/badge/Python-3.13-blue?logo=python&logoColor=white)
![PyPI - Version](https://img.shields.io/pypi/v/jamlib)
![tests](https://github.com/lyaguxafrog/jam/actions/workflows/run-tests.yml/badge.svg)
![GitHub License](https://img.shields.io/github/license/lyaguxafrog/jam)

Documentation: [jam.makridenko.ru](https://jam.makridenko.ru)

## Install
```bash
pip install jamlib
```

## Getting start
```python
# -*- coding: utf-8 -*-

from jam import Jam
from jam.utils import make_jwt_config

config = make_jwt_config(
    alg="HS256",
    secret_key="some-key",
    expire=36000,
)

jam = Jam(auth_type="jwt", config=config)
token = jam.gen_jwt_token({"user_id": 1})
```

## Roadmap
![Roadmap](https://github.com/lyaguxafrog/jam/blob/master/docs/assets/roadmap.png?raw=true)

© [Adrian Makridenko](https://github.com/lyaguxafrog) 2025

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "jamlib",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": null,
    "keywords": "auth, backend, jwt",
    "author": null,
    "author_email": "Makridenko Adrian <adrianmakridenko@duck.com>",
    "download_url": "https://files.pythonhosted.org/packages/de/0e/894d2889567a6133c8cab2183f5ff0ca021d97db444cdc5c4ae350dd2a2c/jamlib-1.1.4.tar.gz",
    "platform": null,
    "description": "# Jam\n\n![logo](https://github.com/lyaguxafrog/jam/blob/master/docs/assets/h_logo_n_title.png?raw=true)\n\n![Static Badge](https://img.shields.io/badge/Python-3.13-blue?logo=python&logoColor=white)\n![PyPI - Version](https://img.shields.io/pypi/v/jamlib)\n![tests](https://github.com/lyaguxafrog/jam/actions/workflows/run-tests.yml/badge.svg)\n![GitHub License](https://img.shields.io/github/license/lyaguxafrog/jam)\n\nDocumentation: [jam.makridenko.ru](https://jam.makridenko.ru)\n\n## Install\n```bash\npip install jamlib\n```\n\n## Getting start\n```python\n# -*- coding: utf-8 -*-\n\nfrom jam import Jam\nfrom jam.utils import make_jwt_config\n\nconfig = make_jwt_config(\n    alg=\"HS256\",\n    secret_key=\"some-key\",\n    expire=36000,\n)\n\njam = Jam(auth_type=\"jwt\", config=config)\ntoken = jam.gen_jwt_token({\"user_id\": 1})\n```\n\n## Roadmap\n![Roadmap](https://github.com/lyaguxafrog/jam/blob/master/docs/assets/roadmap.png?raw=true)\n\n&copy; [Adrian Makridenko](https://github.com/lyaguxafrog) 2025\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Simple and univirsal library for authorization.",
    "version": "1.1.4",
    "project_urls": {
        "Changelog": "https://github.com/lyaguxafrog/jam/releases",
        "Homepage": "https://jam.makridenko.ru",
        "Issues": "https://github.com/lyaguxafrog/jam/issues",
        "Repository": "https://github.com/lyaguxafrog/jam"
    },
    "split_keywords": [
        "auth",
        " backend",
        " jwt"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7064baef40c691ab99430fcf98ed0b1e7d4b9b5c3402b7d531bd764cb3dec5af",
                "md5": "2e70cadf4d5f25ad3f73b18d271f9ab9",
                "sha256": "d3177a4a5657c62d42ab1203f5205887c6b0953a0f6cf13d7b8f5f6925d817cc"
            },
            "downloads": -1,
            "filename": "jamlib-1.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2e70cadf4d5f25ad3f73b18d271f9ab9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 21930,
            "upload_time": "2025-08-17T23:51:49",
            "upload_time_iso_8601": "2025-08-17T23:51:49.532511Z",
            "url": "https://files.pythonhosted.org/packages/70/64/baef40c691ab99430fcf98ed0b1e7d4b9b5c3402b7d531bd764cb3dec5af/jamlib-1.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "de0e894d2889567a6133c8cab2183f5ff0ca021d97db444cdc5c4ae350dd2a2c",
                "md5": "5f70cf2c223f3a109637cc6f3d6e726b",
                "sha256": "94694077c43e981e54af35cece0cd2f6a07e1a104efff44a36e646a469e3f763"
            },
            "downloads": -1,
            "filename": "jamlib-1.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "5f70cf2c223f3a109637cc6f3d6e726b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 13960,
            "upload_time": "2025-08-17T23:51:50",
            "upload_time_iso_8601": "2025-08-17T23:51:50.697132Z",
            "url": "https://files.pythonhosted.org/packages/de/0e/894d2889567a6133c8cab2183f5ff0ca021d97db444cdc5c4ae350dd2a2c/jamlib-1.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-17 23:51:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lyaguxafrog",
    "github_project": "jam",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "jamlib"
}
        
Elapsed time: 0.55247s