navigator-session


Namenavigator-session JSON
Version 0.5.4 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-04-24 22:19:53
maintainerNone
docs_urlNone
authorJesus Lara
requires_python>=3.9.16
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.16",
    "maintainer_email": null,
    "keywords": "asyncio, session, aioredis, aiohttp",
    "author": "Jesus Lara",
    "author_email": "jesuslarag@gmail.com",
    "download_url": null,
    "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.5.4",
    "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": "c7fee84aa85482209d0e753e9f15cdf6c4b737a419a5b69177be9f8bf176cc7a",
                "md5": "8fe78be161c19c4ad7ec56e827b87d94",
                "sha256": "1e186c96567f3b3b962f9b5636921b1e766358b5fea56d927b2176abf2262c3d"
            },
            "downloads": -1,
            "filename": "navigator_session-0.5.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8fe78be161c19c4ad7ec56e827b87d94",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.16",
            "size": 17540,
            "upload_time": "2024-04-24T22:19:53",
            "upload_time_iso_8601": "2024-04-24T22:19:53.626190Z",
            "url": "https://files.pythonhosted.org/packages/c7/fe/e84aa85482209d0e753e9f15cdf6c4b737a419a5b69177be9f8bf176cc7a/navigator_session-0.5.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-24 22:19:53",
    "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.26666s