Skip to content
Avatar

Sponsors

@SerGeRybakov

Achievements

Achievements

Organizations

@celery @conda-forge @PacketFabric @sanic-org @the-benchmarker
Block or Report

Block or report ahopkins

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ahopkins/README.md
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 NotImplementedError

Pinned

  1. Next generation Python web server/framework | Build fast. Run fast.

    Python 15.8k 1.4k

  2. Authentication, JWT, and permission scoping for Sanic

    Python 206 40

  3. Abstract specification for the use of structured scopes in permission granting utilities.

    CSS 5

  4. merkava Public

    A fast ordered NoSQL database.

    Rust 5

  5. 1
    # Sanic Websockets Feeds v3
    2
    
                  
    3
    This 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.
    4
    
                  
    5
    This is the third version of websocket feeds. It is built with Sanic v21.9+ in mind. Older versions:
  6. 1
    # Sanic as Svelte development server
    2
    
                  
    3
    The 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.
    4
    
                  
    5
    Run with:

4,653 contributions in the last year

Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Mon Wed Fri

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

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
Started 1 discussion in 1 repository
encode/httpx
200 contributions in private repositories Jan 2 – Jan 20

Seeing something unexpected? Take a look at the GitHub profile guide.