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.5.23.0.tar.gz (8.9 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.5.23.0-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for acedatacloud_scaffold-2026.5.23.0.tar.gz
Algorithm Hash digest
SHA256 61e81fd2411c50d4629ed6faacd32749dcc88eb3a9d4a6b71a568b9b023e431a
MD5 2c5bff0f8b55e3e9acc4dbd04693b0ee
BLAKE2b-256 9d605b0ec7b4665450cee0151e9ffa0306882322dee5f2390e6e9dc0c7d15778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for acedatacloud_scaffold-2026.5.23.0-py3-none-any.whl
Algorithm Hash digest
SHA256 39c242e74518bbbe302920bab7a0cffe1748b6aec56b42f8587e2bf61ff16b8a
MD5 b3d7f5577f7cfb73668b408a449a8014
BLAKE2b-256 2d302a88ccb22106af58c30887c9151c2dfdd6aa1068a118c61813801080f382

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