将Plotly图形作为IDOM的自定义组件
项目描述
idom-plotly
将Plotly图形作为IDOM的自定义组件
安装
使用pip
安装此包
pip install idom-plotly
对于开发者,从源代码安装请确保在运行前安装NPM
git clone https://github.com/idom-team/idom-plotly
cd idom-plotly
pip install -e . -r requirements.txt
发布此包
要在PyPI上发布idom-plotly的新版本
- 使用
pip install twine
安装twine
- 在
idom-plotly/__init__.py
中更新version = "x.y.z"
变量 - 使用
git
将更改添加到__init__.py
并创建git tag -a x.y.z -m 'comment'
- 使用
python setup.py sdist bdist_wheel
构建Python包 - 检查构建工件
twine check --strict dist/*
- 将构建工件上传到PyPI
twine upload dist/*
要在NPM上发布idom-plotly-react
的新版本
- 更新
js/package.json
中的新npm包版本 - 清除以前的构建
git clean -fdx
- 安装并发布
npm install && npm publish
项目详情
关闭
idom_plotly-0.0.3.tar.gz的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 4301267976b25bb041fcab09cab760c1b272aedf02157fafed53aeab6af33fee |
|
MD5 | d22f895883a50a14e75aded948022441 |
|
BLAKE2b-256 | 4d03c486176ff7050d48b78d0d4f1014108b2bb477c94317e09f0e05b4a057ee |
关闭
idom_plotly-0.0.3-py2.py3-none-any.whl的哈希值
算法 | 哈希摘要 | |
---|---|---|
SHA256 | 0c0a69979b3b27c081dd6225a1a52c9814089eccdea4ebe1577f9d599d43f863 |
|
MD5 | 3a314bb1e4f0e99b220cf317f4d9a21f |
|
BLAKE2b-256 | d6643dd42c98d57cd1051209060117bbbd2f800a7cc8f184509f8f651e7e61f4 |