Skip to content

Template for making a Python CLI script installable via pip

License

Notifications You must be signed in to change notification settings

WHOIGit/pip-installable-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template for making a Python CLI script installable via pip

This demonstrates making a CLI pip-installable.

It provides a command called pi that takes the number of decimal places as its sole argument.

e.g.,

$ pi 80
3.14159265358979323846264338327950288419716939937510582097494459230781640628620899

It accepts a -v argument that will show a progress bar.

Installation

pip install git+https://github.com/WHOIGit/[email protected]

About

Template for making a Python CLI script installable via pip

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages