Beaker


NameBeaker JSON
Version 1.13.0 PyPI version JSON
download
home_pagehttps://beaker.readthedocs.io/
SummaryA Session and Caching library with WSGI Middleware
upload_time2024-04-11 20:32:36
maintainerNone
docs_urlNone
authorBen Bangert, Mike Bayer, Philip Jenvey, Alessandro Molina
requires_pythonNone
licenseBSD
keywords wsgi myghty session web cache middleware
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =========================
Cache and Session Library
=========================

About
=====

Beaker is a web session and general caching library that includes WSGI
middleware for use in web applications.

As a general caching library, Beaker can handle storing for various times
any Python object that can be pickled with optional back-ends on a
fine-grained basis.

Beaker was built largely on the code from MyghtyUtils, then refactored and
extended with database support.

Beaker includes Cache and Session WSGI middleware to ease integration with
WSGI capable frameworks, and is automatically used by `Pylons
<https://pylonsproject.org/about-pylons-framework.html>`_ and 
`TurboGears <https://www.turbogears.org/>`_.


Features
========

* Fast, robust performance
* Multiple reader/single writer lock system to avoid duplicate simultaneous
  cache creation
* Cache back-ends include dbm, file, memory, memcached, Redis, MongoDB, and
  database (Using SQLAlchemy for multiple-db vendor support)
* Signed cookies to prevent session hijacking/spoofing
* Cookie-only sessions to remove the need for a db or file backend (ideal
  for clustered systems)
* Extensible Container object to support new back-ends
* Caches can be divided into namespaces (to represent templates, objects,
  etc.) then keyed for different copies
* Create functions for automatic call-backs to create new cache copies after
  expiration
* Fine-grained toggling of back-ends, keys, and expiration per Cache object


Documentation
=============

Documentation can be found on the `Official Beaker Docs site
<https://beaker.readthedocs.io/en/latest/>`_.


Source
======

The latest developer version is available in a `GitHub repository
<https://github.com/bbangert/beaker>`_.

Contributing
============

Bugs can be filed on GitHub, **should be accompanied by a test case** to
retain current code coverage, and should be in a pull request when ready to be
accepted into the beaker code-base.



            

Raw data

            {
    "_id": null,
    "home_page": "https://beaker.readthedocs.io/",
    "name": "Beaker",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "wsgi myghty session web cache middleware",
    "author": "Ben Bangert, Mike Bayer, Philip Jenvey, Alessandro Molina",
    "author_email": "ben@groovie.org, pjenvey@groovie.org, amol@turbogears.org",
    "download_url": "https://files.pythonhosted.org/packages/fd/e5/136a88e873d8159400a626abd26c2f6c89ab01ceca23f622dcbc1945e2df/Beaker-1.13.0.tar.gz",
    "platform": null,
    "description": "=========================\nCache and Session Library\n=========================\n\nAbout\n=====\n\nBeaker is a web session and general caching library that includes WSGI\nmiddleware for use in web applications.\n\nAs a general caching library, Beaker can handle storing for various times\nany Python object that can be pickled with optional back-ends on a\nfine-grained basis.\n\nBeaker was built largely on the code from MyghtyUtils, then refactored and\nextended with database support.\n\nBeaker includes Cache and Session WSGI middleware to ease integration with\nWSGI capable frameworks, and is automatically used by `Pylons\n<https://pylonsproject.org/about-pylons-framework.html>`_ and \n`TurboGears <https://www.turbogears.org/>`_.\n\n\nFeatures\n========\n\n* Fast, robust performance\n* Multiple reader/single writer lock system to avoid duplicate simultaneous\n  cache creation\n* Cache back-ends include dbm, file, memory, memcached, Redis, MongoDB, and\n  database (Using SQLAlchemy for multiple-db vendor support)\n* Signed cookies to prevent session hijacking/spoofing\n* Cookie-only sessions to remove the need for a db or file backend (ideal\n  for clustered systems)\n* Extensible Container object to support new back-ends\n* Caches can be divided into namespaces (to represent templates, objects,\n  etc.) then keyed for different copies\n* Create functions for automatic call-backs to create new cache copies after\n  expiration\n* Fine-grained toggling of back-ends, keys, and expiration per Cache object\n\n\nDocumentation\n=============\n\nDocumentation can be found on the `Official Beaker Docs site\n<https://beaker.readthedocs.io/en/latest/>`_.\n\n\nSource\n======\n\nThe latest developer version is available in a `GitHub repository\n<https://github.com/bbangert/beaker>`_.\n\nContributing\n============\n\nBugs can be filed on GitHub, **should be accompanied by a test case** to\nretain current code coverage, and should be in a pull request when ready to be\naccepted into the beaker code-base.\n\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A Session and Caching library with WSGI Middleware",
    "version": "1.13.0",
    "project_urls": {
        "Homepage": "https://beaker.readthedocs.io/"
    },
    "split_keywords": [
        "wsgi",
        "myghty",
        "session",
        "web",
        "cache",
        "middleware"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fde5136a88e873d8159400a626abd26c2f6c89ab01ceca23f622dcbc1945e2df",
                "md5": "fb7069456a95227eaa2d01c29494afad",
                "sha256": "e956cd8a35ad5de1b5212c7bff8fc01e2b3d34ab92466d24684c666abb8c9c30"
            },
            "downloads": -1,
            "filename": "Beaker-1.13.0.tar.gz",
            "has_sig": false,
            "md5_digest": "fb7069456a95227eaa2d01c29494afad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 68250,
            "upload_time": "2024-04-11T20:32:36",
            "upload_time_iso_8601": "2024-04-11T20:32:36.995065Z",
            "url": "https://files.pythonhosted.org/packages/fd/e5/136a88e873d8159400a626abd26c2f6c89ab01ceca23f622dcbc1945e2df/Beaker-1.13.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-11 20:32:36",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "beaker"
}
        
Elapsed time: 0.26199s