An integrated development platform that supports Python script editing, debugging and publish the files written by Python in various forms.
Main Features:
* An editor simulates Emacs python-mode
> Highlight python syntax
> Fold the code block
> Smart Completion
> Show the PROTOTYPE or doc string of class or function
> Code Tree Browser
* An power GUI debugger:
> Support breakpoint, watchpoint, catchpoint, and break condition, commands just as GDB can do
> Support debugging multi-threads
* Posted through the RSA encrypted Python script instead Python source code;
* Deploy Python scripts to standalone executable files
* Project management, using project you can do:
> Manage the scripts, modules, extensions, packages and data files in one project.
> Build the distribute package for the product in various forms, for example, Microsfot Installer(.msi) and .rpm
> Make your product can be trial and can be registered by serial number.
* Multi-platform support and cross-publish. Pyshield can run on Windows and Linux platform also supports cross-publish. In other words, you can developed under the Windows platform, then you can generate the installation package which can run on both Windows and Linux by Pyshield; and vice versa, you can developed under Linux, and by using Pyshield to make the installation package running on Windows and Linux.