class Adam:
def __init__(self):
self.work = PacketFabric("Manager Software Engineering")
self.oss = Sanic("Core Maintainer")
self.home = Israel("Negev")
async def run(self, inputs: Union[Pretzels, Coffee]) -> None:
while True:
await self.work.do(inputs)
await self.oss.do(inputs)
def sleep(self):
raise NotImplementedErrorPython developer. OSS contributor. Sanic Maintainer. Husband. Father. Son. Brother. A proud and happy man.
- Israel
- https://amhopkins.com/
- @AdmHpkns
Block or Report
Block or report ahopkins
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
sanic-org/sanic Public
Next generation Python web server/framework | Build fast. Run fast.
-
structured-scopes Public
Abstract specification for the use of structured scopes in permission granting utilities.
CSS 5
-
1
# Sanic Websockets Feeds v323This is an example of how to build a _distributed_ websocket feed. It allows for horizontal scaling using Redis as a pubsub broker to broadcast messages between application instances.45This is the third version of websocket feeds. It is built with Sanic v21.9+ in mind. Older versions:
-
1
# Sanic as Svelte development server23The purpose of this gist is to show how Sanic can be used as a development server for a frontend JS framework. In this example we are running a Svelte app with `rollup`, but the same idea could be applied to any other frameworks JS build tools.45Run with:
4,653 contributions in the last year
Less
More
Activity overview
Contributed to
sanic-org/sanic,
sanic-org/sanic-guide,
sanic-org/sanic-routing
and 5 other
repositories
Contribution activity
January 2022
Created a pull request in sanic-org/sanic that received 4 comments
HTTP/3 Support
This PR is meant to primarily add HTTP/3 support using the QUIC protocol over UDP. This implementation will use aioquic to create the server. THIS …
+571
−64
•
4
comments
Opened 29 other pull requests in 6 repositories
sanic-org/sanic-ext
9
merged
2
open
- Fix unused description when merging docstring params
- Allow for docstring in path params
- Bump version
- Address OAS spec issues with decorators
- Do not display null Server values, or duplicated servers
- Properly use built-in generics
- Properly make schema for nullable lists
- Allow for default_factory to succeed
- Add templating extension
- Add vhost support
- Add support for multiple starts of extensions
sanic-org/sanic
10
merged
1
open
- Downgrade warnings to backwater debug messages
- HTTP/3 Startup
- Merge main conflicts into HTTP/3
- Updates to CLI help messaging
- Change back to codecov
- 22.3 Deprecations and changes
- Mergeback of 21.12.1
- Ignore name argument on Python 3.7
- Add config.update support for setters
- Only display MOTD in ASGI on startup
- Sanic multi-application server
PacktPublishing/Python-Web-Development-with-Sanic
3
merged
sanic-org/sanic-guide
2
merged
getsentry/sentry-docs
1
merged
getsentry/sentry-python
1
merged
Reviewed 23 pull requests in 7 repositories
sanic-org/sanic
11 pull requests
-
fix: deprecation warning in
asyncio.wait -
fix(tasks): newly assigned
Nonein registry - fix: websocket dependency for websockets 9.1 security fix
- Fixing typing for ListenerMixin.listener
- remove error_logger on websockets
- Add config option to skip Touchup step, for debugging purposes
- Add credentials property to Request objects
- Add config.update support for setters
- credentials property added
- Fixed task is created again when adding the task
- [FIX] README ASGI link
sanic-org/sanic-guide
4 pull requests
sanic-org/sanic-ext
3 pull requests
PacktPublishing/Python-Web-Development-with-Sanic
2 pull requests
conda-forge/sanic-feedstock
1 pull request
sanic-org/sanic-openapi
1 pull request
RasaHQ/rasa
1 pull request
Created an issue in sanic-org/sanic-guide that received 6 comments
Enhance documentation on strict_slashes
FOR REFERENCE: That does not seem sensible IMO. It would be a breaking change for a lot of applications. I would think that most people on the Inte…
6
comments
Opened 6 other issues in 2 repositories
sanic-org/sanic
2
closed
3
open
sanic-org/sanic-guide
1
open
Started 1 discussion in 1 repository
encode/httpx
encode/httpx
200
contributions
in private repositories
Jan 2 – Jan 20