Skip to content

Finding 'n' slots on the basis of schedule of the week.

Notifications You must be signed in to change notification settings

suyash248/hme_slots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Slot Finder

Requirements

Python 3.5+, pip3

Usage

  1. Move to <project-dir>, create virtual environment and then activate it as
$ cd <project-dir>
$ virtualenv -p python3 .env
$ source .env/bin/activate
  1. Add project to PYTHONPATH as
$ export PYTHONPATH="$PYTHONPATH:." # . corresponds to current directory(project-dir)
  1. Then run test cases as
$ python -m unittest discover -s 'tests' -p '*.py'
  1. Then run the application run.py as
$ python run.py 

Note: Input parameters can be changed under run.py file.

About

Finding 'n' slots on the basis of schedule of the week.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages