Metadata-Version: 2.1
Name: Chamak
Version: 0.0.4
Summary: A python implementation of laravel framework for machine learning, AI, datascience and data intensive work.
Home-page: https://github.com/bedus-creation/LaraPy
Author: Bedram Tamang
Author-email: tmgbedu@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

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


