Metadata-Version: 2.1
Name: sp-ask-chats-utils
Version: 0.1.2
Summary: 
Home-page: https://github.com/guinslym/sp_ask_chats_utils
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
Project-URL: Repository, https://github.com/guinslym/sp_ask_chats_utils
Description-Content-Type: text/markdown

# Ask Schools

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


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_chats_utils
```

## Usage


Example:

```python

from sp_ask_chats_utils import remove_practice_queues

chats = remove_practice_queues(chats):

```

## 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/).

