CHTC / dask-chtc

Spawn Dask workers in the CHTC HTCondor pool
https://dask-chtc.readthedocs.io
3 stars 3 forks source link

Packaging and basic configurability #7

Closed JoshKarpel closed 4 years ago

JoshKarpel commented 4 years ago

The main goal of this PR is to get things set up for someone to be able to pip install this as a package and have it work with no further configuration (assuming they run "in the right place" inside CHTC).

This PR will:

It also sets up general project infrastructure, minus docs (pre-commit, tests, CI via GitHub Actions)

JoshKarpel commented 4 years ago

@matyasselmeci would you mind taking a quick look for anything I did wrong/insane in integrating w/ jobqueue?