Skip to content

Web app for scheduling workshop / meeting times among RIE members

Notifications You must be signed in to change notification settings

KCL-RIE/MSCA-3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIE-MSCA-3000

Automatic scheduler for optimal workshop / meeting times. Input: .ics calendar --> Output: ideal dates and times for everyone

Installation

The programs require Python 3+ to run.

Running

  • Edit config.py and fill in or adapt to your needs.
make run

Testing

  • Run tests:
make test
  • Extract code coverage:
make coverage

Virtualenv Environment

  1. Create the virtual environment:
$ python -m venv .venv
  1. Activate it:
$ source .venv/bin/activate
  1. Install dependencies (in the virtual environment):
(.venv) $ pip install -e .
(.venv) $ pip install -r requirements.txt

License

MIT

Free Software 💻

About

Web app for scheduling workshop / meeting times among RIE members

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages