Comment on Pyxley: Python Powered DashboardsparentComments−meowface11yThe flask dependency is pretty strong because I used the requests module for the api route functions.Not sure I understand? Are you talking about Kenneth Reitz's requests module? Why would that tie you to Flask or any other framework or library?−Thrymr11ypyxley uses `flask.request`, not Kenneth Reitz's `requests`.−nmkridler11yYup, that one. I planned on simply filtering a pandas dataframe using the request.args that are passed in. The javascript components can be used directly, but I wrote the python wrappers as a convenience for really simple dataframes.
Comments
Not sure I understand? Are you talking about Kenneth Reitz's requests module? Why would that tie you to Flask or any other framework or library?
pyxley uses `flask.request`, not Kenneth Reitz's `requests`.
Yup, that one. I planned on simply filtering a pandas dataframe using the request.args that are passed in. The javascript components can be used directly, but I wrote the python wrappers as a convenience for really simple dataframes.