Metadata-Version: 2.4
Name: iplotLogging
Version: 1.2.1.post1
Summary: General logging support for IDV components
Author-email: Lana Abadie <lana.abadie@iter.org>
Maintainer-email: Jhon Steeven Cabanilla Alvarado <jscabanilla@minsait.com>, Pablo Martin Villares <pmartin@minsait.com>, Mario Gómez Ballesteros <mgomezb@minsait.com>
License: MIT
Project-URL: Homepage, https://github.com/iplot-viz/iplotlogging
Project-URL: Repository, https://github.com/iplot-viz/iplotlogging.git
Project-URL: Issues, https://github.com/iplot-viz/iplotlogging/issues
Keywords: ITER logging,logs
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
Provides-Extra: test
Requires-Dist: pytest>=6.0; extra == "test"

# Logging library

General logging support for IDV components.

## Requirements

1. Python <= 3.11
2. Dependencies: Managed via [pyproject.toml](https://github.com/iplot-viz/iplotlogging/blob/IDV-732-add-pyqtgraph-as-backend-to-iplotlib/pyproject.toml)

## Installation

Install the package from PyPi:

  ```bash
  pip install iplotLogging
  ```

### 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
