No project description provided
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file meetings_reporter-0.2.1.tar.gz.
File metadata
- Download URL: meetings_reporter-0.2.1.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Linux/5.15.0-1024-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dea0405984a092280ddc6151815e0e0381ea3264e756026d837a677c2a81e971
|
|
| MD5 |
91d8131e2907c054fed15a86f216edf1
|
|
| BLAKE2b-256 |
0e48884cb6ed303d9425d899af76ee7e66338b5763bc0a0f91396d195a23db70
|
File details
Details for the file meetings_reporter-0.2.1-py3-none-any.whl.
File metadata
- Download URL: meetings_reporter-0.2.1-py3-none-any.whl
- Upload date:
- Size: 3.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.1 CPython/3.11.1 Linux/5.15.0-1024-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2309b82604dca849517feb0fd140e2c30c95f6209d6cf8f188cb00b8e516fade
|
|
| MD5 |
f98554329fcf547c4a6dba7d0d02373f
|
|
| BLAKE2b-256 |
dda368e1c060e31dc862382d7fb8228deba338d971a4db706ceb64dd8755a978
|