{"id":19741125,"url":"https://github.com/marrow/web.account","last_synced_at":"2025-10-10T15:32:50.249Z","repository":{"id":29037638,"uuid":"32565131","full_name":"marrow/web.account","owner":"marrow","description":"Extensible user registration and authentication subsystem for WebCore and Contentment applications.","archived":false,"fork":false,"pushed_at":"2017-04-27T16:58:33.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T19:53:17.631Z","etag":null,"topics":["authentication","cpython","extension","marrow","pypy","python","user-management","webcore"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marrow.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-03-20T05:47:54.000Z","updated_at":"2017-02-01T20:43:37.000Z","dependencies_parsed_at":"2022-08-22T03:50:29.593Z","dependency_job_id":null,"html_url":"https://github.com/marrow/web.account","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marrow%2Fweb.account","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marrow%2Fweb.account/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marrow%2Fweb.account/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marrow%2Fweb.account/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marrow","download_url":"https://codeload.github.com/marrow/web.account/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241070188,"owners_count":19904335,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["authentication","cpython","extension","marrow","pypy","python","user-management","webcore"],"created_at":"2024-11-12T01:24:49.170Z","updated_at":"2025-10-10T15:32:45.209Z","avatar_url":"https://github.com/marrow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"================\nWebCore Sessions\n================\n\n    © 2006-2016 Alice Bevan-McGregor and contributors.\n\n..\n\n    https://github.com/marrow/web.session\n\n..\n\n    |latestversion| |ghtag| |downloads| |masterstatus| |mastercover| |masterreq| |ghwatch| |ghstar|\n\n\n\nOverview\n========\n\nTBD.\n\n\nInstallation\n============\n\nInstalling ``web.session`` is easy, just execute the following in a terminal::\n\n    pip install web.session\n\n**Note:** We *strongly* recommend always using a container, virtualization, or sandboxing environment of some kind when\ndeveloping using Python; installing things system-wide is yucky (for a variety of reasons) nine times out of ten.  We\nprefer light-weight `virtualenv \u003chttps://virtualenv.pypa.io/en/latest/virtualenv.html\u003e`_, others prefer solutions as\nrobust as `Vagrant \u003chttp://www.vagrantup.com\u003e`_.\n\nIf you add ``web.session`` to the ``install_requires`` argument of the call to ``setup()`` in your application's\n``setup.py`` file, this package will be automatically installed and made available when your own application or\nlibrary is installed.  We recommend using \"less than\" version numbers to ensure there are no unintentional\nside-effects when updating.  Use ``web.session\u003c2.1`` to get all bugfixes for the current release, and\n``web.session\u003c3.0`` to get bugfixes and feature updates while ensuring that large breaking changes are not installed.\n\n\nDevelopment Version\n-------------------\n\n|developstatus| |developcover| |ghsince| |issuecount| |ghfork|\n\nDevelopment takes place on `GitHub \u003chttps://github.com/\u003e`_ in the\n`web.session \u003chttps://github.com/marrow/web.session/\u003e`_ project.  Issue tracking, documentation, and downloads\nare provided there. Development chat (both development of WebCore and chat for users using WebCore to develop their\nown solutions) is graciously provided by `Freenode \u003circs://chat.freenode.net:6697/#webcore\u003e`_ in the ``#webcore``\nchannel.\n\nInstalling the current development version requires `Git \u003chttp://git-scm.com/\u003e`_, a distributed source code management\nsystem.  If you have Git you can run the following to download and *link* the development version into your Python\nruntime::\n\n    git clone https://github.com/marrow/web.session.git\n    pip install -e web.session\n\nYou can then upgrade to the latest version at any time::\n\n    (cd web.session; git pull; pip install -e .)\n\nExtra dependenies can be declared the same as per web-based installation::\n\n    pip install -e 'web.session[development]'\n\nIf you would like to make changes and contribute them back to the project, fork the GitHub project, make your changes,\nand submit a pull request.  This process is beyond the scope of this documentation; for more information see\n`GitHub's documentation \u003chttp://help.github.com/\u003e`_.\n\n\nUsage\n=====\n\nTBD.\n\n\nVersion History\n===============\n\nVersion 2.0\n-----------\n\n- Initial release utilizing modern WebCore 2.0 extension protocols.\n\n\nLicense\n=======\n\nWebCore Sessions has been released under the MIT Open Source license.\n\nThe MIT License\n---------------\n\nCopyright © 2006-2016 Alice Bevan-McGregor and contributors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated\ndocumentation files (the “Software”), to deal in the Software without restriction, including without limitation the\nrights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit\npersons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the\nSoftware.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE\nWARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR\nOTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n\n\n.. |ghwatch| image:: https://img.shields.io/github/watchers/marrow/web.session.svg?style=social\u0026label=Watch\n    :target: https://github.com/marrow/WebCore/subscription\n    :alt: Subscribe to project activity on Github.\n\n.. |ghstar| image:: https://img.shields.io/github/stars/marrow/web.session.svg?style=social\u0026label=Star\n    :target: https://github.com/marrow/WebCore/subscription\n    :alt: Star this project on Github.\n\n.. |ghfork| image:: https://img.shields.io/github/forks/marrow/web.session.svg?style=social\u0026label=Fork\n    :target: https://github.com/marrow/WebCore/fork\n    :alt: Fork this project on Github.\n\n.. |masterstatus| image:: http://img.shields.io/travis/marrow/web.session/master.svg?style=flat\n    :target: https://travis-ci.org/marrow/WebCore/branches\n    :alt: Release build status.\n\n.. |mastercover| image:: http://img.shields.io/codecov/c/github/marrow/web.session/master.svg?style=flat\n    :target: https://codecov.io/github/marrow/WebCore?branch=master\n    :alt: Release test coverage.\n\n.. |masterreq| image:: https://img.shields.io/requires/github/marrow/web.session.svg\n    :target: https://requires.io/github/marrow/web.session/requirements/?branch=master\n    :alt: Status of release dependencies.\n\n.. |developstatus| image:: http://img.shields.io/travis/marrow/web.session/develop.svg?style=flat\n    :target: https://travis-ci.org/marrow/web.session/branches\n    :alt: Development build status.\n\n.. |developcover| image:: http://img.shields.io/codecov/c/github/marrow/web.session/develop.svg?style=flat\n    :target: https://codecov.io/github/marrow/web.session?branch=develop\n    :alt: Development test coverage.\n\n.. |developreq| image:: https://img.shields.io/requires/github/marrow/web.session.svg\n    :target: https://requires.io/github/marrow/web.session/requirements/?branch=develop\n    :alt: Status of development dependencies.\n\n.. |issuecount| image:: http://img.shields.io/github/issues-raw/marrow/web.session.svg?style=flat\n    :target: https://github.com/marrow/WebCore/issues\n    :alt: Github Issues\n\n.. |ghsince| image:: https://img.shields.io/github/commits-since/marrow/web.session/2.0.2.svg\n    :target: https://github.com/marrow/web.session/commits/develop\n    :alt: Changes since last release.\n\n.. |ghtag| image:: https://img.shields.io/github/tag/marrow/web.session.svg\n    :target: https://github.com/marrow/web.session/tree/2.0.2\n    :alt: Latest Github tagged release.\n\n.. |latestversion| image:: http://img.shields.io/pypi/v/web.session.svg?style=flat\n    :target: https://pypi.python.org/pypi/web.session\n    :alt: Latest released version.\n\n.. |downloads| image:: http://img.shields.io/pypi/dw/web.session.svg?style=flat\n    :target: https://pypi.python.org/pypi/web.session\n    :alt: Downloads per week.\n\n.. |cake| image:: http://img.shields.io/badge/cake-lie-1b87fb.svg?style=flat\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarrow%2Fweb.account","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarrow%2Fweb.account","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarrow%2Fweb.account/lists"}