Skip to content

ProfessorManhattan/template-python-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python CLI

The base template for a Python CLI project. It uses Boilr as a template manager:

# Save template
boilr template save . python-cli -f

# Use template
boilr template use python-cli cli

Dependency Management

The Python CLI project uses Poetry as its dependency manager, mainly because of clean CLI and top-notch dependency resolver abilities - refer to Poetry's website for more info. Here's a couple commands that you might find useful:

# Poetry commands here...