Skip to content
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

Convert stylo into a namespace package? #50

Closed
alcarney opened this issue Oct 5, 2018 · 0 comments
Closed

Convert stylo into a namespace package? #50

alcarney opened this issue Oct 5, 2018 · 0 comments
Labels
enhancement investigation Topics that require some thinking

Comments

@alcarney
Copy link
Member

alcarney commented Oct 5, 2018

I like the idea of having stylo be a namespace package that way we can have:

  • A standard library from stylo.core.xxx import yyy
  • A number of "core?" extensions from stylo.ext.xxxx import yyy?
  • Third party packages from stylo.ppp.xxx import yyy

However:

  • I tried a similar approach with topos and topos-preview and had issues when pip installing them - one package would overwrite the contents of the other making half the code vanish.
  • Would we get any tangible benefit from doing this?

Things to investigate more

@alcarney alcarney added enhancement investigation Topics that require some thinking labels Oct 5, 2018
@alcarney alcarney closed this as completed Nov 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement investigation Topics that require some thinking
Projects
None yet
Development

No branches or pull requests

1 participant