Skip to content

honeydev/args

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is adaptation Java example comand line argument parser from Robin Martin "Clean code" book on python.

Written for the study how to write clean code.

Agreements:

    Methods: 

        def methodname(): # public
        def _methodname(): # protected
        def __methodname(): # private

Usage cli:

Example

    $ python -i argscli.py x* -x stringParam
    >>> args.getString('x')
    'stringParam'

Run tests:

    $ python -m unittest tests.ArgsTest
    $ python -m unittest tests.ArgsExceptionTest

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages