poloclub / unitable

UniTable: Towards a Unified Table Foundation Model
https://arxiv.org/abs/2403.04822
MIT License
383 stars 28 forks source link

PyPI release? #19

Open HenryL27 opened 4 months ago

HenryL27 commented 4 months ago

Hey folks! I'd love to be able to use this as a library inside another project... Is there a plan to release the code that runs it as a PyPI library? I guess it doesn't have to be on pypi, but something installable would be nice. As it is when I do poetry add git+https://github.com/poloclub/unitable.git#af1163af653e0364843fd56e1eeeb378160c2a40 I get this diff to my lockfile:

+[[package]]
+name = "unitable"
+version = "1.0.0"
+description = ""
+optional = false
+python-versions = "*"
+files = []
+develop = false
+
+[package.source]
+type = "git"
+url = "https://github.com/poloclub/unitable.git"
+reference = "af1163af653e0364843fd56e1eeeb378160c2a40"
+resolved_reference = "af1163af653e0364843fd56e1eeeb378160c2a40"
+

i.e. the package was found and no python was installed. As it is my current plan is to do plagiarism (though I'll credit you ofc) but it would be nice if there was a better way.