query2box
query2box copied to clipboard
Make pip installable
Closes #6
This PR does the following:
- Adds a
.gitignore - Reorganizes the code into the
src/layout (just renamed thecodes/directory) - Make imports absolute for project
- Add setup metadata in
setup.cfgandsetup.pyand update README with installation instructions - Use python entrypoints to make a command line interface and update examples/README accordingly
Minor tweaks:
-Add tqdm during training