Skip to content

Bisns/djcompiler

 
 

Repository files navigation

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

  • Python:
    • 3.8
    • 3.9
    • 3.10
    • 3.11
    • 3.12
    • 3.13

Installation

pip install djcython

Usage

  • run djcompiler help to see available commands.
  • run djcompiler compile to compile the django project.
  • run djcompiler buildfile to generate a config file.
  • run djcompiler buildpy to generate a python script that compiles the project when run.

Future Features

About

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%