Skip to content

dexterous/hacks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Utility scripts.

doctest - Utility to run doctests in a python script.

    $ doctest code.py

lightty - Script to run the given program as fastcgi using Lighttpd.

    $ lightty code.py
    http:https://0.0.0.0:8080
    ....
    $ lightty code.py 9000
    http:https://0.0.0.0:9000
    ....

pyvi - Script to open source file of a python module in vim.

    $ pyvi os.path

About

Utility scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%