abdoohossamm / djcompiler

django compiler that compiles the django project to a C language project which gives more performance and more security since the original code is hidden.
BSD 3-Clause "New" or "Revised" License
59 stars 6 forks source link
cython cython-library django django-library pip-package python python-library python-package

DjCompiler

DjCompiler is a python package that compiles the django project to a C language project which gives more performance and more security since the original code is hidden.

Compatibility

Installation

pip install djcompiler

Usage

Future Features