Michael R. Bernstein
Michael R. Bernstein
:+1:
Is this still an issue?
How about now? :grinning:
I would group the stuff on the other side of the internet separately into dependents (browsers, etc.) and dependencies (eg. PyPI or your own mirror). There are also a few...
> What do you think about the popularity of such a feature? I think it would be very popular. I would like to build and distribute small example apps with...
What if you split the q python package into a pypi installable package ([although `q` is taken](https://pypi.python.org/pypi/q/)), and then made _it_ a dependency of the system installable q-text-as-data?
OK, how about this then: Split the q python package into a pypi installable package, and then pull it in here as a git submodule, rather than as a system...
A python distributable package is just a package directory (or module) nested in another directory with a bunch of extra stuff, which can easily be ignored. So if the package...