pkgsrc/www/py-uvicorn/PLIST
adam 6b53839fe6 py-uvicorn: updated to 0.13.0
0.13.0:
Added
Add --factory flag to support factory-style application imports.
Skip installation of signal handlers when not in the main thread. Allows using Server in multithreaded contexts without having to override .install_signal_handlers().
2020-12-09 09:44:04 +00:00

122 lines
5.1 KiB
Text

@comment $NetBSD: PLIST,v 1.5 2020/12/09 09:44:04 adam Exp $
bin/uvicorn-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/uvicorn/__init__.py
${PYSITELIB}/uvicorn/__init__.pyc
${PYSITELIB}/uvicorn/__init__.pyo
${PYSITELIB}/uvicorn/__main__.py
${PYSITELIB}/uvicorn/__main__.pyc
${PYSITELIB}/uvicorn/__main__.pyo
${PYSITELIB}/uvicorn/_types.py
${PYSITELIB}/uvicorn/_types.pyc
${PYSITELIB}/uvicorn/_types.pyo
${PYSITELIB}/uvicorn/config.py
${PYSITELIB}/uvicorn/config.pyc
${PYSITELIB}/uvicorn/config.pyo
${PYSITELIB}/uvicorn/importer.py
${PYSITELIB}/uvicorn/importer.pyc
${PYSITELIB}/uvicorn/importer.pyo
${PYSITELIB}/uvicorn/lifespan/__init__.py
${PYSITELIB}/uvicorn/lifespan/__init__.pyc
${PYSITELIB}/uvicorn/lifespan/__init__.pyo
${PYSITELIB}/uvicorn/lifespan/off.py
${PYSITELIB}/uvicorn/lifespan/off.pyc
${PYSITELIB}/uvicorn/lifespan/off.pyo
${PYSITELIB}/uvicorn/lifespan/on.py
${PYSITELIB}/uvicorn/lifespan/on.pyc
${PYSITELIB}/uvicorn/lifespan/on.pyo
${PYSITELIB}/uvicorn/logging.py
${PYSITELIB}/uvicorn/logging.pyc
${PYSITELIB}/uvicorn/logging.pyo
${PYSITELIB}/uvicorn/loops/__init__.py
${PYSITELIB}/uvicorn/loops/__init__.pyc
${PYSITELIB}/uvicorn/loops/__init__.pyo
${PYSITELIB}/uvicorn/loops/asyncio.py
${PYSITELIB}/uvicorn/loops/asyncio.pyc
${PYSITELIB}/uvicorn/loops/asyncio.pyo
${PYSITELIB}/uvicorn/loops/auto.py
${PYSITELIB}/uvicorn/loops/auto.pyc
${PYSITELIB}/uvicorn/loops/auto.pyo
${PYSITELIB}/uvicorn/loops/uvloop.py
${PYSITELIB}/uvicorn/loops/uvloop.pyc
${PYSITELIB}/uvicorn/loops/uvloop.pyo
${PYSITELIB}/uvicorn/main.py
${PYSITELIB}/uvicorn/main.pyc
${PYSITELIB}/uvicorn/main.pyo
${PYSITELIB}/uvicorn/middleware/__init__.py
${PYSITELIB}/uvicorn/middleware/__init__.pyc
${PYSITELIB}/uvicorn/middleware/__init__.pyo
${PYSITELIB}/uvicorn/middleware/asgi2.py
${PYSITELIB}/uvicorn/middleware/asgi2.pyc
${PYSITELIB}/uvicorn/middleware/asgi2.pyo
${PYSITELIB}/uvicorn/middleware/debug.py
${PYSITELIB}/uvicorn/middleware/debug.pyc
${PYSITELIB}/uvicorn/middleware/debug.pyo
${PYSITELIB}/uvicorn/middleware/message_logger.py
${PYSITELIB}/uvicorn/middleware/message_logger.pyc
${PYSITELIB}/uvicorn/middleware/message_logger.pyo
${PYSITELIB}/uvicorn/middleware/proxy_headers.py
${PYSITELIB}/uvicorn/middleware/proxy_headers.pyc
${PYSITELIB}/uvicorn/middleware/proxy_headers.pyo
${PYSITELIB}/uvicorn/middleware/wsgi.py
${PYSITELIB}/uvicorn/middleware/wsgi.pyc
${PYSITELIB}/uvicorn/middleware/wsgi.pyo
${PYSITELIB}/uvicorn/protocols/__init__.py
${PYSITELIB}/uvicorn/protocols/__init__.pyc
${PYSITELIB}/uvicorn/protocols/__init__.pyo
${PYSITELIB}/uvicorn/protocols/http/__init__.py
${PYSITELIB}/uvicorn/protocols/http/__init__.pyc
${PYSITELIB}/uvicorn/protocols/http/__init__.pyo
${PYSITELIB}/uvicorn/protocols/http/auto.py
${PYSITELIB}/uvicorn/protocols/http/auto.pyc
${PYSITELIB}/uvicorn/protocols/http/auto.pyo
${PYSITELIB}/uvicorn/protocols/http/h11_impl.py
${PYSITELIB}/uvicorn/protocols/http/h11_impl.pyc
${PYSITELIB}/uvicorn/protocols/http/h11_impl.pyo
${PYSITELIB}/uvicorn/protocols/http/httptools_impl.py
${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyc
${PYSITELIB}/uvicorn/protocols/http/httptools_impl.pyo
${PYSITELIB}/uvicorn/protocols/utils.py
${PYSITELIB}/uvicorn/protocols/utils.pyc
${PYSITELIB}/uvicorn/protocols/utils.pyo
${PYSITELIB}/uvicorn/protocols/websockets/__init__.py
${PYSITELIB}/uvicorn/protocols/websockets/__init__.pyc
${PYSITELIB}/uvicorn/protocols/websockets/__init__.pyo
${PYSITELIB}/uvicorn/protocols/websockets/auto.py
${PYSITELIB}/uvicorn/protocols/websockets/auto.pyc
${PYSITELIB}/uvicorn/protocols/websockets/auto.pyo
${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.py
${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyc
${PYSITELIB}/uvicorn/protocols/websockets/websockets_impl.pyo
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.py
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyc
${PYSITELIB}/uvicorn/protocols/websockets/wsproto_impl.pyo
${PYSITELIB}/uvicorn/server.py
${PYSITELIB}/uvicorn/server.pyc
${PYSITELIB}/uvicorn/server.pyo
${PYSITELIB}/uvicorn/subprocess.py
${PYSITELIB}/uvicorn/subprocess.pyc
${PYSITELIB}/uvicorn/subprocess.pyo
${PYSITELIB}/uvicorn/supervisors/__init__.py
${PYSITELIB}/uvicorn/supervisors/__init__.pyc
${PYSITELIB}/uvicorn/supervisors/__init__.pyo
${PYSITELIB}/uvicorn/supervisors/basereload.py
${PYSITELIB}/uvicorn/supervisors/basereload.pyc
${PYSITELIB}/uvicorn/supervisors/basereload.pyo
${PYSITELIB}/uvicorn/supervisors/multiprocess.py
${PYSITELIB}/uvicorn/supervisors/multiprocess.pyc
${PYSITELIB}/uvicorn/supervisors/multiprocess.pyo
${PYSITELIB}/uvicorn/supervisors/statreload.py
${PYSITELIB}/uvicorn/supervisors/statreload.pyc
${PYSITELIB}/uvicorn/supervisors/statreload.pyo
${PYSITELIB}/uvicorn/supervisors/watchgodreload.py
${PYSITELIB}/uvicorn/supervisors/watchgodreload.pyc
${PYSITELIB}/uvicorn/supervisors/watchgodreload.pyo
${PYSITELIB}/uvicorn/workers.py
${PYSITELIB}/uvicorn/workers.pyc
${PYSITELIB}/uvicorn/workers.pyo