Skip to content
This repository has been archived by the owner on Apr 2, 2024. It is now read-only.

zerlok/asynchron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asynchron

DEPRECATED: don't use my project, try https://github.com/airtai/faststream instead.

Python service framework with code generator based on AsyncAPI specification

Usage example

  1. install and run codegen
    poetry add asynchron -E cli
    poetry run asynchron -f /path/to/asyncapi.yaml codegen python-aio-pika -o /output/dir
  2. install dependencies for you generated code
    poetry add asynchron -E aio-pika

Development

Use bash script to install all necessary dependencies. It installs all defined extras from pyproject.toml

./scripts/install-dev.sh

About

Python service framework with code generator based on AsyncAPI specification

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published