Skip to main content

No project description provided

Project description

License MIT Python 3.7.1

Meetings reporter

This module allows users to parse an input meetings file to find if there are conflicting ones.

Installation

Requirements

  • Python >= 3.7.1

  • pandas >= 1.3.5

Installation

pip install meetings-reporter

Usage

>>> from meetings_reporter import *

>>> report("FILE_PATH")

In order to get a coherent meetings report, make sure the input file has the format below:

start,end
8:15am,9:30am
9:00am,10:00am
2:30pm,4:00pm

Example

The reporting of the file given above

>>> from meetings_reporter import *

>>> report("/PATH_TO/ABOVE_FILE_NAME")
REPORT:
 Conflict 1 :  08:15AM--->09:30AM  with  09:00AM--->10:00AM

Author

  • Main maintainer: Mohamed Khalil Labidi (mklkun)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

meetings-reporter-0.2.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

meetings_reporter-0.2.0-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page