An utterly fantastic CLI application for office Space Allocation
`create_room <room_type> <name>...`
`add_person <firstname> <surname> <person_type> [<wants_accomodation>]`
`print_room <name>`
`print_allocations [<filename>]`
`print_unallocations [<filename>]`
To use this project, follow these steps:
- Create your working environment.
- Git clone this project (
$ git clone https://github.com/JoshuaOndieki/dojo.git
) - (
$ cd dojo
) - Install project dependencies (
$ pip install -r requirements.txt
) python app.py
- (
DOJO$$$
)
Run tests with nosetests