1 Star 2 Fork 0

小为 / streamlit-g2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
setup.py 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
hustcc 提交于 2023-12-18 18:45 . fix: make app works
import setuptools
setuptools.setup(
name="streamlit-g2",
version="0.0.6",
author="hustcc",
author_email="i@hust.cc",
description="Render G2 charts in Streamlit",
long_description="Render G2 charts in Streamlit",
long_description_content_type="text/plain",
url="https://github.com/hustcc/streamlit-g2",
packages=setuptools.find_packages(),
include_package_data=True,
classifiers=[],
python_requires=">=3.6",
install_requires=[
"streamlit >= 0.63",
],
)
1
https://gitee.com/hustcc/streamlit-g2.git
git@gitee.com:hustcc/streamlit-g2.git
hustcc
streamlit-g2
streamlit-g2
master

搜索帮助