navigator-session


Namenavigator-session JSON
Version 0.6.2 PyPI version JSON
download
home_pagehttps://github.com/phenobarbital/navigator-session
SummaryNavigator Session allows us to store user-specific data into session object.
upload_time2024-11-02 23:28:18
maintainerNone
docs_urlNone
authorJesus Lara
requires_python>=3.9.13
licenseApache-2.0
keywords asyncio session aioredis aiohttp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Navigator_Session #

Navigator_Session Allows us to store User-based data into a session Object, this session object exposes an dict-like interface and uses cookies or redis as persistent backend.

* Quick summary
* Version
* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)

### Getting Started ###

* Installation
* Configuration
* Dependencies
* Database configuration
* How to run tests
* Deployment instructions

### Requirements ###

* Python >= 3.9
* asyncio (https://pypi.python.org/pypi/asyncio/)
* aiohttp >= 3.8
* Navigator-API >= 2.1

### License ###

Navigator_Session is copyright of Jesus Lara (https://phenobarbital.info) and under Apache 2 license. I am providing code in this repository under an open source license, remember, this is my personal repository; the license that you receive is from me and not from my employeer.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/phenobarbital/navigator-session",
    "name": "navigator-session",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.13",
    "maintainer_email": null,
    "keywords": "asyncio, session, aioredis, aiohttp",
    "author": "Jesus Lara",
    "author_email": "jesuslarag@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e8/43/f521059c9565a4a1bcd085b3b89d12f42210483389fd6a6b1cd72dc270b2/navigator_session-0.6.2.tar.gz",
    "platform": "POSIX",
    "description": "# Navigator_Session #\n\nNavigator_Session Allows us to store User-based data into a session Object, this session object exposes an dict-like interface and uses cookies or redis as persistent backend.\n\n* Quick summary\n* Version\n* [Learn Markdown](https://bitbucket.org/tutorials/markdowndemo)\n\n### Getting Started ###\n\n* Installation\n* Configuration\n* Dependencies\n* Database configuration\n* How to run tests\n* Deployment instructions\n\n### Requirements ###\n\n* Python >= 3.9\n* asyncio (https://pypi.python.org/pypi/asyncio/)\n* aiohttp >= 3.8\n* Navigator-API >= 2.1\n\n### License ###\n\nNavigator_Session is copyright of Jesus Lara (https://phenobarbital.info) and under Apache 2 license. I am providing code in this repository under an open source license, remember, this is my personal repository; the license that you receive is from me and not from my employeer.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Navigator Session allows us to store user-specific data into session object.",
    "version": "0.6.2",
    "project_urls": {
        "Funding": "https://paypal.me/phenobarbital",
        "Homepage": "https://github.com/phenobarbital/navigator-session",
        "Say Thanks!": "https://saythanks.io/to/phenobarbital",
        "Source": "https://github.com/phenobarbital/navigator-session"
    },
    "split_keywords": [
        "asyncio",
        " session",
        " aioredis",
        " aiohttp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f76270bb4ca3e0d1b26264b5478d4a16fc03ea2c1642260f46a450131d9cfeba",
                "md5": "8a0a19a75c72c9f8bdcc89edb65e3ce5",
                "sha256": "c221b8f297dcb3635616b8ed0398aca7a7b8aea42fb4dfa688006bd6a267ba89"
            },
            "downloads": -1,
            "filename": "navigator_session-0.6.2-py3-none-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "8a0a19a75c72c9f8bdcc89edb65e3ce5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.13",
            "size": 17963,
            "upload_time": "2024-11-02T23:28:10",
            "upload_time_iso_8601": "2024-11-02T23:28:10.502135Z",
            "url": "https://files.pythonhosted.org/packages/f7/62/70bb4ca3e0d1b26264b5478d4a16fc03ea2c1642260f46a450131d9cfeba/navigator_session-0.6.2-py3-none-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e843f521059c9565a4a1bcd085b3b89d12f42210483389fd6a6b1cd72dc270b2",
                "md5": "f372cafb9c2009bfb1647d0fea680773",
                "sha256": "48b94e14b30d083bbaf736b9ea23b6b15d6d382f7b409c7cb15484ab6b5f13e3"
            },
            "downloads": -1,
            "filename": "navigator_session-0.6.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f372cafb9c2009bfb1647d0fea680773",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.13",
            "size": 19475,
            "upload_time": "2024-11-02T23:28:18",
            "upload_time_iso_8601": "2024-11-02T23:28:18.095587Z",
            "url": "https://files.pythonhosted.org/packages/e8/43/f521059c9565a4a1bcd085b3b89d12f42210483389fd6a6b1cd72dc270b2/navigator_session-0.6.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-02 23:28:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "phenobarbital",
    "github_project": "navigator-session",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "navigator-session"
}
        
Elapsed time: 0.39812s