Skip to main content

Quick and simple back-end infrastructure

Project description

Quick back-end

What is Quickbe

Quickbe is a Python library that enables you to deliver quick back-end components. If you are a technical founder or a developer, use this package to build everything you need to launch and grow high-quality SaaS application. Every SaaS application needs these components

  • Micro-services
  • Web-services or APIs
  • Web-hooks receivers
  • Central vault

Why Python

It has a strong community, it is fast to learn, it has lots of tools to process and analyze data ... and data is a major key for building a good app :-)

Web server

Develop your endpoint as functions with annotations for routing and validation.

@endpoint(path='hello', validation={'name': {'type': 'string', 'required': True}})
def say_hello(session: HttpSession):
    name = session.get_parameter('name')
    if name is None:
        name = ''
    return f'Hello {name}'

Run them using Flask or as AWS Lambda function without any changes to your code.

Build in endpoints

  • /health - Returns 200 if every thing is OK (e.g: {"status":"OK","timestamp":"2022-07-25 06:18:54.214674"})
  • /<access_key>/set_log_level/<level> - Set log level
  • /<access_key>/quickbe-server-info - Get verbose info on the server (endpoints and packages)
  • /<access_key>/quickbe-server-status - Get server status (uptime, memory utilization, request per seconds and log info)
  • /<access_key>/quickbe-server-environ - Get all environment variables keys and values

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

quickbe-4.2.2.tar.gz (10.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

quickbe-4.2.2-py3-none-any.whl (8.5 kB view details)

Uploaded Python 3

File details

Details for the file quickbe-4.2.2.tar.gz.

File metadata

  • Download URL: quickbe-4.2.2.tar.gz
  • Upload date:
  • Size: 10.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for quickbe-4.2.2.tar.gz
Algorithm Hash digest
SHA256 16cbc2292155d169da7c9230f745f8fabab11a11bc6fc3e7d874cbd8eee2bff2
MD5 8c4b496750a0986c47fc3e09ea94841d
BLAKE2b-256 b1a14fe68bc7bdd68945d0114bcb8a9538d98a925ff07c0a37aa8378ef3de4e5

See more details on using hashes here.

File details

Details for the file quickbe-4.2.2-py3-none-any.whl.

File metadata

  • Download URL: quickbe-4.2.2-py3-none-any.whl
  • Upload date:
  • Size: 8.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for quickbe-4.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6ddc38d29effa876e33784b142c715dc5d8369a330d9d4268b7c39238a54e93f
MD5 29add1e59bb1439e271f268b4b5ec60e
BLAKE2b-256 6458e3a58c5766900baa830fc25fc2707e484c9a8d360fed8a808447763e1f10

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page