Skip to main content

Stripe dependency for Nameko

Project description

nameko-stripe

Stripe dependency for Nameko

Requirements

Python 3.4 - 3.7: Other versions may work but not supported.

Installation

pip install nameko-stripe

Usage

from nameko.rpc import rpc
from nameko_stripe import Stripe


class MyService(object):
    name = "my_service"

    stripe = Stripe()

    @rpc
    def list_charges(self):
        return self.stripe.Charge.list()

Setup

Simply add your api_key and log level into your config.yaml:

AMQP_URI: 'amqp://guest:guest@localhost'
...

STRIPE:
  api_key: abc123
  log_level: info

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

nameko-stripe-0.1.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

nameko_stripe-0.1.3-py3-none-any.whl (3.3 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