Kaszanas / SC2DatasetPreparator

MIT License
4 stars 4 forks source link

Set up publishing to PyPi #21

Open Ostrzyciel opened 7 months ago

Ostrzyciel commented 7 months ago

As the title says. Depends on #20.

Kaszanas commented 7 months ago

Each of the tools here is a self-contained CLI (or at least it should be).

I think that upon installation of the project via pip, we should have available each of the tools by their name e.g.

pip install datasetpreparator
directory_flattener <options>
Kaszanas commented 10 hours ago

For now this won't be implemented. It is simpler to just distribute the software as a Docker Image instead of preparing all of the steps to publish to PyPi