I can imagine wrapping the functions of the Ndex class in a command line interface might be very useful for users, especially if they're producing CX documents from other command line utils (like cat small_corpus.bel | pybel convert --cx - | ndex upload --username XXX --password YYY
I've made a simple CLI in pybel and have a good example of a CLI that has global state (pycoin)
I'm thinking about this now because I'm not sure what we want the future of pybel2cx to be
I can imagine wrapping the functions of the Ndex class in a command line interface might be very useful for users, especially if they're producing CX documents from other command line utils (like
cat small_corpus.bel | pybel convert --cx - | ndex upload --username XXX --password YYYI've made a simple CLI in pybel and have a good example of a CLI that has global state (pycoin)
I'm thinking about this now because I'm not sure what we want the future of pybel2cx to be