@@ -71,6 +71,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
7171- [ DevOps Tools] ( #devops-tools )
7272- [ Distributed Computing] ( #distributed-computing )
7373- [ Task Queues] ( #task-queues )
74+ - [ Messaging] ( #messaging )
7475- [ Job Schedulers] ( #job-schedulers )
7576- [ Logging] ( #logging )
7677- [ Network Virtualization] ( #network-virtualization )
@@ -114,6 +115,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
114115
115116- [ Cryptography] ( #cryptography )
116117- [ Penetration Testing] ( #penetration-testing )
118+ - [ Web Security] ( #web-security )
117119
118120** Miscellaneous**
119121
@@ -141,6 +143,7 @@ _Libraries for building AI applications, LLM integrations, and autonomous agents
141143 - [ dspy] ( https://github.com/stanfordnlp/dspy ) - A framework for programming, not prompting, language models.
142144 - [ hermes-agent] ( https://github.com/nousresearch/hermes-agent ) - An adaptive AI agent framework that grows with you.
143145 - [ langchain] ( https://github.com/langchain-ai/langchain ) - Building applications with LLMs through composability.
146+ - [ openai-agents] ( https://github.com/openai/openai-agents-python ) - OpenAI's framework for building and managing AI agents.
144147 - [ pydantic-ai] ( https://github.com/pydantic/pydantic-ai ) - A Python agent framework for building generative AI applications with structured schemas.
145148 - [ TradingAgents] ( https://github.com/TauricResearch/TradingAgents ) - A multi-agents LLM financial trading framework.
146149- Data Layer
@@ -738,6 +741,12 @@ _Libraries for working with task queues._
738741- [ huey] ( https://github.com/coleifer/huey ) - Little multi-threaded task queue.
739742- [ rq] ( https://github.com/rq/rq ) - Simple job queues for Python.
740743
744+ ## Messaging
745+
746+ _ Libraries for working with message brokers and event streaming._
747+
748+ - [ faststream] ( https://github.com/ag2ai/faststream ) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, MQTT and Redis.
749+
741750## Job Schedulers
742751
743752_ Libraries for scheduling jobs._
@@ -1081,6 +1090,12 @@ _Frameworks and tools for penetration testing._
10811090- [ sherlock] ( https://github.com/sherlock-project/sherlock ) - Hunt down social media accounts by username across social networks.
10821091- [ sqlmap] ( https://github.com/sqlmapproject/sqlmap ) - Automatic SQL injection and database takeover tool.
10831092
1093+ ## Web Security
1094+
1095+ _ Libraries for application-layer web security._
1096+
1097+ - [ secure] ( https://github.com/TypeError/secure ) - HTTP security headers for Python web applications with ASGI and WSGI middleware.
1098+
10841099** Miscellaneous**
10851100
10861101## Hardware
0 commit comments