unitable icon indicating copy to clipboard operation
unitable copied to clipboard

PyPI release?

Open HenryL27 opened this issue 1 year ago • 0 comments

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.

HenryL27 avatar Jul 08 '24 17:07 HenryL27