Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Easily generate type-safe and async Python applications from AsyncAPI 3 specifications.
Link to this github repository
Easily generate type-safe and async Python applications from AsyncAPI 3 specifications.
Application
class from AsyncAPI 3 specifications, implementing every operation in the filepython>=3.10
pydantic>=2
pytz
codegen
extra
jinja2
typer
datamodel-code-generator
pyyaml
amqp
extra
aio-pika
For code generation (development env), run:
pip install asyncapi-python[codegen]
For runtime, run:
pip install asyncapi-python[amqp]
You can replace amqp
with any other supported protocols. For more info, see Supported Protocols section.
Below, you may see the table of protocols and the supported use cases. The tick signs (✅) contain links to the examples for each implemented protocol-use case pair, while the hammer signs (🔨) contain links to the Issues tracking the progress for protocol-use case pairs. The list of protocols and use cases is expected to increase over the progress of development.
Use Case | AMQP |
---|---|
Pub-Sub | ✅ amqp-pub-sub |
Work Queue | ✅ amqp-work-queue |
RPC | ✅ amqp-rpc |
Although there's no documentation available at the moment, a set of comprehensive examples with comments for each implemented use-case is under the examples directory.
Contributions are welcome! Please feel free to open an Issue or submit a Pull Request.
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
FAQs
Easily generate type-safe and async Python applications from AsyncAPI 3 specifications.
We found that asyncapi-python demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.