Skip to content

opavlyuk/word-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-search

Requirements

  • Python >= 3.6.10

Prepare environment

  1. Clone the project and move to its directory.
$ git clone git@github.com:opavlyuk/word-search.git
$ cd word-search

  1. Make python3 virtualenv and activate it:
$ python3 -m venv venv && source venv/bin/activate

  1. Install app:
$ pip install -e .

Run

Execute the command-line script, check help for details:

(venv) $ word-search --help

Test

Execute unit tests:

(venv) $ python -m unittest discover src/tests/

About

Home Test task for DataRobot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages