Skip to main content

A tool to aid the transition from Henson to Doozer

Project description

Are you a Henson user? Are you looking to take advantage of unreleased features? Have you discovered Doozer and are curious to try it but are concerned about missing extensions or the work involved in updating your imports?

If you’ve answered “yes” to these questions then doozerify is for you. doozerify is a module that you can install that will make import look for Doozer equivalents for all of your Henson imports, falling back to the Henson version if no equivalent is found.

Installation

$ pip3 install doozerify

Usage

Place the following code at the beginning of the entry point to your application:

import doozerify
doozerify.install()

Example

import doozerify
doozerify.install()

from henson import Application


class Consumer(object):
    async def read(self):
        return {}


async def callback(app, message):
    return message

app = Application('doozerified', callback=callback, consumer=consumer)
app.run()

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

doozerify-0.1.0.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

doozerify-0.1.0-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file doozerify-0.1.0.tar.gz.

File metadata

  • Download URL: doozerify-0.1.0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for doozerify-0.1.0.tar.gz
Algorithm Hash digest
SHA256 bd4aff06add18dc97aa18d03e297103c9aeceead010f3e3545176850271493df
MD5 1cbc7419eed489ced93372d6cddc8d02
BLAKE2b-256 96d4056b39e528a7a9e1a4e0386d6f578d2947ce82e7050fafc4cba9dec402b3

See more details on using hashes here.

File details

Details for the file doozerify-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for doozerify-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9fb7f78e9fd07650b9d30d7a2fda516aaa31275d1f377585b47fd510e14461be
MD5 ecb0444d626c0050b7ea8e3c491920dd
BLAKE2b-256 c2b3b3f376dc01c07f22502d095d6eebde2c18bda032b100c01276d50990b435

See more details on using hashes here.

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