DEV Community

Building CLI Apps with Python Series' Articles

Back to Kelvin Wangonya's Series
Building Command-Line Applications with Python
Cover image for Building Command-Line Applications with Python

Building Command-Line Applications with Python

65
Comments 7
1 min read
Setting up your development environment

Setting up your development environment

45
Comments
4 min read
Using setuptools to package your Python app
Cover image for Using setuptools to package your Python app

Using setuptools to package your Python app

14
Comments 3
3 min read
Adding options to CLI commands

Adding options to CLI commands

15
Comments 3
2 min read
Adding arguments to CLI commands

Adding arguments to CLI commands

13
Comments
1 min read
Prompting users for input

Prompting users for input

8
Comments
1 min read
Performing CRUD operations with a CLI app using Firebase
Cover image for Performing CRUD operations with a CLI app using Firebase

Performing CRUD operations with a CLI app using Firebase

44
Comments
5 min read
Testing Click applications with Pytest

Testing Click applications with Pytest

14
Comments
3 min read
Publishing your Python packages on TestPyPi before publishing on PyPi

Publishing your Python packages on TestPyPi before publishing on PyPi

14
Comments
2 min read