MANIFEST.in
README.md
setup.py
create_stc/__init__.py
create_stc/create_streamlit_comp.py
create_stc.egg-info/PKG-INFO
create_stc.egg-info/SOURCES.txt
create_stc.egg-info/dependency_links.txt
create_stc.egg-info/entry_points.txt
create_stc.egg-info/top_level.txt
create_stc/__pycache__/__init__.cpython-310.pyc
create_stc/__pycache__/create_streamlit_comp.cpython-310.pyc
create_stc/template/MANIFEST.in
create_stc/template/README.md
create_stc/template/main.py
create_stc/template/setup.py
create_stc/template/my_component/__init__.py
create_stc/template/my_component/__pycache__/__init__.cpython-310.pyc
create_stc/template/my_component/frontend/.eslintcache
create_stc/template/my_component/frontend/.eslintrc.json
create_stc/template/my_component/frontend/.gitignore
create_stc/template/my_component/frontend/README.md
create_stc/template/my_component/frontend/jsconfig.json
create_stc/template/my_component/frontend/package-lock.json
create_stc/template/my_component/frontend/package.json
create_stc/template/my_component/frontend/public/favicon.ico
create_stc/template/my_component/frontend/public/index.html
create_stc/template/my_component/frontend/public/logo192.png
create_stc/template/my_component/frontend/public/logo512.png
create_stc/template/my_component/frontend/public/manifest.json
create_stc/template/my_component/frontend/public/robots.txt
create_stc/template/my_component/frontend/src/App.css
create_stc/template/my_component/frontend/src/App.jsx
create_stc/template/my_component/frontend/src/index.css
create_stc/template/my_component/frontend/src/index.jsx