Skip to main content

DDD base framework for python

Project description

DDD Base Framework

Build Status Pypi Status Coveralls Status

Installation

From source code:

python setup.py install

From pypi:

pip install ddd-base

Usage

import envoy_webhook_auth_decorator

@envoy_webhook_auth_decorator.authentication({"api_key": ..., "timestamp": ..., "token": ..., "signature": ...})
def mytest():
    print("Testing...")

if __name__ == '__main__':
    mytest()

License

This software is licensed under the MIT license

See License file

Changelog

0.0.4

  • Friendly readme

0.0.3

  • Smart setup

0.0.2

  • Minimise description

0.0.1

  • Initial public release

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

ddd-base-0.0.4.tar.gz (2.5 kB view hashes)

Uploaded Source

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