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

https://github.com/csprance/crypy

Cryengine Python dummy functions for code completion
https://github.com/csprance/crypy

Last synced: about 1 year ago
JSON representation

Cryengine Python dummy functions for code completion

Awesome Lists containing this project

README

          

# CryPy #

Gives you the necesarry dummy functions for code completion to work in your ide of choice. Just plop this into your python/lib/site-packages/ and it should import all the module functions

just do a

try:
from crypy import *
except:
pass

Then you'll be able to do this

![Code Completion](http://i.imgur.com/p7TlOVj.png)