python-lml / lml

Load me later. A lazy plugin management system for Python
http://lml.readthedocs.io
Other
12 stars 5 forks source link

to find plugin names with different naming patterns #4

Closed chfw closed 6 years ago

chfw commented 6 years ago

atm, it only looks for any plugin names that start with a text, or that is white-listed and is not black-listed.

but now, it needs support plugin names that end with a text.

hence, the change will be to support regular expression in search so that prefix and suffix could be specified in one regular expression.

reference:

https://github.com/moremoban/moban/issues/35