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

the CLI (and all of fboss/py) code is not properly packaged up in OSS #49

Open
capveg opened this issue May 23, 2017 · 2 comments
Open

Comments

@capveg
Copy link

capveg commented May 23, 2017

There is a lot of good client side code in fboss/py/fboss/... that's not built/run/exposed. Need to package it up and make it usable.

@capveg capveg changed the title fboss/py code is not properly packaged up in OSS the CLI (and all of fboss/py) code is not properly packaged up in OSS Jun 29, 2017
@bblackifyme
Copy link

Hi, do you have more detail on how this would preferably be packaged?

@capveg
Copy link
Author

capveg commented Mar 27, 2018

It shouldn't be too hard - it's just been one of many things to get to.

The work is:

  1. modify the CMakeFiles.txt to autogenerate and compile the python thrift structures
  2. Using what ever is the latest python packaging tool (that's probably based on distutils), put all of the packages from thrift and everything in ./fboss/py into a library
  3. Build a binary for the CLI (ideally called 'fboss') that installs and runs

Is this something you think you might be interested in helping with? Thanks for the interest!

arajeev-ARISTA pushed a commit to arajeev-ARISTA/fboss that referenced this issue Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants