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-2026.3.28.0.tar.gz (8.7 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-2026.3.28.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for acedatacloud_scaffold-2026.3.28.0.tar.gz
Algorithm Hash digest
SHA256 4c2a1b65841e40ab03593426bbf0907c1909f24eb399eb9349805acbad5be58f
MD5 5912b82f0f5bbb9f993628b9fb2ae7ca
BLAKE2b-256 c1f953e202609addd0aa59f37ad0501141db8c5a4067936bce02bed23ed39596

See more details on using hashes here.

File details

Details for the file acedatacloud_scaffold-2026.3.28.0-py3-none-any.whl.

File metadata

File hashes

Hashes for acedatacloud_scaffold-2026.3.28.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4c22609a66c8264839e17805cab89a32eba5305481a6b8c40b93c4c41a56fceb
MD5 cd79292c1277e311ae9f79a4ad07b452
BLAKE2b-256 99f3e7a982631eee48c5c5fe164e2c8ce08715f143e65376a922f606c9053b30

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