crossbario / crossbario/autobahn-python
wamp commandline utility should have a asyncio backend
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 768
- PR merge metrics
- No merged PRs in 30d
Description
Currently one needs to have autobahn[twisted] installed for the wamp commandline tool to work. Just like the rest of the project I believe it would make sense to add an asyncio backend as well so that the commandline tool could be used with much less dependencies.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the wamp commandline utility and trace how it currently requires autobahn[twisted]. Review the existing asyncio support elsewhere in the project and identify the command's dependency and backend entry points. Done means the utility can use an asyncio backend without requiring the Twisted extra.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend, cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100