App for data visualization
Project description
Introduction
Data visualization tool based in Dash framework. Allows to easly visualize 3D data sets from a data matrix in the source file. Currently supported graphics are:
- 3D Scatter
Getting Started
- Installation process
pip install --upgrade data-visualizer-JavierRodriguezPosada
- Run the app
python -m data_visualizer
Access the url http://127.0.0.1:8050/
- Software dependencies
- Python 3
- numpy==1.19.3
- xlrd==1.2.0
- pandas==1.1.4
- dash==1.17.0
- Latest releases
Build and Test
Its recommended to install all dev depdendencies in a virtual environment.
python -m venv .\.env
.\.env\Scripts\activate
pip install -r .\requirements.dev.txt
To run the app:
python .\data_visualizer\__main__.py
Generate package
Dependencies
python -m pip install --user --upgrade setuptools wheel twine
Compile
python setup.py sdist bdist_wheel
Upload
python -m twine upload --repository pypi dist\*
Contribute
TODO
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
Built Distribution
Close
Hashes for data-visualizer-JavierRodriguezPosada-0.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71aff765381ab8eaff6948b7e14d4b7464854bf5f44cdc9470181b9112f77be9 |
|
MD5 | 6f70a92797a99ce45b536e20f5e41319 |
|
BLAKE2b-256 | c2cdd3d12fa03df0333939cdeded01370fd22ab935fb1cc2507835f8a44f0616 |
Close
Hashes for data_visualizer_JavierRodriguezPosada-0.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39a03b12cda49b8fab1ebb653bff63331eb61474fe9aa1df50501e0f288be5c1 |
|
MD5 | a0295096088fa4602164d5291db58688 |
|
BLAKE2b-256 | 54afe673d4ef22cbf707e43ac387f2a294d7b542daa28a9c1a09e6cf564592af |