Skip to content

Added asyncio interface - #42

Open
cmcconomyfwig wants to merge 1 commit into
datadesk:mainfrom
cmcconomyfwig:main
Open

Added asyncio interface#42
cmcconomyfwig wants to merge 1 commit into
datadesk:mainfrom
cmcconomyfwig:main

Conversation

@cmcconomyfwig

Copy link
Copy Markdown

Please consider my submission for an asyncio interface for inciweb requests.

The interface was kept identical, with the exception that you would use
from inciweb_wildfires.aio import get_data, get_incidents, get_prescribed_fires

instead of
from inciweb_wildfires import get_data, get_incidents, get_prescribed_fires

Tests are included, and will be executed by the change in the CI yaml.

The command line app continues to use the original synchronous code.

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