Skip to main content

MicroPyDD simplyfies managements of microservice boilerplates code

Project description

pipeline status coverage report

MicroPyDD

MicroPyDD is a simple framework that has the intention of providing a modularized set of preconfigured components that helps you to build microservices in python. PyDD Commons offers basic microservice configuration so you do not need to start everything from scratch. This modules preconfigures:

  • Configuration
  • Logging
  • Module system

Installing

Install using pip:

pip install pydd

A Simple Example

from micropydd.module import init

init({}, modules_init_functions=[
    # list additional modules
])

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

MicroPyDD-0.0.2.tar.gz (4.9 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