Yandex Cloud Function tools
Project description
Yandex Cloud Functions Tools
Functionality
- Support for type hints
- Wrapper for convenient request
handling - Sentry integration
Installation
pip install ycf-tools
or add ycf-tools in requirements.txt
Quick start
# module.py
from ycf import YcfServer, Context, HttpRequest
class Server(YcfServer):
async def http_request_handler(self, context: Context, request: HttpRequest):
return 'OK'
server = Server()
# entrypoint -> module.server
Contribute
Issue Tracker: https://gitlab.com/rocshers/python/ycf-tools/-/issues
Source Code: https://gitlab.com/rocshers/python/ycf-tools
Before adding changes:
make install-dev
After changes:
make format test test-go test-python
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
ycf_tools-0.1.9.tar.gz
(11.8 kB
view details)
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
ycf_tools-0.1.9-py3-none-any.whl
(22.1 kB
view details)
File details
Details for the file ycf_tools-0.1.9.tar.gz.
File metadata
- Download URL: ycf_tools-0.1.9.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a1019bd7bb16281b2cddbc9ccd5921e05124050b6541e541fd3d6f50b317e86
|
|
| MD5 |
04274143a641b5bb72a6b79e1b782fdc
|
|
| BLAKE2b-256 |
2d449ad18f2a5749aa05b136ba71de837386df8c4fd9aafd2d20f4ce396f746b
|
File details
Details for the file ycf_tools-0.1.9-py3-none-any.whl.
File metadata
- Download URL: ycf_tools-0.1.9-py3-none-any.whl
- Upload date:
- Size: 22.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd0ca9c1128b9dfdae68ba57bea97e32599537b1abbf52e9016318ad51c2dcd3
|
|
| MD5 |
e046c2de75a0a61bf74326650d56223f
|
|
| BLAKE2b-256 |
da464037751a4019f9070344d9d2c1cfbf01686719c6565b4b3772f9c8a044b8
|