Skip to content
/ pather Public

A Python package that lets you easily turn a Python script into a terminal command.

Notifications You must be signed in to change notification settings

mmatlin/pather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pather

Pather is a Python package that lets you put Python scripts on your system's path and binds each of them to a given command name. Modules within Python packages can be run from anywhere on the system if an entry point is specified for the package, but that is not the case for Python scripts. However, there are many tasks which can be done by just a script—a whole package shouldn't be needed for every commonly used script just to put it on the path. Pather solves that problem in a cross-platform and modular way.

About

A Python package that lets you easily turn a Python script into a terminal command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages