badge

Fill in a module description here

source

Badge

 Badge (exports:list=None, imports:list=None, caption=False)

Generate a markdown badge in the ibis style

To generate a markdown badge, pass an argument to exports, imports or both.

badge = Badge(exports=["PyArrow", "Parquet", "CSV", "Pandas"])
badge

Badge(imports=["PyArrow", "Parquet", "CSV", "Pandas"])

multi_badge = Badge(exports=["PyArrow", "Parquet", "CSV", "Pandas"], 
              imports=["PyArrow", "Parquet", "CSV", "Pandas"])
multi_badge