Skip to content

wendyltan/fabricEncapsulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fabricEncapsulate

Use this shell script to encapsulate your fabfile.py!

Content

hide.sh : transfer fabfile to encapsulated fabfile.so,but still can use it normally.

Requirement

To use hide.sh,make sure your python has fabric and Cython modules installed.If you don't know what they are,please google them.

Noted

Please put all your module py files that fabfile relys on with your fabfile.pyunder same directory.

Output

One py script per .so file

Usage

Go to /fabGen directory and run fab your_command as you used to do when using original fabfile.

About

Use this shell script to encapsulate your fabfile.py!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages