An open API service indexing awesome lists of open source software.

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!

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!