Skip to content

jarvys/pymist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pymist

Python port of node's minimist module

##usage

from pymist import parse

"""
result: {
    'a': True,
    'b': 1
}
"""
parse(['-a', '-b', '1'])

"""
result: {
    'mode': 'debug',
    'f': 'test.py'
}
"""
parse(['--mode=debug', '-f', 'test.py'])

About

Python port of node's minimist module

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages