Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPI release? #19

Open
HenryL27 opened this issue Jul 8, 2024 · 0 comments
Open

PyPI release? #19

HenryL27 opened this issue Jul 8, 2024 · 0 comments

Comments

@HenryL27
Copy link

HenryL27 commented Jul 8, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant