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
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for nameko_stripe-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9badef05cb84fc3c36dc94f60cc54ef537c466e9dbd4b17f50d9e16d82d802be |
|
MD5 | 7cd3738460a7a06dc4b893333c6b9830 |
|
BLAKE2b-256 | 19f285cd91758c47f027e20abdefa32bf904460ce1759c90b75789141dc23cea |