Skip to main content

Flask(-Twisted) microframework for microservices with Prometheus and Sentry support.

Project description

Build Status Coverage Status Dependency Status PyPI version

Flask(-Twisted) microframework for microservices with Prometheus and Sentry support.

The goal is to remove most of the boilerplate necessary to start a simple HTTP application. This provides:

  • Sane arguments (–host, –port, –debug, –log-level)

  • Twisted support to have a production ready uwsgi container (gourde.twisted, --twisted)

  • Prometheus support with default metrics (gourde.metrics: See [prometheus_flask_exporter](https://github.com/rycus86/prometheus_flask_exporter))

  • Optional sentry support if the SENTRY_DSN env var is set.

  • If you have a ‘static’ directory in your module, just put a favicon.ico inside!

Quick-start

from gourde import Gourde

gourde = Gourde(__name__)
app = gourde.app  # This is a flask.Flask() app.

@app.route('/example')
def index():
    return 'Example'

def main():
    gourde.run()

if __name__ == '__main__':
    main()

Want to know more? Look at example/app.py.

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

gourde-0.0.2.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file gourde-0.0.2.tar.gz.

File metadata

  • Download URL: gourde-0.0.2.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gourde-0.0.2.tar.gz
Algorithm Hash digest
SHA256 865c81ad0b61ad106ac0c27f0331f91481fdee62beb3b74e221904e13db3086a
MD5 0bb5795f202ae84142b6fe7050a53b8f
BLAKE2b-256 a6fd50aa62e6f185f47b9add066a59ca8b7ec72bb45d3a3d7a647bbc10c52bdf

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