ucfopen / VAST

VAST is a Python script that searches an Instructure Canvas course for media and returns results in a CSV file.
GNU General Public License v3.0
12 stars 5 forks source link

Add VAST to PyPI #9

Open jessemcbride opened 5 years ago

jessemcbride commented 5 years ago

It would be nice to install VAST through pip.

A workflow like this would be useful:

$ pip install vast
$ vast --course 12345
Thetwam commented 5 years ago

Seems like vast is already taken on PyPI.

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

(unless this is already us)

jessemcbride commented 5 years ago

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

wallacetyler commented 3 years ago

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

bagofarms commented 3 years ago

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

wallacetyler commented 3 years ago

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

wallacetyler commented 3 years ago

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. 👍

bagofarms commented 3 years ago

@wallacetyler Thanks for looking into it!