https://github.com/dluman/pointer
Automatic entry point detection that turns any Python CLI module into a plugin!
https://github.com/dluman/pointer
cli entry-points plugin
Last synced: 3 months ago
JSON representation
Automatic entry point detection that turns any Python CLI module into a plugin!
- Host: GitHub
- URL: https://github.com/dluman/pointer
- Owner: dluman
- License: unlicense
- Created: 2023-11-04T17:44:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T00:56:06.000Z (over 1 year ago)
- Last Synced: 2025-01-17T05:41:37.230Z (5 months ago)
- Topics: cli, entry-points, plugin
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pointer
Make anything a plugin!
## Features
Ever wanted to make another Python CLI program a plugin to yours? Now, you can!
Provide a list of Python CLI invocations along with their associated command line arguments in the `config.yaml` (or other `YAML`) file, and go to it!