https://github.com/alanwilter/schedule_check
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.4%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: alanwilter
- Language: Python
- Default Branch: master
- Size: 34.2 KB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Schedule Meetings Time Checker
For a supplied "times" data file containing a list of start/end times for a series of meetings scheduled during one day, it checks and reports which meetings conflict with one another.
Installation
bash
pip install git+https://github.com/alanwilter/schedule_check.git
Usage
```text usage: report_schedule [-h] -i INFILE [-d DAY]
Report which meetings are clashing with one another.
optional arguments: -h, --help show this help message and exit -i INFILE, --infile INFILE input file with times -d DAY, --day DAY optional day, in format YYYY-MM-DD, default is current day: 2022-01-27 ```
Example
```text $> report_schedule -i tests/times -d '2021-12-25'
Meetings conflict for 2021-12-25 Meetings:
and overlaps for 30 min (09:30 to 10:00) Meetings: and overlaps for 60 min (12:00 to 13:00) Invalid Meetings, outside working hours for 2021-12-25: 08:00 to 17:00 Meeting 9 @ 18:0019:00 Meeting 10 @ 20:0021:00 ```
Owner
- Name: Alan Silva
- Login: alanwilter
- Kind: user
- Location: London
- Company: MEH
- Website: https://readingcentre.org/teams/data_science/#dr-alan-sousa-da-silva
- Repositories: 23
- Profile: https://github.com/alanwilter
Scientific Programmer & Data Scientist, DSc in Biophysics, Python3 mostly. ACPYPE creator and maintainer.
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: over 1 year ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0