Skip to content

Conversation

@menckend
Copy link

I've been using pyeapi in my ptovnetlab project, where I've re sorted to using asyncio's to_thread method to enable concurrent polling of multiple Arista switches, since pyeapi is using synchronous/non-async modules for the http/s connections. I'd really rather not run all my concurrent connections to multiple switches in dedicated threads though, so I took a swing at re-factoring (most of?) pyeapi for asynchronous operation with asyncio and aiohttp.

Raising this pull request to see if there's any interest in pulling that (async-enabled) work into this project, or if I'd be better off just maintain my own fork.

Copy link
Author

@menckend menckend left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Refactoring to include async operation.

@menckend menckend closed this Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant