Skip to main content

Core libraries and modules for flask projects.

Project description

GWX Core

Is a collection of reusable tools and libraries that can be used within your flask projects.


Dependencies

  • Python 3.7^
  • Flask Restplus 0.13^

Installation

Install the package using pip, by executing:

pip install -U gwx-core

Quick start

Import the Response Module, this will handle the formatting of your responses for your flask_restplus routes.

from gwx_core.utils import response

class User(Resource):
    def get(self):
        return response.success('Success', {'key': 'value'}, {'SAMPLE-HEADER': 'header value'})

Usage Documentation

To be added on beta 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

gwx-core-0.0.7.tar.gz (5.1 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