Metadata-Version: 2.4
Name: iplotWidgets
Version: 1.4.0
Summary: Library of GUI widgets for data visualization
Author-email: ITER Organization <jscabanilla@minsait.com>
Maintainer-email: Jhon Steeven Cabanilla Alvarado <jscabanilla@minsait.com>, Pablo Martin Villares <pmartin@minsait.com>, Mario Gomez Ballesteros <mgomezb@minsait.com>
License: MIT
Project-URL: Homepage, https://github.com/iplot-viz/iplotwidgets
Project-URL: Repository, https://github.com/iplot-viz/iplotwidgets.git
Project-URL: Issues, https://github.com/iplot-viz/iplotwidgets/issues
Keywords: Widgets,GUI,Search,Variable,Pulse,IMAS,CODAC
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: iplotLogging>=1.2.0
Requires-Dist: iplotDataAccess>=1.3.1
Requires-Dist: PySide6>=6.9.3
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"

# ITER data visualization widgets library
A high-level library that contains a set of GUI widgets that can be useful 
to develop data visualization applications.

## Requirements

1. Python <= 3.11
2. Dependencies: Managed via [pyproject.toml](https://github.com/iplot-viz/iplotwidgets/blob/develop/pyproject.toml)

## Installation

Install the package from PyPi:

  ```bash
  pip install iplotWidgets
  ```

## Contributing

1. Fork it!
2. Create your feature branch: ```git checkout -b my-new-feature ```
3. Commit your changes: ```git commit -am 'Add some feature' ```
4. Push to the branch:```git push origin my-new-feature ```
5. Submit a pull request
