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 details)

Uploaded Source

Built Distribution

nameko_stripe-0.1.3-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file nameko-stripe-0.1.3.tar.gz.

File metadata

  • Download URL: nameko-stripe-0.1.3.tar.gz
  • Upload date:
  • Size: 2.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for nameko-stripe-0.1.3.tar.gz
Algorithm Hash digest
SHA256 60fedabec35b121193b9cee4ca739853acec27a1ea950d37d382294a511e581a
MD5 895826e1e675c568027ec72806533447
BLAKE2b-256 b04966360d25a19fbf3736cc1742a2925be94b7c91b41799578861d0b65ab880

See more details on using hashes here.

File details

Details for the file nameko_stripe-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: nameko_stripe-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 3.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0

File hashes

Hashes for nameko_stripe-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 9badef05cb84fc3c36dc94f60cc54ef537c466e9dbd4b17f50d9e16d82d802be
MD5 7cd3738460a7a06dc4b893333c6b9830
BLAKE2b-256 19f285cd91758c47f027e20abdefa32bf904460ce1759c90b75789141dc23cea

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