ucfopen/VAST

Add VAST to PyPI

Opened this issue ยท 7 comments

It would be nice to install VAST through pip.

A workflow like this would be useful:

$ pip install vast
$ vast --course 12345

Seems like vast is already taken on PyPI.

https://pypi.org/project/vast/

(unless this is already us)

Unlikely. vast-cli or something else like that could work.

That actually is us. It's my fork of VAST with a rewrite. It created the PyPi since we used cookiecutter Python. ๐Ÿ‘

@wallacetyler How do we change that PyPi entry to point to this repository?

Let me look into it and I'll get back to you.

I initially setup all the PyPI and thought I published it on there but I believe I didn't because I was waiting for my fork to be merged and I didn't want to tie the package to my personal/work email. All to say that the above linked PyPI Vast is not ours. You'll have to create one with a different name. ๐Ÿ‘

@wallacetyler Thanks for looking into it!