Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 550 Bytes

File metadata and controls

27 lines (23 loc) · 550 Bytes

Larapy

A python implementation of laravel framework for machine learning, AI, datascience and data intensive work.

Features

  • MVC Framework
  • Routing
  • jinja 2 templating engine.

Installation

Download project directly from github repository. Clone it and remove the origin (Optional).

git clone  git@github.com:bedus-creation/LaraPy.git project_name
cd project_name
git remote remove origin

Serve app

python serve

Testing

python -m pytest

# With out Network 
python -m pytest -m "not network"