# Supported Libraries Library | Plugin Name | :--- | :--- | | [http.server](https://docs.python.org/3/library/http.server.html) | `sw_http_server` | | [urllib.request](https://docs.python.org/3/library/urllib.request.html) | `sw_urllib_request` | | [requests](https://requests.readthedocs.io/en/master/) | `sw_requests` | | [Flask](https://flask.palletsprojects.com/en/1.1.x/) | `sw_flask` | | [PyMySQL](https://pymysql.readthedocs.io/en/latest/) | `sw_pymysql` | | [Django](https://www.djangoproject.com/) | `sw_django` | | [redis-py](https://github.com/andymccurdy/redis-py/) | `sw_redis` | | [kafka-python](https://kafka-python.readthedocs.io/en/master/) | `sw_kafka` | | [tornado](https://www.tornadoweb.org/en/stable/) | `sw_tornado` | | [pika](https://pika.readthedocs.io/en/stable/) | `sw_rabbitmq` | | [pymongo](https://pymongo.readthedocs.io/en/stable/) | `sw_pymongo` | | [elasticsearch](https://github.com/elastic/elasticsearch-py) | `sw_elasticsearch` |