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.
-
Notifications
You must be signed in to change notification settings - Fork 0
mmatlin/pather
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published