Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

45 lines (27 loc) · 1.05 KB

SP Ask Chats Utils

PyPI PyPI PyPI TravisCI

This package helps to filter Chats

Installation

SP Ask Chats Utils can be installed from PyPI using pip or your package manager of choice:

pip install sp_ask_chats_utils

Usage

Example:

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.

Todo

  1. Add tests
  2. Add Makefile
  3. Add pypi
  4. Create python package
  5. Create a README.rst for pypi