UpstreamData / pyasic

A simplified and standardized interface for Bitcoin ASICs.
https://docs.pyasic.org
Apache License 2.0
100 stars 54 forks source link

Use builtin tomllib where possible and tomli{-w} where not. #185

Closed jameshilliard closed 3 months ago

jameshilliard commented 3 months ago

The tomli libraries seem to be the preferred way to handle toml when the native python tomllib is not available.