Plotly figures as a custom component for IDOM
Project description
idom-plotly
Plotly figures as a custom component for IDOM
Installation
Use pip
to install this package:
pip install idom-plotly
For a developer installation from source be sure to install NPM before running:
git clone https://github.com/idom-team/idom-plotly
cd idom-plotly
pip install -e . -r requirements.txt
Releasing This Package
To release a new version of idom-plotly on PyPI:
- Install
twine
withpip install twine
- Update the
version = "x.y.z"
variable inidom-plotly/__init__.py
git
add the changes to__init__.py
and create agit tag -a x.y.z -m 'comment'
- Build the Python package with
python setup.py sdist bdist_wheel
- Check the build artifacts
twine check --strict dist/*
- Upload the build artifacts to PyPI
twine upload dist/*
To release a new version of idom-plotly-react
on NPM:
- Update
js/package.json
with new npm package version - Clean out prior builds
git clean -fdx
- Install and publish
npm install && npm publish
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
idom_plotly-0.0.3.tar.gz
(1.9 MB
view details)
Built Distribution
File details
Details for the file idom_plotly-0.0.3.tar.gz
.
File metadata
- Download URL: idom_plotly-0.0.3.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4301267976b25bb041fcab09cab760c1b272aedf02157fafed53aeab6af33fee |
|
MD5 | d22f895883a50a14e75aded948022441 |
|
BLAKE2b-256 | 4d03c486176ff7050d48b78d0d4f1014108b2bb477c94317e09f0e05b4a057ee |
Provenance
File details
Details for the file idom_plotly-0.0.3-py2.py3-none-any.whl
.
File metadata
- Download URL: idom_plotly-0.0.3-py2.py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.10.0 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c0a69979b3b27c081dd6225a1a52c9814089eccdea4ebe1577f9d599d43f863 |
|
MD5 | 3a314bb1e4f0e99b220cf317f4d9a21f |
|
BLAKE2b-256 | d6643dd42c98d57cd1051209060117bbbd2f800a7cc8f184509f8f651e7e61f4 |