-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You have taken the spf
import name already belonging to pyspf
#16
Comments
Hi @sloev I actually did look into whether any other projects use the So although I have a major update to So the plan will be that if you want to use The main issue will be with sanic plugins written to use |
Thank you for a nice civil reply 😅 Have a great 2020! |
As it gets closer to the end of 2020, I'm still well aware I have not addressed this issue. Eg, if PluginA uses Sanic-Plugins-Framework == 0.9.4, but PluginB uses Sanic-Plugins-Framework >= 0.10.0, we might get both "spf" and "spfw" packages imported at the same time. With PluginA using the former and PluginB using the latter. I have some ideas how to tackle this issue, but it will take some time. |
Update on this issue: Sanic 21.03 coming in March 2021 will be a BIG update. There are several big features that have been simmering for the last 12 months that are finally being merged in, which means we'll need some major changes in SanicPluginsFramwork too. The current series of SPF will only work on Sanic up to 20.12.x. |
Sanic-Plugins-Framework project is now renamed to Sanic-Plugin-Toolkit. |
Hi
i recently raised an issue (and contributed a PR) to the project pyspf since their module is imported as spf like yours and i need both
they replied with
so what are we gonna do?
currently i cant import both and it makes me a sad panda 😭
here is the PR:
sdgathman/pyspf#20
and the issue is pyspf-module_name==sanicpluginsframework-package_name
kind regards
Johannes
The text was updated successfully, but these errors were encountered: