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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f81483e82b53cc69dbbe227f31c96853ab49e8647a59cb55f549a53742219569
|
|
| MD5 |
f9af7850dc865c09583a6d73c867dc47
|
|
| BLAKE2b-256 |
3c27d037010825ab899bc52ac5d81322c6d24e085a69036995ac01f753dc0d10
|
File details
Details for the file acedatacloud_scaffold-0.9.0-py2.py3-none-any.whl.
File metadata
- Download URL: acedatacloud_scaffold-0.9.0-py2.py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8de166edd051e4c84b33fabdd9702a708040455deb5c83334cbc915359c38aba
|
|
| MD5 |
b1c1b84df7b3ae91199c59cc9ed632c3
|
|
| BLAKE2b-256 |
b93d5c4c1454a57181d5180b484bcd8cee7dc6d38da94647cb868d6acb590fe6
|