amplify-education / python-hcl2

MIT License
255 stars 56 forks source link

dropping docopt dependency #30

Closed kapilt closed 4 years ago

kapilt commented 4 years ago

i suspect the majority usage of hcl2 is as a library, for which the extra dependency for the cli on docopt is extraneous. i was wondering about switching this to something in stdlib ala argparse to avoid the dependency.

aoskotsky-amplify commented 4 years ago

Hey good point. This should be fixed with https://github.com/amplify-education/python-hcl2/pull/33