You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a team, I want to filter pages based on this classifier from code so that we can downstream-process only relevant features.
For that, we would like to install eyeballer as a Python package, either with pip install or by running setup.py
Overview
A setup.py file that will install the package on the system
Thank you a lot for this project.
Acceptance Criteria
Security implications approved
[ ]
Non Functional Requirements/Wants
[ ]
Screenshots / Files
External Documents / Links
The text was updated successfully, but these errors were encountered:
Why do you need eyeballer as a package to do that, though? Sounds like you just want to use the tool, why not just use the tool? It can output a JSON blob of the results for you.
I am using it from Python. True, I can use Subprocess.call(), but this is considered non-optimal.
Moreover, the usage will happen from within a virtual environment, so a package installation will enable us just to add a line to requirement.txt instead of custom installation commands.
As a team, I want to filter pages based on this classifier from code so that we can downstream-process only relevant features.
For that, we would like to install eyeballer as a Python package, either with pip install or by running setup.py
Overview
A
setup.py
file that will install the package on the systemThank you a lot for this project.
Acceptance Criteria
Non Functional Requirements/Wants
Screenshots / Files
External Documents / Links
The text was updated successfully, but these errors were encountered: