Metadata-Version: 2.1
Name: portfolio-carousel
Version: 0.1.3
Summary: Streamlit component that allows you to do X
Author: Abraão Andrade
Author-email: abraaolpandrade@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

# portfolio-carousel

Streamlit component that allows you to do X

## Installation instructions 

```sh
pip install portfolio-carousel
```

## Usage instructions

```python
import streamlit as st

from portfolio_carousel import portfolio_carousel

value = portfolio_carousel()

st.write(value)
