Metadata-Version: 2.1
Name: sp-ask-report-chats-per-school
Version: 0.1.4
Summary: 
Home-page: https://github.com/guinslym/sp_ask_report_chats_per_school
License: MIT
Keywords: Ask,Scholars Portal,Ontario,Chats
Author: Guinsly Mondesir
Author-email: guinslym@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: lh3api (>=0.2.0,<0.3.0)
Project-URL: Repository, https://github.com/guinslym/sp_ask_report_chats_per_school
Description-Content-Type: text/markdown

# Ask Schools

[
![PyPI](https://img.shields.io/pypi/v/sp_ask_report_chats_per_school.svg)
![PyPI](https://img.shields.io/pypi/pyversions/sp_ask_report_chats_per_school.svg)
![PyPI](https://img.shields.io/github/license/guinslym/sp_ask_report_chats_per_school.svg)
](https://pypi.org/project/sp_ask_report_chats_per_school/)
[![TravisCI](https://travis-ci.org/guinslym/sp_ask_report_chats_per_school.svg?branch=master)](https://travis-ci.org/guinslym/sp_ask_report_chats_per_school)


This package helps to filter Chats


## Installation

**Ask Schools** can be installed from PyPI using `pip` or your package manager of choice:

```
pip install sp_ask_report_chats_per_school
```

## Usage


Example:

```python

from sp_ask_report_chats_per_school import get_nbr_of_chats_per_school_for_this_day

chats_DataFrame = get_nbr_of_chats_per_school_for_this_day(year=2020, month=3, day=11)
chats_DataFrame.to_excel("chats_per_school.xlsx", index=True)
# see mockup image below
```
<p float="left">
<img src="images/mockup.png" width="300"/>
</p>
## Code of Conduct

Everyone interacting in the project's codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [PyPA Code of Conduct](https://www.pypa.io/en/latest/code-of-conduct/).

