An open API service indexing awesome lists of open source software.

https://github.com/bedus-creation/larapy

A python implementation of laravel framework for machine learning, AI, datascience and data intensive work.
https://github.com/bedus-creation/larapy

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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"
```