Metadata-Version: 1.1
Name: fabdeb
Version: 0.1.10
Summary: Fabfile solutions for Debian Linux
Home-page: https://github.com/liminspace/fabdeb
Author: liminspace
Author-email: liminspace@gmail.com
License: BSD
Description: # fabdeb
        
        Fabfile solutions for Debian Linux
        
        
        ## Running prepare web sever
        
        Add to your fabfile.py:
        
            import fabfile
            
        and you can run fabdeb.prepare_server command:
         
            # fab fabdeb.prepare_server
        
Platform: UNKNOWN
Requires: fabric
