Code Monkey home page Code Monkey logo

guild-parent-parser's Introduction

$ guild run argparse-parent-test
You are about to run argparse-parent-test
  sub-float: 2.2
  sub-int: 2
Continue? (Y/n) n

$ guild check
guild_version:             0.7.0.rc9
guild_install_location:    /home/wheatdog/miniconda3/envs/guild-test/lib/python3.7/site-packages/guild
guild_home:                /home/wheatdog/miniconda3/envs/guild-test/.guild
guild_resource_cache:      /home/wheatdog/miniconda3/envs/guild-test/.guild/cache/resources
installed_plugins:         cpu, disk, exec_script, gpu, keras, memory, perf, python_script, queue, skopt
python_version:            3.7.4 (default, Aug 13 2019, 20:35:49) [GCC 7.3.0]
python_exe:                /home/wheatdog/miniconda3/envs/guild-test/bin/python
platform:                  Linux 5.6.6-arch1-1 x86_64
psutil_version:            5.6.3
tensorboard_version:       1.15.0
cuda_version:              not installed
nvidia_smi_version:        not installed
latest_guild_version:      unknown (error)

$ python main.py --help
usage: main.py [-h] [--main-int MAIN_INT] [--main-float MAIN_FLOAT]
               [--sub-int SUB_INT] [--sub-float SUB_FLOAT]

optional arguments:
  -h, --help            show this help message and exit
  --main-int MAIN_INT
  --main-float MAIN_FLOAT
  --sub-int SUB_INT
  --sub-float SUB_FLOAT

$ LOG_LEVEL=10 python -m guild.plugins.import_argparse_flags_main main.py '' output
DEBUG: [import_flags_main] loading module from 'main.py'
DEBUG: [import_flags_main] handling add_argument: ('--main-int',) {'type': <class 'int'>, 'default': 1}
DEBUG: [import_flags_main] added flag {'default': 1}
DEBUG: [import_flags_main] handling add_argument: ('--main-float',) {'type': <class 'float'>, 'default': 1.2}
DEBUG: [import_flags_main] added flag {'default': 1.2}
DEBUG: [import_flags_main] handling add_argument: ('-h', '--help') {'action': 'help', 'default': '==SUPPRESS==', 'help': 'show this help message and exit'}
DEBUG: [import_flags_main] skipping _HelpAction(option_strings=['-h', '--help'], dest='help', nargs=0, const=None, default='==SUPPRESS==', type=None, choices=None, help='show this help message and exit', metavar=None) - not an action type
DEBUG: [import_flags_main] handling add_argument: ('--sub-int',) {'type': <class 'int'>, 'default': 2}
DEBUG: [import_flags_main] added flag {'default': 2}
DEBUG: [import_flags_main] handling add_argument: ('--sub-float',) {'type': <class 'float'>, 'default': 2.2}
DEBUG: [import_flags_main] added flag {'default': 2.2}
DEBUG: [import_flags_main] writing flags to output: {'sub-int': {'default': 2}, 'sub-float': {'default': 2.2}}
usage: main.py [-h] [--main-int MAIN_INT] [--main-float MAIN_FLOAT]
               [--sub-int SUB_INT] [--sub-float SUB_FLOAT]

optional arguments:
  -h, --help            show this help message and exit
  --main-int MAIN_INT
  --main-float MAIN_FLOAT
  --sub-int SUB_INT
  --sub-float SUB_FLOAT

$ cat output
{"sub-int": {"default": 2}, "sub-float": {"default": 2.2}}

guild-parent-parser's People

Contributors

wheatdog avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.