Skip to content

Add ASGI classifiers#239

Open
cobycloud wants to merge 1 commit intopypa:mainfrom
cobycloud:cobycloud-patch-2
Open

Add ASGI classifiers#239
cobycloud wants to merge 1 commit intopypa:mainfrom
cobycloud:cobycloud-patch-2

Conversation

@cobycloud
Copy link
Copy Markdown

Request to add a new Trove classifier.

The name of the classifier(s) you would like to add:

  • Topic :: Internet :: WWW/HTTP :: ASGI
  • Topic :: Internet :: WWW/HTTP :: ASGI :: Application
  • Topic :: Internet :: WWW/HTTP :: ASGI :: Middleware
  • Topic :: Internet :: WWW/HTTP :: ASGI :: Server

Why do you want to add this classifier?

ASGI is the asynchronous gateway interface broadly used in modern Python web/application servers and frameworks. Pypa currently includes a parallel classifier family for WSGI:

  • Topic :: Internet :: WWW/HTTP :: WSGI
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Application
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
  • Topic :: Internet :: WWW/HTTP :: WSGI :: Server

Adding ASGI equivalents would:

  • Improve discoverability of async Python web projects.
  • Provide parity with the existing WSGI taxonomy.
  • Give maintainers a clear, standardized way to mark ASGI projects.

# The name of the classifier(s) you would like to add:
- Topic :: Internet :: WWW/HTTP :: ASGI
- Topic :: Internet :: WWW/HTTP :: ASGI :: Application
- Topic :: Internet :: WWW/HTTP :: ASGI :: Middleware
- Topic :: Internet :: WWW/HTTP :: ASGI :: Server

# Why do you want to add this classifier?
ASGI is the asynchronous gateway interface broadly used in modern Python web/application servers and frameworks.
PyPI currently includes a parallel classifier family for WSGI:

- Topic :: Internet :: WWW/HTTP :: WSGI
- Topic :: Internet :: WWW/HTTP :: WSGI :: Application
- Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
- Topic :: Internet :: WWW/HTTP :: WSGI :: Server

Adding ASGI equivalents would:

- Improve discoverability of async Python web projects.
- Provide parity with the existing WSGI taxonomy.
- Give maintainers a clear, standardized way to mark ASGI projects.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant