A python implementation of laravel framework for machine learning, AI, datascience and data intensive work.
- MVC Framework
- Routing
- jinja 2 templating engine.
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
python serve
python -m pytest
# With out Network
python -m pytest -m "not network"