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

Split out XBR ABI files into new dependent package #1375

Open
2 tasks
oberstet opened this issue Apr 25, 2020 · 0 comments
Open
2 tasks

Split out XBR ABI files into new dependent package #1375

oberstet opened this issue Apr 25, 2020 · 0 comments

Comments

@oberstet
Copy link
Contributor

this is a follow up / correlate of #1371

currently, doing a pip install autobahn will install no xbr dependencies, but it will install both xbr python files in autobahn, as well as JSON ABI files for xbr

this follows the general approach of autobahn: install flavors only affect auto-installed dependencies, not files from autobahn. and this includes both python as well as data files (such as ABIs)

however, for the ABI files in particular, this blows up the package size from 3MB to 11MB

we could:

  • publish the ABI files into a python package on its own, and do that from xbr-protocol
  • adjust autobahn and add ^ new package as a dependency - that then will only be added for ? autobahn[xbr]orautobahn[all]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant