Skip to main content

A thin wrapper around channels consumer to make things EASY

Project description

channels-easy

A thin wrapper around channel consumers to make things EASY.

Installation

To get the latest stable release from PyPi

pip install channels-easy

To get the latest commit from GitHub

pip install -e git+git://github.com/namantam1/channels-easy.git#egg=channels-easy

Add channels-easy to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'channels-easy',
)

Usage

TODO: Describe usage or point to docs. Also describe available settings.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
poetry install

git checkout -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

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

channels-easy-0.1.0.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

channels_easy-0.1.0-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page