├── LICENSE ├── README.md ├── arg2cls_v0.8.py └── web_server ├── README.md ├── action_page.php ├── arg2cls.html ├── run_server.py └── spider7.gif /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/README.md -------------------------------------------------------------------------------- /arg2cls_v0.8.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/arg2cls_v0.8.py -------------------------------------------------------------------------------- /web_server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/web_server/README.md -------------------------------------------------------------------------------- /web_server/action_page.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/web_server/action_page.php -------------------------------------------------------------------------------- /web_server/arg2cls.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/web_server/arg2cls.html -------------------------------------------------------------------------------- /web_server/run_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/web_server/run_server.py -------------------------------------------------------------------------------- /web_server/spider7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sngjuk/argparse-to-class/HEAD/web_server/spider7.gif --------------------------------------------------------------------------------