Skip to main content

A scaffold to help you build Ace Data Cloud api easily.

Project description

Ace Data Cloud Scaffold

Install:

pip install acedatacloud-scaffold

Sample:

from acedatacloud_scaffold import BaseController as Controller
from acedatacloud_scaffold import BaseHandler
import json


class Handler(BaseHandler):

    async def get(self, id=None):
        result = {
            'value': id
        }
        self.write(json.dumps(result))


controller = Controller()
controller.add_handler(r'/test/(.*)', Handler)

controller.start()

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

acedatacloud_scaffold-0.9.0.tar.gz (8.6 kB view details)

Uploaded Source

Built Distribution

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

acedatacloud_scaffold-0.9.0-py2.py3-none-any.whl (13.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file acedatacloud_scaffold-0.9.0.tar.gz.

File metadata

  • Download URL: acedatacloud_scaffold-0.9.0.tar.gz
  • Upload date:
  • Size: 8.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.13

File hashes

Hashes for acedatacloud_scaffold-0.9.0.tar.gz
Algorithm Hash digest
SHA256 f81483e82b53cc69dbbe227f31c96853ab49e8647a59cb55f549a53742219569
MD5 f9af7850dc865c09583a6d73c867dc47
BLAKE2b-256 3c27d037010825ab899bc52ac5d81322c6d24e085a69036995ac01f753dc0d10

See more details on using hashes here.

File details

Details for the file acedatacloud_scaffold-0.9.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for acedatacloud_scaffold-0.9.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8de166edd051e4c84b33fabdd9702a708040455deb5c83334cbc915359c38aba
MD5 b1c1b84df7b3ae91199c59cc9ed632c3
BLAKE2b-256 b93d5c4c1454a57181d5180b484bcd8cee7dc6d38da94647cb868d6acb590fe6

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