451 Commits (52112561d4842c8f9cdd62f1c5acc7e5955b6073)
 

Author SHA1 Message Date
chriskiehl b00ba13c44 Added layout manager shell for subparsers. Converted core gui components to work with new data schema 9 years ago
chriskiehl 5e34466996 Minor code cleanup. Added __repr__ 9 years ago
chriskiehl 1f3f2deefb Added additional convenience methods 9 years ago
chriskiehl 83b7ba38cc Removed pycharm's author blurb 9 years ago
chriskiehl c1f8314e9b convenience _ method 9 years ago
chriskiehl e6d72cf89a replaced lazy class with module methods 9 years ago
chriskiehl 81a262f2dd added subparser support 9 years ago
chriskiehl 9ac91771ee Added pytest conf 9 years ago
chriskiehl f6cc6b9333 Version bump 9 years ago
chriskiehl 0ce9085831 Fixed program_name not working (issue #88). Corrected default name to pull from sys.argv 9 years ago
chriskiehl 5cf42a17b8 Removed old tests. Cleaned up new tests 9 years ago
chriskiehl 94ea45d9ab updated README.md 9 years ago
chriskiehl 7098c026e8 version bump 9 years ago
chriskiehl 6ae66a9bd4 Big fix: issue #87 - Exception when all arguments are optional 9 years ago
chriskiehl e30304ee1c version bump for pypi 9 years ago
chriskiehl 5220b4a139 Better method for getting Argparse - (SylvainDe's suggestion) 9 years ago
chriskiehl adcd3c81bc Updated Changelog 9 years ago
chriskiehl 3292184d64 Version bump 9 years ago
chriskiehl 9796d50fa9 Updated tests 9 years ago
chriskiehl 7e9c1324b0 Bug Fix - required not honoring action type (issue #85) 9 years ago
chriskiehl 81c4dc18bb Updated README 10 years ago
chriskiehl 8e6f7f4877 Version bump 10 years ago
chriskiehl 6cea0533b8 Updated README 10 years ago
chriskiehl cd82b3fbc8 Added new configuration options 10 years ago
chriskiehl 00a42517e7 Enhancement: Lookup argparse outside of main - issue #84 10 years ago
chriskiehl dd5524a7b1 Merge branch 'master' of https://github.com/chriskiehl/Gooey 10 years ago
chriskiehl 569f57d18d added cmd tools. Added feature to allow dumping build_spec to disk for 10 years ago
chriskiehl f9e9966f2d added cmd tools. moved config generation to own module 10 years ago
Stephen L 01f649f8dd fix: argparse not detected in source if optional arguments were supplied (eg: custom argv) 10 years ago
chriskiehl e7a141c66f Linked variable cols lengths to build spec 10 years ago
chriskiehl 6839ff93ed Unhooked the json generation from the GUI generation. Refactorings 10 years ago
chriskiehl 5aa0d70457 Merge branch 'master' of https://github.com/chriskiehl/Gooey 10 years ago
chriskiehl b1c2a9d0b1 Fixed issue in widget_pack that returned None for positional args. Minor code cleanup 10 years ago
Chris b0ace98c80 Merge pull request #83 from thoppe/patch-1 10 years ago
Travis Hoppe 8ce32be776 Small typo in code example, fixed 10 years ago
Stephen L 3708d25a12 fix: empty optional arguments are not supplied from Gooey back to the script anymore (and thus their default values can be managed by argparse) 10 years ago
Stephen L 2c214e5e82 fix: help description for arguments with nargs 10 years ago
chriskiehl c751e767f6 Fixed dumb bug where any supplied type was defaulting to FileChooser 10 years ago
chriskiehl d83ab61bff Swapping out method calls - issue #76 10 years ago
chriskiehl d7db4f3039 Fixed duplication bug - issue #78 10 years ago
Chris 3184c20533 Merge pull request #73 from cvrebert/patch-1 10 years ago
Chris Rebert 36356bc3a2 README: "Radio Group" => RadioGroup 10 years ago
Chris 6a03900c4d Merge pull request #72 from amorde/master 10 years ago
Eric Amorde 2b61019f47 Quote file paths to handle spaces in file names 10 years ago
chriskiehl 1e660d1908 Added deploy tools 10 years ago
chriskiehl 15b1aa7c2e Added WidgetTypes to allow file saving, opening, and miltifile select 10 years ago
Chris 2419fe9d19 Merge pull request #69 from SethMMorton/master 10 years ago
Seth M Morton 6e0c77d73c Generalized main function parsing. 10 years ago
chriskiehl a7039fee97 Upped Gooey version for pip 10 years ago
chriskiehl f87f51d208 Added exception for main functions that end with an if statement 10 years ago