Open cooperlees opened 5 years ago
Some users (including my place of employment) use bandsnatch by importing the mirroring functions to use in a larger system.
The current plugin design makes it very difficult to use them unless you're in the full virtualenv / setuptools work, which we are not.
Lets investigate and disucss alternative refactors that could all callers to provide a blacklist or whitelist to start with.
I feel it could be as simple as optional Sequence passwd in for bandersnatch to check if they are in or not in.
Sequence
@dralley + @gerrod3 - Your refactor has made this a lot more friendly right?
Some users (including my place of employment) use bandsnatch by importing the mirroring functions to use in a larger system.
The current plugin design makes it very difficult to use them unless you're in the full virtualenv / setuptools work, which we are not.
Lets investigate and disucss alternative refactors that could all callers to provide a blacklist or whitelist to start with.
I feel it could be as simple as optional
Sequence
passwd in for bandersnatch to check if they are in or not in.