Skip to content

LaravelPython/framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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  [email protected]: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" 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published