Update README.md

This commit is contained in:
Mia von Steinkirch, PhD, MSc 2020-02-11 10:56:06 -08:00 committed by GitHub
parent 60f223867a
commit 54c2782f9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# ✨ Boilerplates for Python ✨
* [CLI with click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app).
* [CLI with Click](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/CLI_app).
* [CLI with Argparse](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Argparse_app).
* [Dashboards with Dash and Plot.ly](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/dash_app).
* [Testing in Python](https://github.com/bt3gl/Awesome_Python_Boilerplates/tree/master/Testing).