diff --git a/awesome.yaml b/awesome.yaml index 08f8657..b51a6fd 100644 --- a/awesome.yaml +++ b/awesome.yaml @@ -338,3 +338,13 @@ repositories: category: Utilities name: env-example description: A command line tool for creating a .env.example file for all Pydantic settings classes in your project. + + - name: bubus + repo: https://github.com/pirate/bbus + description: A fast, production-ready event bus that works across Python and JS using Pydantic and Zod. + category: Object Mapping + + - name: abx-pkg + repo: https://github.com/ArchiveBox/abx-pkg + description: Declare and install runtime package dependencies with pkg managers like apt/brew/npm/pip/cargo using Pydantic. + category: Utilities