No project description provided
Project description
Muffin-Memcached
############
.. _description:
Muffin-Memcached -- A simple memcached plugin for muffin_ framework.
.. _badges:
.. image:: http://img.shields.io/travis/drgarcia1986/muffin-memcached.svg?style=flat-square
:target: http://travis-ci.org/drgarcia1986/muffin-memcached
:alt: Build Status
.. _requirements:
Requirements
=============
- python >= 3.4
- muffin >= 0.5.5
.. _installation:
Installation
=============
**Muffin-Memcached** should be installed using pip: ::
pip install muffin-memcached
.. _usage:
Usage
=====
Add *muffin-memcached* to muffin plugin list:
.. code-block:: python
import muffin
app = muffin.Application(
'example',
PLUGINS=(
'muffin_memcached',
)
)
And use *memcached* plugin:
.. code-block:: python
@app.register('/cached')
class Example(muffin.Handler):
@asyncio.coroutine
def get(self, request):
return (yield from app.ps.memcached.get('foo'))
.. _options:
Options
-------
========================== ==============================================================
*MEMCACHED_HOST* Host of memcached server (``127.0.0.1``)
*MEMCACHED_PORT* Port of memcached server (``11211``)
*MEMCACHED_POOLSIZE* Size of connection pool (``1``)
========================== ==============================================================
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/drgarcia1986/muffin-memcached/issues
.. _contributing:
Contributing
============
Development of Muffin-Memcached happens at: https://github.com/drgarcia1986/muffin-memcached
Contributors
=============
* drgarcia1986_ (Diego Garcia)
.. _license:
License
=======
Licensed under a `MIT license`_.
.. _links:
.. _muffin: https://github.com/klen/muffin
.. _drgarcia1986: https://github.com/drgarcia1986
.. _MIT license: http://opensource.org/licenses/MIT
############
.. _description:
Muffin-Memcached -- A simple memcached plugin for muffin_ framework.
.. _badges:
.. image:: http://img.shields.io/travis/drgarcia1986/muffin-memcached.svg?style=flat-square
:target: http://travis-ci.org/drgarcia1986/muffin-memcached
:alt: Build Status
.. _requirements:
Requirements
=============
- python >= 3.4
- muffin >= 0.5.5
.. _installation:
Installation
=============
**Muffin-Memcached** should be installed using pip: ::
pip install muffin-memcached
.. _usage:
Usage
=====
Add *muffin-memcached* to muffin plugin list:
.. code-block:: python
import muffin
app = muffin.Application(
'example',
PLUGINS=(
'muffin_memcached',
)
)
And use *memcached* plugin:
.. code-block:: python
@app.register('/cached')
class Example(muffin.Handler):
@asyncio.coroutine
def get(self, request):
return (yield from app.ps.memcached.get('foo'))
.. _options:
Options
-------
========================== ==============================================================
*MEMCACHED_HOST* Host of memcached server (``127.0.0.1``)
*MEMCACHED_PORT* Port of memcached server (``11211``)
*MEMCACHED_POOLSIZE* Size of connection pool (``1``)
========================== ==============================================================
.. _bugtracker:
Bug tracker
===========
If you have any suggestions, bug reports or
annoyances please report them to the issue tracker
at https://github.com/drgarcia1986/muffin-memcached/issues
.. _contributing:
Contributing
============
Development of Muffin-Memcached happens at: https://github.com/drgarcia1986/muffin-memcached
Contributors
=============
* drgarcia1986_ (Diego Garcia)
.. _license:
License
=======
Licensed under a `MIT license`_.
.. _links:
.. _muffin: https://github.com/klen/muffin
.. _drgarcia1986: https://github.com/drgarcia1986
.. _MIT license: http://opensource.org/licenses/MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file muffin-memcached-0.2.0.tar.gz
.
File metadata
- Download URL: muffin-memcached-0.2.0.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9149bee126704cece5127b476fe67ff371b37e26c19d21934d5814b5a250714d |
|
MD5 | f5de9e019a3df239995050e12ca6cb4e |
|
BLAKE2b-256 | cffcc50d47ac159cd78c6460a2d5c870696d346c995fc8873ff66471d9e71463 |