Metadata-Version: 2.1
Name: gwei_tracker
Version: 0.1.8
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

This module takes the ethereum gas price data at the time of execution and converts it to a png file.

```python
# Example
from gwei_tracker import capture_image
import asyncio

async def main():
    await capture_image("Your-api")
    

asyncio.run(main())
```

