# beaker_extensions **Repository Path**: mirrors_DataDog/beaker_extensions ## Basic Information - **Project Name**: beaker_extensions - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-01-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # How to run tests locally ``` # install requirements . ./build.sh ``` ## Installation ``` pip install git+git://github.com/didip/beaker_extensions.git ``` ## Usage Eg: ``` beaker.session.type = tyrant beaker.session.url = 127.0.0.1:1978 ``` ## Development You can install the library in dev mode for most backends with ``` pip install -e . ``` You'll have to install the underlying libraries for the backends yourself. The cassandra_cql backend lists its dependency as an `extras_require` so to pull that in use ``` pip install -e .[cassandra_cql] ``` ## Tests *Warning: the tests talk to real data stores running on localhost and may overwrite or delete data!* ``` nosetests ``` ## How to do a github release Merge your PR, then go to master branch on github. Click on `+ releases` on the master branch. Then, `Draft a new release`. Add some text about the release. Do not upload any attachments. And release it. This will create the release and bundle the source code (zip) and (tar.gz) automatically. ## Credits Thanks to Jack Hsu for providing the tokyo example: http://www.jackhsu.com/2009/05/27/pylons-with-tokyo-cabinet-beaker-sessions