Skip to content

SimpliRoute/simpliroute-sdk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpliRoute's py3 boilerplate

Requirements

  • Python 3.x installed
  • virtualenv installed (associated with you py3 installation)
  • pip installed (associated with you py3 installation)

Scripts included

Init
$ make init

Initialize application creating respective virtualenv and installing all dependencies form requirement txt.

Update dependencies
$ make update-deps

Update dependencies in requirements.txt file to future installs.

Running Test
$ make test

Run all application tests

Generate documentation
$ make documentation

Generate updated documentation and open it on MAC

Run test generating coverage report
$ make coverage

Run tests and generate coverage report

About

SimpliRoute API python 3.x SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published