-
Updated
Jan 31, 2021 - Python
python-framework
Here are 71 public repositories matching this topic...
-
Updated
Oct 20, 2020 - Python
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 28, 2021 - Python
-
Updated
Jan 29, 2021 - Python
-
Updated
Jan 31, 2021 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Feb 16, 2017 - Python
-
Updated
Jan 25, 2021 - Python
-
Updated
Jan 27, 2021 - Python
The src/examples/server/pets.py file contains stubs for all the functions corresponding to the the operation IDs as defined in the petstore.yaml specification. However, only find_pets_by_status
has any implementation, while all others
-
Updated
May 14, 2020 - Python
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
The AsyncAPY.defaultclient
module is, well, awful. I made it in like one hour or so to test my server and never really updated it, for a default implementation I'd expect something more robust and optionally async, too.
Describe alternatives you've considered
Rewrite the enti
-
Updated
Aug 8, 2020 - Python
-
Updated
Dec 30, 2020 - Python
-
Updated
Jan 19, 2016 - Python
The bot should:
- Kick or restrict writing a user who sends too many messages per second/minute (configurable).
- Notify the group when it takes some action (eg. the user has been restricted/banned).
- The feature should be opt-in per group, being off by default.
Nice to have:
- Warn a user before reaching a limit (eg. when a user has written 80-90% of allowed messages per m
-
Updated
Oct 29, 2020 - Python
-
Updated
Jul 27, 2020 - Python
-
Updated
Jan 30, 2021 - Python
-
Updated
Aug 29, 2019 - Python
The sever and core raise here (and maybe in other methods as well, not checked yet) a wrong exc. when the entry wasn't found.
(Creating this issue was faster than a PR. Tbd...)
-
Updated
Oct 22, 2016 - Python
-
Updated
Nov 19, 2019 - Python
-
Updated
Oct 10, 2017 - HTML
-
Updated
Jan 30, 2021
Improve this page
Add a description, image, and links to the python-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the python-framework topic, visit your repo's landing page and select "manage topics."
Problem
K8s-event posting can fail to post an event (
kind: Event
) for any reasons, such as API rate limiting, temporary API failures (HTTP 5xx), control plane connectivity issues, SSL handshake failures, etc.This leads to the events being lost, while they can represent some value. This applies both to the events created from the per-object
logger
messages (logger.info(...)
from the