thoughtspot / cs_tools

Scale your ThoughtSpot adoption with tools created by the ThoughtSpot Solutions Consulting organization.
https://thoughtspot.github.io/cs_tools/
Other
8 stars 6 forks source link

Publish cs_tools to Pypi #33

Closed afranzi closed 1 year ago

afranzi commented 2 years ago

First Stop

Description

Hi there!

I was wondering if you could publish the library to Pypi so it's easy to integrate it with our processes instead of being force to interact with the ZIP files.

Thank you! 💌

boonhapus commented 2 years ago

Hi @afranzi , this is something our team has given thought to a few times.

In the near future, we plan to have a remote-install option in the bootstrapper. This will allow users to check, fetch, and install the latest version all without having to download the heavy zip files.

What would your process look like if the library were on PyPI ?

afranzi commented 2 years ago

What would your process look like if the library were on PyPI ?

Since you are already using Poetry, adding the process to publish it to Pypi should be really easy.

boonhapus commented 2 years ago

We're not currently set up for this to work flawlessly, but would something like this work for you?

pip install git+https://github.com/thoughtspot/cs_tools.git@v1.3.3

boonhapus commented 1 year ago

This is resolved as part of V1.4.0 . Check the release notes to learn more.

https://thoughtspot.github.io/cs_tools/changelog/1.4.0