Skip to content

Files

Latest commit

35bb648 · Apr 7, 2020

History

History
27 lines (23 loc) · 550 Bytes

readme.md

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"