Metadata-Version: 2.1
Name: icalreporting
Version: 0.1.1
Summary: Reporting tools from ical files
Author-email: "J. Gressier" <jeremie.gressier@isae-supaero.fr>
License: MIT License
        
        Copyright (c) 2022 Jérémie GRESSIER
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
Project-URL: Homepage, https://github.com/jgressier/icalreporting
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.15
Requires-Dist: scipy>=1.6
Requires-Dist: h5py>=3.1
Requires-Dist: pyvista>=0.38
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: pytest-cov>=2.11.1; extra == "dev"
Requires-Dist: pylint>=2.6.0; extra == "dev"

icalreporting
-----

[![PyPi Version](https://img.shields.io/pypi/v/icalreporting.svg?style=flat)](https://pypi.org/project/icalreporting)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/icalreporting.svg?style=flat)](https://pypi.org/pypi/icalreporting/)
[![GitHub stars](https://img.shields.io/github/stars/jgressier/icalreporting.svg?style=flat&logo=github&label=Stars&logoColor=white)](https://github.com/jgressier/icalreporting)
[![PyPi downloads](https://img.shields.io/pypi/dm/icalreporting.svg?style=flat)](https://pypistats.org/packages/icalreporting)
[![codecov](https://img.shields.io/codecov/c/github/jgressier/icalreporting.svg?style=flat)](https://codecov.io/gh/jgressier/icalreporting)

[![Codacy Badge](https://app.codacy.com/project/badge/Grade/d32cf67a5fa242c88bb1568277f1d60e)](https://app.codacy.com/gh/jgressier/icalreporting/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)[![Doc](https://readthedocs.org/projects/icalreporting/badge/?version=latest)](https://readthedocs.org/projects/icalreporting/)
[![Slack](https://img.shields.io/static/v1?logo=slack&label=slack&message=contact&style=flat)](https://join.slack.com/t/isae-opendev/shared_invite/zt-obqywf6r-UUuHR4_hc5iTzyL5bFCwpw
)

### Features


### Installation and usage

```bash
pip install --upgrade icalreporting
```

### Requirements

see [requirements.txt](https://github.com/jgressier/icalreporting/blob/master/requirements.txt)
