mkmod

Makes Python modules.


Keywords
modules
License
MIT
Install
pip install mkmod==0.1

Documentation

mkmod

A simple script for creating nested Python modules in the current directory.

$ mkmod happy.fun.times
$ python
>>> from happy.fun.times import *